Table of Contents

Class SwitchPortStatus

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Switch Port Status

[ApiAccessReadOnlyClass]
public class SwitchPortStatus
Inheritance
SwitchPortStatus
Inherited Members

Constructors

SwitchPortStatus()

public SwitchPortStatus()

Properties

Cdp

Gets the cdp

[DataMember(Name = "cdp")]
public Cdp? Cdp { get; set; }

Property Value

Cdp

ClientCount

Gets the client count

[DataMember(Name = "clientCount")]
public int? ClientCount { get; set; }

Property Value

int?

Duplex

Gets the duplex

[DataMember(Name = "duplex")]
public string? Duplex { get; set; }

Property Value

string

Enabled

Whether enabled

[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

Errors

Gets the errors

[DataMember(Name = "errors")]
public List<string>? Errors { get; set; }

Property Value

List<string>

Whether uplink

[DataMember(Name = "isUplink")]
public bool? IsUplink { get; set; }

Property Value

bool?

Lldp

Gets the lldp

[DataMember(Name = "lldp")]
public Lldp? Lldp { get; set; }

Property Value

Lldp

Poe

Gets the poe

[DataMember(Name = "poe")]
public SwitchPortStatusPoe? Poe { get; set; }

Property Value

SwitchPortStatusPoe

PortId

Gets the port id

[DataMember(Name = "portId")]
public string PortId { get; set; }

Property Value

string

PowerUsageInWh

Gets the power usage in wh

[DataMember(Name = "powerUsageInWh")]
public double? PowerUsageInWh { get; set; }

Property Value

double?

SecurePort

Gets the secure port

[DataMember(Name = "securePort")]
public SwitchPortStatusSecurePort? SecurePort { get; set; }

Property Value

SwitchPortStatusSecurePort

SpanningTree

Gets the spanning tree

[DataMember(Name = "spanningTree")]
public SwitchPortStatusSpanningTree? SpanningTree { get; set; }

Property Value

SwitchPortStatusSpanningTree

Speed

Gets the speed

[DataMember(Name = "speed")]
public string? Speed { get; set; }

Property Value

string

Status

Gets the status

[DataMember(Name = "status")]
public string? Status { get; set; }

Property Value

string

TrafficInKbps

Gets the traffic in kbps

[DataMember(Name = "trafficInKbps")]
public TrafficInKbps? TrafficInKbps { get; set; }

Property Value

TrafficInKbps

UsageInKb

Gets the usage in kb

[DataMember(Name = "usageInKb")]
public UsageInKb? UsageInKb { get; set; }

Property Value

UsageInKb

Warnings

Gets the warnings

[DataMember(Name = "warnings")]
public List<string>? Warnings { get; set; }

Property Value

List<string>