Files
deb-python-pyvmomi/docs/vim/dvs/NetworkResourcePool/ConfigSpec.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

2.2 KiB

vim.dvs.NetworkResourcePool.ConfigSpec

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

extends

vmodl.DynamicData

since

vSphere API 4.1

Attributes:

key (str):

Key of the network resource pool. The property is ignored for DistributedVirtualSwitch . AddNetworkResourcePool operations.

configVersion (str, optional):

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.

allocationInfo (vim.dvs.NetworkResourcePool.AllocationInfo, optional):

Network resource allocation for the network resource pool.

name (str, optional):

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

description (str, optional):

User-defined description for the resource pool.