VsanEsaDiskConfiguration
VsanEsaDiskConfiguration
vSAN ESA disk configuration to be claimed by vSAN ESA prescriptive disk claim.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"diskClaimConfiguration": [
{
"_typeName": "string",
"diskType": "string",
"diskNamePrefix": "string",
"numberOfDisks": 0,
"diskModel": "string",
"vendor": "string",
"diskCapacity": 0
}
]
}
array of
DiskClaimConfiguration
diskClaimConfiguration
Optional
Specify one or more desired disk configuration to be claimed on vSAN ESA cluster by vSAN ESA prescriptive disk claim.
Any existing configuration that is omitted from this specification will be deleted. Please specify any new configuration along with the existing configuration if any. Existing config can be retrieved through VsanClusterGetConfig Refer to DiskClaimConfiguration