Class SwitchPortsUsageHistoryByDeviceByIntervalItem
Switch Ports Usage History By Device By Interval Item
[DataContract]
public class SwitchPortsUsageHistoryByDeviceByIntervalItem
- Inheritance
-
SwitchPortsUsageHistoryByDeviceByIntervalItem
- Inherited Members
Properties
Mac
The MAC address of the switch.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Model
The model of the switch.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }
Property Value
Name
The name of the switch.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Network
Identifying information of the switch's network.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public SwitchPortsUsageHistoryByDeviceByIntervalItemNetwork Network { get; set; }
Property Value
Ports
The number of ports on the switch with usage data.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public List<SwitchPortsUsageHistoryByDeviceByIntervalItemPort> Ports { get; set; }