Files
deb-python-pyvmomi/docs/vim/dvs/HostMember.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -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.