Class SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalBandwidth
A breakdown of the average speed of data that has passed through this port during the interval.
[DataContract]
public class SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalBandwidth
- Inheritance
-
SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalBandwidth
- Inherited Members
Properties
Usage
Bandwidth usage data for the given interval.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "usage")]
public SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalBandwidthUsage Usage { get; set; }