DistributedVirtualSwitchPortStatistics

DistributedVirtualSwitchPortStatistics
DistributedVirtualSwitchPortStatistics

Statistic data of a DistributedVirtualPort.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "packetsInMulticast": 0,
    "packetsOutMulticast": 0,
    "bytesInMulticast": 0,
    "bytesOutMulticast": 0,
    "packetsInUnicast": 0,
    "packetsOutUnicast": 0,
    "bytesInUnicast": 0,
    "bytesOutUnicast": 0,
    "packetsInBroadcast": 0,
    "packetsOutBroadcast": 0,
    "bytesInBroadcast": 0,
    "bytesOutBroadcast": 0,
    "packetsInDropped": 0,
    "packetsOutDropped": 0,
    "packetsInException": 0,
    "packetsOutException": 0,
    "bytesInFromPnic": 0,
    "bytesOutToPnic": 0
}
integer As int64 As int64
packetsInMulticast
Required

The number of multicast packets received.

integer As int64 As int64
packetsOutMulticast
Required

The number of multicast packets forwarded.

integer As int64 As int64
bytesInMulticast
Required

The number of bytes received from multicast packets.

integer As int64 As int64
bytesOutMulticast
Required

The number of bytes forwarded from multicast packets.

integer As int64 As int64
packetsInUnicast
Required

The number of unicast packets received.

integer As int64 As int64
packetsOutUnicast
Required

The number of unicast packets forwarded.

integer As int64 As int64
bytesInUnicast
Required

The number of bytes received from unicast packets.

integer As int64 As int64
bytesOutUnicast
Required

The number of bytes forwarded from unicast packets.

integer As int64 As int64
packetsInBroadcast
Required

The number of broadcast packets received.

integer As int64 As int64
packetsOutBroadcast
Required

The number of broadcast packets forwarded.

integer As int64 As int64
bytesInBroadcast
Required

The number of bytes received from broadcast packets.

integer As int64 As int64
bytesOutBroadcast
Required

The number of bytes forwarded from broadcast packets.

integer As int64 As int64
packetsInDropped
Required

The number of received packets dropped.

integer As int64 As int64
packetsOutDropped
Required

The number of packets to be forwarded dropped.

integer As int64 As int64
packetsInException
Required

The number of packets received that cause an exception.

integer As int64 As int64
packetsOutException
Required

The number of packets to be forwarded that cause an exception.

integer As int64 As int64
bytesInFromPnic
Optional

The number of bytes received at a pnic on the behalf of a port's connectee (inter-host rx).

integer As int64 As int64
bytesOutToPnic
Optional

The number of bytes transmitted at a pnic on the behalf of a port's connectee (inter-host tx).