VsanClusterConfig
VsanClusterConfig
Configuration of a standalone vSAN cluster.
Not applicable if cluster integration is working with vpxd.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"config": {
"_typeName": "string",
"enabled": false,
"defaultConfig": {
"_typeName": "string",
"uuid": "string",
"autoClaimStorage": false,
"checksumEnabled": false
},
"vsanEsaEnabled": false
},
"name": "string",
"hosts": [
"string"
],
"toBeDeleted": false
}
config
Required
The vSAN configuration of the cluster, to present vSAN's enablement, cluster UUID, and auto-claim setting.
string
name
Required
A user friendly name for the cluster.
Must be unique.
array of
string
hosts
Optional
Host BIOS UUIDs of hosts that are configured by user to be part of this cluster.
boolean
toBeDeleted
Optional
Indicates whether this cluster is being deleted.
If toBeDeleted is set True, then no Host will be added to this cluster. Default: False.