Class OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReading
The status of a packet counter on the interfaces of the wireless LAN controller
[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReading
- Inheritance
-
OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReading
- Inherited Members
Constructors
OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReading()
public OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReading()
Properties
Name
The type of packets being counted
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Rate
The interface packet rates measured in packets per second
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rate")]
public OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate Rate { get; set; }
Property Value
Recv
The total count of packets received by the interface during the timespan
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "recv")]
public int Recv { get; set; }
Property Value
Send
The total count of packets sent by the interface during the timespan
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "send")]
public int Send { get; set; }
Property Value
Total
The total count of sent and received packets during the timespan
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }