Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsByProtocol
Number of dropped packets, broken down by protocol
[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsByProtocol
- Inheritance
-
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsByProtocol
- Inherited Members
Constructors
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsByProtocol()
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsByProtocol()
Properties
Arp
Number of Address Resolution Protocol (ARP) packets dropped during the snapshot
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "arp")]
public int Arp { get; set; }
Property Value
Lacp
Number of Link Aggregation Control Protocol (LACP) packets dropped during the snapshot
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lacp")]
public int Lacp { get; set; }
Property Value
Management
Number of Internet Protocol (IPv4 and IPv6) packets dropped during the snapshot
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "management")]
public int Management { get; set; }
Property Value
Ospf
Number of Open Shortest Path First (OSFP) packets dropped during the snapshot
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ospf")]
public int Ospf { get; set; }
Property Value
Stp
Number of Spanning Tree Protocol (STP) packets dropped during the snapshot
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "stp")]
public int Stp { get; set; }