Files
deb-python-pyvmomi/docs/vim/host/Summary/ConfigSummary.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.6 KiB

vim.host.Summary.ConfigSummary

An overview of the key configuration parameters.

extends

vmodl.DynamicData

Attributes:

name (str):

The name of the host.

port (int):

The port number.

sslThumbprint (str, optional):

The SSL thumbprint of the host, if known.

product (vim.AboutInfo, optional):

Information about the software running on the host, if known.The current supported hosts are ESX Server 2.0.1 (and later) and VMware Server 2.0.0 (and later).

vmotionEnabled (bool):

The flag to indicate whether or not VMotion is enabled on this host.

faultToleranceEnabled (bool):

The flag to indicate whether or not Fault Tolerance logging is enabled on this host.

featureVersion (vim.host.FeatureVersionInfo, optional):

List of feature-specific version information. Each element refers to the version information for a specific feature.

agentVmDatastore (vim.Datastore, optional):

Datastore used to deploy Agent VMs on for this host.

agentVmNetwork (vim.Network, optional):

Management network for Agent VMs.