ActualCapacityInfo interface
model interface ActualCapacityInfo
Properties
| failed | Gets or sets the number of instances (scale units) which have Failed provisioning state and have target group payload. |
| outdated |
Gets or sets the number of instances (scale units) which have Failed provisioning state but do not have target group payload. |
| outdated |
Gets or sets the number of instances (scale units) which have Succeeded provisioning state but do not have target group payload. |
| succeeded | Gets or sets the number of instances (scale units) which have Succeeded provisioning state and target group payload. |
| total | Gets or sets the total number of instances (scale units) regardless of provisioning state or whether current group payload version matches the target group payload. |
Property Details
failed
Gets or sets the number of instances (scale units) which have Failed provisioning state and have target group payload.
failed?: number
Property Value
number
outdatedFailed
Gets or sets the number of instances (scale units) which have Failed provisioning state but do not have target group payload.
outdatedFailed?: number
Property Value
number
outdatedSucceeded
Gets or sets the number of instances (scale units) which have Succeeded provisioning state but do not have target group payload.
outdatedSucceeded?: number
Property Value
number
succeeded
Gets or sets the number of instances (scale units) which have Succeeded provisioning state and target group payload.
succeeded?: number
Property Value
number
total
Gets or sets the total number of instances (scale units) regardless of provisioning state or whether current group payload version matches the target group payload.
total?: number
Property Value
number