
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
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.