vCloud API - NetworkStatisticsType
NetworkStatisticsType
- Type:
- NetworkStatisticsType
- Namespace:
- http://www.vmware.com/vr/v6.0
- Description:
- Network traffic statistics.
- Since:
- 1.0
- Schema:
- hcs-docs.xsd
- Media type(s):
- None
- Extends:
- anyType
- XML Representation:
- <NetworkStatisticsType xmlns="http://www.vmware.com/vr/v6.0">
<Inbound> xs:long </Inbound>
<Outbound> xs:long </Outbound>
<Errors> xs:long </Errors>
<StartTime> xs:anySimpleType </StartTime>
</NetworkStatisticsType>
Elements
-
Element Type Required Modifiable Since Deprecated Description Errors long Yes 1.0 Total network transfer errors encountered so far. Inbound long Yes 1.0 Total number of bytes of incoming network traffic. Outbound long Yes 1.0 Total number of bytes of outgoing network traffic. StartTime anySimpleType No 1.0 Timestamp of the initial stats collection.