Class SwitchPortsUsageHistoryByDeviceByIntervalItemPortInterval
An interval for a port with bandwidth, traffic, and power usage data.
[DataContract]
public class SwitchPortsUsageHistoryByDeviceByIntervalItemPortInterval
- Inheritance
-
SwitchPortsUsageHistoryByDeviceByIntervalItemPortInterval
- Inherited Members
Properties
Bandwidth
A breakdown of the average speed of data that has passed through this port during the interval.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "bandwidth")]
public SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalBandwidth Bandwidth { get; set; }
Property Value
Data
A breakdown of how many kilobytes have passed through this port during the interval timespan.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "data")]
public SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalData Data { get; set; }
Property Value
EndTs
The end timestamp of the given interval.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }
Property Value
Energy
How much energy (in watt-hours) has been delivered by this port during the interval.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "energy")]
public SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalEnergy Energy { get; set; }
Property Value
StartTs
The starting timestamp of the given interval.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }