VsanDiskRebalanceResult
This class encapsulates the vSAN reactive rebalance information for a specified disk.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"status": "string",
"bytesMoving": 0,
"remainingBytesToMove": 0,
"diskUsage": "number",
"maxDiskUsage": "number",
"minDiskUsage": "number",
"avgDiskUsage": "number",
"diskCompUsage": "number",
"maxDiskCompUsage": "number",
"minDiskCompUsage": "number",
"avgDiskCompUsage": "number"
}
Indicates the status of rebalancing operation for a disk.
If we failed to find any components that can be moved (due to policy or space issues or object health issues), the status will reflect that status.
See also VsanDiskBalanceStateEnum.
Bytes moving for this rebalancing operation.
Remaining bytes needed to move for this rebalancing operation.
Percentage disk capacity used.
Percentage maximum disk capacity used.
Percentage minimum disk capacity used.
Percentage average disk capacity used.
Percentage disk component used.
Since: 8.0.0.4
Percentage maximum disk component used.
Since: 8.0.0.4
Percentage minimum disk component used.
Since: 8.0.0.4
Percentage average disk component used.
Since: 8.0.0.4