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

vmodl.DynamicData

since

vSphere API 4.0

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.