Files
deb-python-pyvmomi/docs/vim/dvs/PortStatistics.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.7 KiB

vim.dvs.PortStatistics

Statistic data of a DistributedVirtualPort.

extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

packetsInMulticast (long):

The number of multicast packets received.

packetsOutMulticast (long):

The number of multicast packets forwarded.

bytesInMulticast (long):

The number of bytes received from multicast packets.

bytesOutMulticast (long):

The number of bytes forwarded from multicast packets.

packetsInUnicast (long):

The number of unicast packets received.

packetsOutUnicast (long):

The number of unicast packets forwarded.

bytesInUnicast (long):

The number of bytes received from unicast packets.

bytesOutUnicast (long):

The number of bytes forwarded from unicast packets.

packetsInBroadcast (long):

The number of broadcast packets received.

packetsOutBroadcast (long):

The number of broadcast packets forwarded.

bytesInBroadcast (long):

The number of bytes received from broadcast packets.

bytesOutBroadcast (long):

The number of bytes forwarded from broadcast packets.

packetsInDropped (long):

The number of received packets dropped.

packetsOutDropped (long):

The number of packets to be forwarded dropped.

packetsInException (long):

The number of packets received that cause an exception.

packetsOutException (long):

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