Files
deb-python-pyvmomi/docs/vim/vm/ConfigOptionDescriptor.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

2.0 KiB

vim.vm.ConfigOptionDescriptor

Contains the definition of a unique key that can be used to retrieve a configOption object.

extends

vmodl.DynamicData

Attributes:

key (str):

A unique key used to identify a configOption object in this EnvironmentBrowser .

description (str, optional):

A description of the configOption object.

host ([vim.HostSystem], optional):

List of hosts to which this descriptor applies. List of hosts is not set when descriptor is returned from queryDatacenterConfigOptionDescriptor .

createSupported (bool):

Indicates whether the associated set of configuration options can be used for virtual machine creation on a given host or cluster.

defaultConfigOption (bool):

Indicates whether the associated set of virtual machine configuration options is the default one for a given host or cluster. Latest version is marked as default unless other version is specified via defaultHardwareVersionKey or defaultHardwareVersionKey . If this setting is TRUE, virtual machine creates will use the associated set of configuration options, unless a config version is explicitly specified in the ConfigSpec .

runSupported (bool):

Indicates whether the associated set of configuration options can be used to power on a virtual machine on a given host or cluster.

upgradeSupported (bool):

Indicates whether the associated set of configuration options can be used as a virtual hardware upgrade target.