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

2.1 KiB

vim.vsan.host.ConfigInfo

The VsanHostConfigInfo data object contains host-specific settings for the VSAN service. This data object is used both for specifying settings for updating the VSAN service, and as an output datatype when retrieving current VSAN service settings.

extends

vmodl.DynamicData

since

vSphere API 5.5

Attributes:

enabled (bool, optional):

Whether the VSAN service is currently enabled on this host.

hostSystem (vim.HostSystem, optional):

The HostSystem for this host. This argument is required when this configuration is specified as an input to VC-level APIs. When this configuration is specified to a host-level direct API, this argument may be omitted.See ReconfigureComputeResource_Task See UpdateVsan_Task

clusterInfo (vim.vsan.host.ConfigInfo.ClusterInfo, optional):

The VSAN service cluster configuration for this host.

storageInfo (vim.vsan.host.ConfigInfo.StorageInfo, optional):

The VSAN storage configuration for this host. VSAN storage configuration settings are independent of the current value of enabled .

networkInfo (vim.vsan.host.ConfigInfo.NetworkInfo, optional):

The VSAN network configuration for this host. VSAN network configuration settings are independent of the current value of enabled .