PbmComplianceOperationalStatus

PbmComplianceOperationalStatus
PbmComplianceOperationalStatus

Additional information on the effects of backend resources and operations on the storage object.

This structure may be used only with operations rendered under /pbm.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "healthy": false,
    "operationETA": "string",
    "operationProgress": 0,
    "transitional": false
}
boolean
healthy
Optional

Whether the object is currently affected by the failure of backend storage resources.

Optional property.

string As date-time As date-time
operationETA
Optional

Estimated completion time of a backend operation affecting the object.

If set, then "transitional" will be true. Optional property.

integer As int64 As int64
operationProgress
Optional

Percent progress of a backend operation affecting the object.

If set, then "transitional" will be true. Optional property.

boolean
transitional
Optional

Whether an object is undergoing a backend operation that may affect its performance.

This may be a rebalancing the resources of a healthy object or recovery tasks for an unhealthy object. Optional property.