Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - DvsResourceRuntimeInfo(vim.DistributedVirtualSwitch.ResourceRuntimeInfo)
- Property of
- DVSRuntimeInfo
- Extends
- DynamicData
- See also
- DvsVmVnicNetworkResourcePoolRuntimeInfo, DvsVnicAllocatedResource
- Since
- vSphere API Release 6.0
Data Object Description
This class defines the bandwidth reservation information for the vSphere Distributed Switch.Properties
Name | Type | Description |
---|---|---|
allocatedResource* | DvsVnicAllocatedResource[] |
The reservation taken by VirtualEthernetCard of which the
backing is not associdated with any DVSVmVnicNetworkResourcePool
|
available* | xsd:int |
Available: Current available resource for reservation (capacity - usage).
Units in Mbits/s.
|
capacity* | xsd:int |
Capacity: Total Reservation allocated for Virtual Machine
Traffic for this switch.
Units in Mbits/s.
|
usage* | xsd:int |
usage: Current total usage. This is the sum of all reservations
allocated to DVSVmVnicNetworkResourcePool on this switch and the
sum of reservation taken by VirtualEthernetCard whose
backing is not associdated with any DVSVmVnicNetworkResourcePool.
Units in Mbits/s.
|
vmVnicNetworkResourcePoolRuntime* | DvsVmVnicNetworkResourcePoolRuntimeInfo[] |
The runtime information of DVSVmVnicNetworkResourcePool.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |