ActualCapacityInfoResponse

data class ActualCapacityInfoResponse(val failed: Int? = null, val outdatedFailed: Int? = null, val outdatedSucceeded: Int? = null, val succeeded: Int? = null, val total: Int? = null)

Constructors

Link copied to clipboard
constructor(failed: Int? = null, outdatedFailed: Int? = null, outdatedSucceeded: Int? = null, succeeded: Int? = null, total: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failed: Int? = null

Gets or sets the number of instances (scale units) which have Failed provisioning state and have target group payload.

Link copied to clipboard
val outdatedFailed: Int? = null

Gets or sets the number of instances (scale units) which have Failed provisioning state but do not have target group payload.

Link copied to clipboard
val outdatedSucceeded: Int? = null

Gets or sets the number of instances (scale units) which have Succeeded provisioning state but do not have target group payload.

Link copied to clipboard
val succeeded: Int? = null

Gets or sets the number of instances (scale units) which have Succeeded provisioning state and target group payload.

Link copied to clipboard
val total: Int? = null

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.