Name
|
Type
|
Description
|
objType | xsd:string |
The vSAN object type. It could be one of types defined in VsanObjectTypeEnum. See VsanObjectSpaceSummaryVsanObjectTypeEnum
|
overheadB | xsd:long |
The overhead for this type of vSAN object in byte. The overhead
includes the space like replica data, witness metadata and RAID 5/6 parity
data, data protection overhead etc. The sum of overhead, temporary overhead
and the primary data size will equal to the object total used size
|
overReservedB | xsd:long |
The total over reserved capacity for this type of vSAN object in byte. It indicates
how much capacity is over-reserved between the total reserved capacity and the actual
user data written into disk. In other words, such space is potentially wasted, and
reducing the reservation would free up space.
|
physicalUsedB | xsd:long |
The total of physically used capacity for this type of vSAN object in byte.
It indicates how much data are written into the physical disk.
|
primaryCapacityB | xsd:long |
The primary capacity for this type of vSAN object in byte.
The primary data is the actual user data written into physical
disk which doesn't include any overhead, e.g. temporary overhead,
data protection overhead or replica data.
|
provisionCapacityB | xsd:long |
The total provisioned capacity for this type of vSAN object in byte. It's the total
user requested logical capacity from the vSAN data store
|
reservedCapacityB | xsd:long |
The total reserved capacity for this type of vSAN object in byte. When user create
the virtual disk from vSAN datastore, he/she can specify how many physical space
should be reserved for the virtual disk through disk provisioning policy or legacy
thick provisioning.
|
temporaryOverheadB | xsd:long |
The temporary overhead for this type of vSAN object in byte.
The temporary overhead include the space like used for data moving
and will be released eventually.
|
usedB | xsd:long |
The total of used capacity for this type of vSAN object in byte. It's the max
value between physically used capacity and the reserved capacity.
|
Properties inherited from DynamicData |
None |