vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanEsaConfig(vim.vsan.VsanEsaConfig)
- Property of
- VimVsanReconfigSpec
- Extends
- DynamicData
- See also
- VsanAddStoragePoolDiskSpec, VsanDatastoreDefaultPolicySelectionConfig, VsanEsaDiskConfiguration
- Since
- 8.0.0.1
Data Object Description
The configurations for the vSAN ESA. This supports storage pool.Properties
Name | Type | Description |
---|---|---|
datastoreDefaultPolicySelectionConfig* | VsanDatastoreDefaultPolicySelectionConfig |
vSAN datastore default policy selection configurations.
Only available for vSAN ESA
Since 8.0.0.2 |
diskConfiguration* | VsanEsaDiskConfiguration |
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
Since 8.0.0.3 |
hclDiskClaimEnabled* | xsd:boolean |
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.
|
storagePoolSpecs* | VsanAddStoragePoolDiskSpec[] |
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
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |