VsanClusterConfigInfo

VsanClusterConfigInfo
VsanClusterConfigInfo

The VsanClusterConfigInfo data object contains configuration data for the VSAN service in a cluster.

This data object is used both for specifying cluster-wide settings when updating the VSAN service, and as an output datatype when retrieving current cluster-wide VSAN service settings.

See also ReconfigureComputeResource_Task.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enabled": false,
    "defaultConfig": {
        "_typeName": "string",
        "uuid": "string",
        "autoClaimStorage": false,
        "checksumEnabled": false
    },
    "vsanEsaEnabled": false
}
boolean
enabled
Optional

Whether the VSAN service is enabled for the cluster.

defaultConfig
Optional

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

See also defaultConfig.

boolean
vsanEsaEnabled
Optional

Whether the vSAN ESA is enabled for vSAN cluster.

This can only be enabled when vSAN is enabled on the cluster.

Since: vSphere API Release 8.0.0.1