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

5.0 KiB

vim.DistributedVirtualSwitch.FeatureCapability

The DVSFeatureCapability data object represents the capabilities supported by a DistributedVirtualSwitch . These properties are read-only with the exception of vmDirectPathGen2Supported .

extends

vmodl.DynamicData

since

vSphere API 4.1

Attributes:

networkResourceManagementSupported (bool):

Indicates whether network I/O control is supported on the vSphere Distributed Switch.

vmDirectPathGen2Supported (bool):

Indicates whether VMDirectPath Gen 2 is supported on the distributed virtual switch. See HostCapability . vmDirectPathGen2Supported and PhysicalNic . vmDirectPathGen2Supported .For a third-party distributed switch implementation, you can specify this property during switch creation or when you call the UpdateDvsCapability method.VMDirectPath Gen 2 is supported in vSphere Distributed Switch Version 4.1 or later.

nicTeamingPolicy (str, optional):

The available teaming modes for the vSphere Distributed Switch. The value can be one or more of DistributedVirtualSwitchNicTeamingPolicyMode .

networkResourcePoolHighShareValue (int, optional):

This is the value for high in shares . This implicitly defines the legal range of share values to be between 1 and this. This also defines values for other level types, such as normal being one half of this value and low being one fourth of this value.

networkResourceManagementCapability (vim.DistributedVirtualSwitch.NetworkResourceManagementCapability, optional):

Network resource management capabilities supported by a distributed virtual switch.

healthCheckCapability (vim.DistributedVirtualSwitch.HealthCheckFeatureCapability, optional):

Health check capabilities supported by a VmwareDistributedVirtualSwitch .

rollbackCapability (vim.DistributedVirtualSwitch.RollbackCapability, optional):

Host rollback capability. IfrollbackCapability. rollbackSupported is true, network operations that disconnect the the host are rolled back.

backupRestoreCapability (vim.DistributedVirtualSwitch.BackupRestoreCapability, optional):

Backup, restore, and rollback capabilities. Backup and restore are supported only for VmwareDistributedVirtualSwitch . Rollback is supported for VmwareDistributedVirtualSwitch and DistributedVirtualPortgroup . For information about backup and restore, see the DistributedVirtualSwitchManager methods DVSManagerExportEntity_Task and DVSManagerImportEntity_Task . For information about rollback, see the DistributedVirtualSwitch . DVSRollback_Task and DistributedVirtualPortgroup . DVPortgroupRollback_Task methods.

networkFilterSupported (bool, optional):

Indicates whether Network Filter feature is supported in vSphere Distributed Switch.