vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanEntitySpaceUsage(vim.cluster.VsanEntitySpaceUsage)
- Returned by
- VsanQueryEntitySpaceUsage
- Extends
- DynamicData
- See also
- VimVsanDataEfficiencyCapacityState, VsanObjectSpaceSummary
- Since
- 7.0
Data Object Description
This is base class describing the vSAN space usage for the general vSAN entity like virtual machine.Properties
Name | Type | Description |
---|---|---|
efficientCapacity* | VimVsanDataEfficiencyCapacityState |
The efficient capacity breakdown details when the vSAN cluster enables data
efficiency.
|
entityId* | xsd:string |
The vSAN object entity ID. For the entity like virtual machine, it's the
managed object ID like 'vm-1'.
|
freeCapacityB* | xsd:long |
The free capacity in byte. It's the total of free physical space which can be
used for writing data including any of user data, metadata and the overhead
data.
|
spaceUsageByObjectType* | VsanObjectSpaceSummary[] |
The vSAN space usage breakdown by object type for all of vSAN objects
belonging to the entity.
|
totalCapacityB* | xsd:long |
The total capacity in byte, which is the total used and free capacity
combined. It's the total of physical space which can be use for writing data
including any of user data, metadata and the overhead data.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |