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