Data Object - DVSNetworkResourcePoolConfigSpec

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

Data Object Description

The DVSNetworkResourcePoolConfigSpec data object contains properties to create or update a network resource pool for a distributed virtual switch.

Properties

Name Type Description
allocationInfo*DVSNetworkResourcePoolAllocationInfo

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

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 you specify the configuration version when you update the resource configuration, the Server will apply the changes only if the specified identifier matches the current DVSNetworkResourcePool.configVersion value. You can use this field to guard against updates that may have occurred between the time when the client reads configVersion and when the configuration is applied.

description*xsd:string

User-defined description for the resource pool.

Since vSphere API 5.0
keyxsd:string

Key of the network resource pool. The property is ignored for DistributedVirtualSwitch.AddNetworkResourcePool operations.
name*xsd:string

User defined name for the resource pool. The property is required for DistributedVirtualSwitch.AddNetworkResourcePool operations.

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