GetElasticityAssurancesAssuranceAllocatedResource

data class GetElasticityAssurancesAssuranceAllocatedResource(val instanceType: String, val totalAmount: Int, val usedAmount: Int, val zoneId: String)

Constructors

constructor(instanceType: String, totalAmount: Int, usedAmount: Int, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Instance type.

Link copied to clipboard

The total number of instances that need to be reserved within an instance type.

Link copied to clipboard

The number of instances that have been used.

Link copied to clipboard

The zone ID.