
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
1.8 KiB
vim.dvs.HostMember.ConfigSpec
Specification to create or reconfigure ESXi host membership in a DistributedVirtualSwitch .
- extends
- since
- 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.