Files
deb-python-pyvmomi/docs/vim/DistributedVirtualSwitch/Capability.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.3 KiB

vim.DistributedVirtualSwitch.Capability

The DVSCapability data object describes the distributed virtual switch features and indicates the level of configuration that is allowed.

extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

dvsOperationSupported (bool, optional):

Indicates whether this switch allows vCenter users to modify the switch configuration at the switch level, except for host member, policy, and scope operations.

dvPortGroupOperationSupported (bool, optional):

Indicates whether this switch allows vCenter users to modify the switch configuration at the portgroup level, except for host member, policy, and scope operations.

dvPortOperationSupported (bool, optional):

Indicates whether this switch allows vCenter users to modify the switch configuration at the port level, except for host member, policy, and scope operations.

compatibleHostComponentProductInfo (vim.dvs.HostProductSpec, optional):

List of host component product information that is compatible with the current switch implementation.

featuresSupported (vim.DistributedVirtualSwitch.FeatureCapability, optional):

Indicators for which version-specific distributed virtual switch features are available on this switch.This information is read-only, with the following exception. For a third-party distributed switch implementation, you can set the property DVSFeatureCapability . vmDirectPathGen2Supported during switch creation or when you call the UpdateDvsCapability method.