Files
deb-python-pyvmomi/docs/vim/dvs/HostMember/ConfigSpec.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

1.8 KiB

vim.dvs.HostMember.ConfigSpec

Specification to create or reconfigure ESXi host membership in a DistributedVirtualSwitch .

extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

operation (str):

Host member operation type. See ConfigSpecOperation for valid values.

host (vim.HostSystem):

Identifies a host member of a DistributedVirtualSwitch for a CreateDVS_Task or DistributedVirtualSwitch . ReconfigureDvs_Task operation.

backing (vim.dvs.HostMember.Backing, optional):

Specifies the physical NICs to use as backing for the proxy switch on the host.

maxProxySwitchPorts (int, optional):

Maximum number of ports allowed in the HostProxySwitch .ESXi 5.0 and earlier hosts: If you are reconfiguring an existing host membership, that is, the proxy switch already exists, you must reboot the host for the new setting to take effect.

vendorSpecificConfig ([vim.dvs.KeyedOpaqueBlob], optional):

Opaque binary blob that stores vendor specific configuration.