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