Data Object - DVSNetworkResourcePoolAllocationInfo

Property of
DVSNetworkResourcePool, DVSNetworkResourcePoolConfigSpec
Extends
DynamicData
See also
SharesInfo
Since
vSphere API 4.1

Data Object Description

Resource allocation information for a network resource pool.

Properties

Name Type Description
limit*xsd:long

Maximum allowed usage for network clients belonging to this resource pool per host. The utilization of network clients belonging to this resource pool will not exceed the specified limit even if there are available network resources. If set to -1, then there is no limit on the network resource usage for clients belonging to this resource pool. Units are in Mbits/sec. When setting the allocation of a particular resource pool, if the property is unset, it is treated as no change and the property is not updated. An unset limit value while reading back the allocation information of a network resource pool indicates that there is no limit on the network resource usage for the clients belonging to this resource group.
shares*SharesInfo

Share settings associated with the network resource pool to facilitate proportional sharing of the physical network resources. If the property is unset when setting the allocation of a particular resource pool, it is treated as unset and the property is not updated. The property is always set when reading back the allocation information of a network resource pool.
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set