VsanClusterConfigInfoHostDefaultInfo

VsanClusterConfigInfoHostDefaultInfo
VsanClusterConfigInfoHostDefaultInfo

Default VSAN service configuration to be used for hosts admitted to the cluster.

See also defaultConfig.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "uuid": "string",
    "autoClaimStorage": false,
    "checksumEnabled": false
}
string
uuid
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.

boolean
autoClaimStorage
Optional

Deprecated as this configuration will be deprecated, autoclaim will be no longer supported.

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 to true. Changing this value to false shall not affect any existing disk mappings in use by hosts currently participating in the VSAN service. Changing this value to true will result in local disks being automatically claimed for use by the VSAN service, for hosts currently participating in the VSAN service.

See also diskMapping, autoClaimStorage.

boolean
checksumEnabled
Optional

Whether the VSAN service is configured to enforce checksum protection.

If omitted while enabling the VSAN service, this value will default to false. Change this value to false shall not affect any existing disk status. Changing this value to true shall do disk enforcement check that all VSAN disks are checksum enabled.