.. _str: https://docs.python.org/2/library/stdtypes.html .. _bool: https://docs.python.org/2/library/stdtypes.html .. _diskMapping: ../../../../vim/vsan/host/ConfigInfo/StorageInfo.rst#diskMapping .. _defaultConfig: ../../../../vim/vsan/cluster/ConfigInfo.rst#defaultConfig .. _vSphere API 5.5: ../../../../vim/version.rst#vimversionversion9 .. _autoClaimStorage: ../../../../vim/vsan/host/ConfigInfo/StorageInfo.rst#autoClaimStorage .. _vmodl.DynamicData: ../../../../vmodl/DynamicData.rst vim.vsan.cluster.ConfigInfo.HostDefaultInfo =========================================== Default VSAN service configuration to be used for hosts admitted to the cluster.See `defaultConfig`_ :extends: vmodl.DynamicData_ :since: `vSphere API 5.5`_ Attributes: uuid (`str`_, optional): VSAN service cluster UUID, in the string form "nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn", where n are hexadecimal digits. When enabling the VSAN service on the cluster, this value shall not be specified by the user; a suitable UUID will be generated by the platform. While the VSAN service is enabled, this is a read-only value. autoClaimStorage (`bool`_, optional): Whether the VSAN service is configured to automatically claim local storage on VSAN-enabled hosts in the cluster. If omitted while enabling the VSAN service, this value will default totrue. Changing this value tofalseshall not affect any existing disk mappings in use by hosts currently participating in the VSAN service. Changing this value totruewill result in local disks being automatically claimed for use by the VSAN service, for hosts currently participating in the VSAN service.See `diskMapping`_ See `autoClaimStorage`_