Data Object - DvsResourceRuntimeInfo(vim.DistributedVirtualSwitch.ResourceRuntimeInfo)

Property of
DVSRuntimeInfo
Extends
DynamicData
See also
DvsVmVnicNetworkResourcePoolRuntimeInfo, DvsVnicAllocatedResource
Since
vSphere API 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 VmVnicNetworkResourcePool
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 VmVnicNetworkResourcePool on this switch and the sum of reservation taken by VirtualEthernetCard whose backing is not associdated with any VmVnicNetworkResourcePool. Units in Mbits/s.
vmVnicNetworkResourcePoolRuntime*DvsVmVnicNetworkResourcePoolRuntimeInfo[]

The runtime information of VmVnicNetworkResourcePool.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition