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

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.