Class SwitchPortStatus
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
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
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
IsUplink
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
Poe
Gets the poe
[DataMember(Name = "poe")]
public SwitchPortStatusPoe? Poe { get; set; }
Property Value
PortId
Gets the port id
[DataMember(Name = "portId")]
public string PortId { get; set; }
Property Value
PowerUsageInWh
Gets the power usage in wh
[DataMember(Name = "powerUsageInWh")]
public double? PowerUsageInWh { get; set; }
Property Value
SecurePort
Gets the secure port
[DataMember(Name = "securePort")]
public SwitchPortStatusSecurePort? SecurePort { get; set; }
Property Value
SpanningTree
Gets the spanning tree
[DataMember(Name = "spanningTree")]
public SwitchPortStatusSpanningTree? SpanningTree { get; set; }
Property Value
Speed
Gets the speed
[DataMember(Name = "speed")]
public string? Speed { get; set; }
Property Value
Status
Gets the status
[DataMember(Name = "status")]
public string? Status { get; set; }
Property Value
TrafficInKbps
Gets the traffic in kbps
[DataMember(Name = "trafficInKbps")]
public TrafficInKbps? TrafficInKbps { get; set; }
Property Value
UsageInKb
Gets the usage in kb
[DataMember(Name = "usageInKb")]
public UsageInKb? UsageInKb { get; set; }
Property Value
Warnings
Gets the warnings
[DataMember(Name = "warnings")]
public List<string>? Warnings { get; set; }