
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
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
- since
- 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.