vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanStoragePoolDiskResourceCheckResult(vim.vsan.StoragePoolDiskResourceCheckResult)
- Property of
- VsanStoragePoolResourceCheckResult
- Extends
- VsanDiskResourceCheckResult
- Since
- 8.0.0.1
Data Object Description
The vSAN disk level resource check report for disks in a storage pool. It includes basic disk info, current disk usage and the predicted disk usage after the queried operation is performed EntityResourceCheckDetails. For example, if the queried resource check is for host enter maintenance mode operation, vSAN will simulate the disk usage after the queried host enters maintenance mode. This will provide user a sense of what the disk usage will look like if the queried operation is carried out. If isNew is true, this is a new disk suggested to be added by vSAN simulation for more resources to make the operation succeed. In this case, currentUsage will be 0 and postOperationUsage will show how the new disk will be used assuming the queried operation is done from vSAN simulation. If isNew is false, this is an existing disk in the current cluster. postOperationUsage will give the usage of the disk assuming the queried operation is done from vSAN simulation.Properties
Name | Type | Description |
---|---|---|
diskType* | xsd:string |
Represents storage pool disk type. Refer to
StoragePoolDiskType See StoragePoolDiskType |
Properties inherited from VsanDiskResourceCheckResult | ||
None | ||
Properties inherited from EntityResourceCheckDetails | ||
additionalRequiredCapacity, capacity, components, isNew, maxComponents, name, postOperationCapacity, postOperationUsedCapacity, usedCapacity, uuid | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |