Class OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate
The interface packet rates measured in packets per second
[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate
- Inheritance
-
OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate
- Inherited Members
Constructors
OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate()
public OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate()
Properties
Recv
The rate of packets received during the timespan
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "recv")]
public int Recv { get; set; }
Property Value
Send
The rate of packets sent during the timespan
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "send")]
public int Send { get; set; }
Property Value
Total
The rate of all packets sent and received during the timespan
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }