
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
1.9 KiB
vim.dvs.HostMember
The DistributedVirtualSwitchHostMember data object represents an ESXi host that is a member of a distributed virtual switch. When you add a host to a switch ( DistributedVirtualSwitchHostMemberConfigSpec . host ), the Server creates a proxy switch ( HostProxySwitch ). The host member object contains information about the configuration and state of the proxy.
- extends
- since
- Attributes:
-
runtimeState (vim.dvs.HostMember.RuntimeState, optional):
Host member runtime state.
config (vim.dvs.HostMember.ConfigInfo):
Host member configuration.
productInfo (vim.dvs.ProductSpec, optional):
Vendor, product and version information for the proxy switch module.
uplinkPortKey ([str], optional):
Port keys of the uplink ports created for the host member. These ports will be deleted after the host leaves the switch.
status (str):
The host DistributedVirtualSwitch component status. See HostComponentState for valid values.
statusDetail (str, optional):
Additional information regarding the host's current status.