VsanLimitHealthResult

VsanLimitHealthResult
VsanLimitHealthResult

Class for the vSAN limit health result in the host

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "hostname": "string",
    "issueFound": false,
    "maxComponents": 0,
    "freeComponents": 0,
    "componentLimitHealth": "string",
    "lowestFreeDiskSpacePct": 0,
    "usedDiskSpaceB": 0,
    "totalDiskSpaceB": 0,
    "diskFreeSpaceHealth": "string",
    "reservedRcSizeB": 0,
    "totalRcSizeB": 0,
    "rcFreeReservationHealth": "string",
    "totalLogicalSpaceB": 0,
    "logicalSpaceUsedB": 0,
    "dedupMetadataSizeB": 0,
    "diskTransientCapacityUsedB": 0,
    "dgTransientCapacityUsedB": 0,
    "slackSpaceCapRequired": 0,
    "resyncPauseThreshold": 0,
    "spaceEfficiencyMetadataSizeB": {
        "_typeName": "string",
        "dedupMetadataSize": 0,
        "compressionMetadataSize": 0
    },
    "hostRebuildCapacity": 0,
    "minSpaceRequiredForVsanOp": 0,
    "enforceCapResrvSpace": 0,
    "cdReservedSizeB": 0
}
string
hostname
Optional

The host name

boolean
issueFound
Required

Whether any issue found in the vSAN limit health check.

integer As int32 As int32
maxComponents
Required

The maximum number of supported vSAN components in the host.

integer As int32 As int32
freeComponents
Required

The number of remaining vSAN components can be created in the host.

It equals to the maximum supported components minus the used components.

string
componentLimitHealth
Required

The host component usage health status.

The status will be red if the used components exceeds 90% of total component number, the status will be yellow if it exceeds 75% of total components and it will be green if it's less than 75% of total component.

integer As int32 As int32
lowestFreeDiskSpacePct
Required

The lowest free disk space percentage among all of disks in the host.

This value will be 100 if there is no disk found in the host.

integer As int64 As int64
usedDiskSpaceB
Required

The total used disk space in byte, which is the larger value between reserved capacity and the data physically written into the disk.

integer As int64 As int64
totalDiskSpaceB
Required

The total vSAN capacity in byte.

It's the total of physical space which can be used for writing data including any of user data, metadata and the overhead data.

string
diskFreeSpaceHealth
Required

The disk free space health status.

The status will be red if the used disk space is larger than 90% of total space, the status will be yellow if it's larger than 70% of total space and it will be green if it's less than 70% of total space.

integer As int64 As int64
reservedRcSizeB
Required

The reserved read cache size in byte.

integer As int64 As int64
totalRcSizeB
Required

The total read cache size in byte.

string
rcFreeReservationHealth
Required

The read cache reservation health status.

The status will be red if the reserved read cache space is larger than 90% of total space, the status will be yellow if it's larger than 80% of total space and it will be green if it's less than 80% of total space.

integer As int64 As int64
totalLogicalSpaceB
Optional

The total logical capacity in byte.

integer As int64 As int64
logicalSpaceUsedB
Optional

The logical capacity used in byte.

integer As int64 As int64
dedupMetadataSizeB
Optional

The dedupMetadataSize used in byte.

integer As int64 As int64
diskTransientCapacityUsedB
Optional

The disk transient used in byte.

integer As int64 As int64
dgTransientCapacityUsedB
Optional

The disk group transient used in byte.

integer As int64 As int64
slackSpaceCapRequired
Optional

The space required by the vSAN internal operations like policy reconfiguration and we expect user to reserve this in cluster.

integer As int64 As int64
resyncPauseThreshold
Optional

The space threshold to pause vSAN data resync operation, e.g., the reserved space for storage policy related object reconfigurations.

spaceEfficiencyMetadataSizeB
Optional

vSAN space efficiency metadata size in byte.

integer As int64 As int64
hostRebuildCapacity
Optional

The space required for host rebuild if one of the host is down

integer As int64 As int64
minSpaceRequiredForVsanOp
Optional

The space required by the vSAN internal operations like policy reconfiguration at cluster level.

integer As int64 As int64
enforceCapResrvSpace
Optional

The additional space reserved by the vSAN internal operation at cluster level when vSAN operation capacity is enforced.

integer As int64 As int64
cdReservedSizeB
Optional

The total reserved capacity size in byte for all the capacity disks on a host.