Data Object - DVSNetworkResourcePoolConfigSpec

Parameter to
AddNetworkResourcePool, UpdateNetworkResourcePool
Extends
DynamicData
See also
DVSNetworkResourcePoolAllocationInfo
Since
vSphere API 4.1

Data Object Description

The configuration specification data object to update the resource configuration for a network resource pool.

Properties

Name Type Description
allocationInfo*DVSNetworkResourcePoolAllocationInfo

The network resource allocation for the network resource pool.
configVersion*xsd:string

The configVersion is a unique identifier for a given version of the configuration. Each change to the configuration will update this value. This is typically implemented as a non-decreasing count or a time-stamp. However, a client should always treat this as an opaque string.

If specified when updating the resource configuration, the changes will only be applied if the current configVersion matches the specified configVersion. This field can be used to guard against updates that that may have occurred between the time when configVersion was read and when it is applied.

description*xsd:string

The user defined description for the resource pool.

Since vSphere API 5.0
keyxsd:string

The key of the network resource pool. The property is ignored for add operations.
name*xsd:string

The user defined name for the resource pool. The property is required for Add operations.

Since vSphere API 5.0
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set
Show WSDL type definition