Class SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalData
A breakdown of how many kilobytes have passed through this port during the interval timespan.
[DataContract]
public class SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalData
- Inheritance
-
SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalData
- Inherited Members
Properties
Usage
Usage data for the given interval.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "usage")]
public SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalDataUsage Usage { get; set; }