VsanEsaConfig

VsanEsaConfig
VsanEsaConfig

The configurations for the vSAN ESA.

This supports storage pool.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "storagePoolSpecs": [
        {
            "_typeName": "string",
            "host": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "disks": [
                {
                    "_typeName": "string",
                    "diskName": "string",
                    "diskType": "string"
                }
            ]
        }
    ],
    "hclDiskClaimEnabled": false,
    "datastoreDefaultPolicySelectionConfig": {
        "_typeName": "string",
        "enabled": false
    },
    "diskConfiguration": {
        "_typeName": "string",
        "diskClaimConfiguration": [
            {
                "_typeName": "string",
                "diskType": "string",
                "diskNamePrefix": "string",
                "numberOfDisks": 0,
                "diskModel": "string",
                "vendor": "string",
                "diskCapacity": 0
            }
        ]
    }
}
storagePoolSpecs
Optional

vSAN storage pool disk specification for manual disk claim.

Throws fault if vSAN ESA is not enabled or if any errors occur during storage pool disk claim operation. Refer to VsanAddStoragePoolDiskSpec

boolean
hclDiskClaimEnabled
Optional

Whether the HCLDiskClaim setting is enabled for the cluster.

Set hclDiskClaimEnabled to True/False, to enable/disable HCL disk claim feature on vSAN ESA cluster. Throws fault if 1. HclDiskClaim is being enabled and storagePoolSpec is being specified for manual disk claim. 2. If vSAN ESA is not enabled or being enabled. 3. If vSAN ESA is being disabled and hclDiskClaim setting is being enabled in the input spec.

datastoreDefaultPolicySelectionConfig
Optional

vSAN datastore default policy selection configurations.

Only available for vSAN ESA

diskConfiguration
Optional

Attribute to specify disk configuration for vSAN ESA prescriptive disk claim feature.

vSAN will automatically claim disks according to the prescribed configuration on all hosts in the cluster. Throws fault if 1. vSAN ESA is not enabled or being disabled. 2. If HCL aware disk claim configuration is enabled or being enabled. 3. If storagePoolSpecs is also specified. 4. Any other faults that occur while performing disk claim operation on the cluster. Refer to VsanEsaDiskConfiguration