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

vim.vsan.host.ConfigInfo.StorageInfo

Host-local VSAN storage configuration. This data object is used both for specifying and retrieving storage configuration for a host participating in the VSAN service.

extends

vmodl.DynamicData

since

vSphere API 5.5

Attributes:

autoClaimStorage (bool, optional):

Whether the VSAN service is configured to automatically claim local unused storage on this host. When set, the VSAN service will automatically format and use local disks. Side effects from any disk consumption will be reflected in diskMapping . If this argument is specified as a host-level configuration input at the VC-level (see vsanHostConfig ), it will override that of any cluster-level default value.See diskMapping See vsanHostConfig See defaultConfig

diskMapping ([vim.vsan.host.DiskMapping], optional):

List of VsanHostDiskMapping entries in use by the VSAN service. DiskMappings to be used by the VSAN service may be manually specified using vim.host.VsanSystem#initializeDisks(DiskMapping[]).See vim.host.VsanSystem#initializeDisks(DiskMapping[])