SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > D
  • 0 Ratings

Data Object - DistributedVirtualSwitchPortStatistics(vim.dvs.PortStatistics)

Property of
DVPortState
Extends
DynamicData
Since
vSphere API 4.0

Data Object Description

Statistic data of a DistributedVirtualPort.

Properties

Name Type Description
bytesInBroadcastxsd:long

The number of bytes received from broadcast packets.
bytesInFromPnic*xsd:long

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

Since vSphere API 6.5
bytesInMulticastxsd:long

The number of bytes received from multicast packets.
bytesInUnicastxsd:long

The number of bytes received from unicast packets.
bytesOutBroadcastxsd:long

The number of bytes forwarded from broadcast packets.
bytesOutMulticastxsd:long

The number of bytes forwarded from multicast packets.
bytesOutToPnic*xsd:long

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

Since vSphere API 6.5
bytesOutUnicastxsd:long

The number of bytes forwarded from unicast packets.
packetsInBroadcastxsd:long

The number of broadcast packets received.
packetsInDroppedxsd:long

The number of received packets dropped.
packetsInExceptionxsd:long

The number of packets received that cause an exception.
packetsInMulticastxsd:long

The number of multicast packets received.
packetsInUnicastxsd:long

The number of unicast packets received.
packetsOutBroadcastxsd:long

The number of broadcast packets forwarded.
packetsOutDroppedxsd:long

The number of packets to be forwarded dropped.
packetsOutExceptionxsd:long

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

The number of multicast packets forwarded.
packetsOutUnicastxsd:long

The number of unicast packets forwarded.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition




Feedback

  • 0 Ratings