Class SwitchPortsOverviewCountsByStatus
Switch Ports Overview Counts By Status
[DataContract]
public class SwitchPortsOverviewCountsByStatus
- Inheritance
-
SwitchPortsOverviewCountsByStatus
- Inherited Members
Properties
Active
The count data for active ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "active")]
public SwitchPortsOverviewCountsByStatusActive Active { get; set; }
Property Value
Inactive
The count data for inactive ports
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "inactive")]
public SwitchPortsOverviewCountsByStatusInactive Inactive { get; set; }