ScaleOutStatus
{
"component": "string",
"state": "string",
"replica": 0,
"maxReplica": 0,
"nextScaleRequiredNode": 0,
"unavailableReason": "string",
"progress": 0,
"message": "string"
}
Component names for scale out.
State of scaleout for this component.
Count of current replica.
Max possible replica on current cluster.
The minimum number of required Kubernetes worker node to scale out further.
The reason why the service is not available to scale out.
Percentage progress of the scale out progress if scale out is going on. This property only appears when it's in SCALEOUT_ONGOING state.
The reason why last scaleout is not successful. This message will not be reset until a scucessful scaleout happens. This property only appears when it's in SCALEOUT_FAILED state.