CapacityReservationCapacityAllocation

data class CapacityReservationCapacityAllocation(val allocationType: String? = null, val count: Int? = null)

Constructors

Link copied to clipboard
constructor(allocationType: String? = null, count: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allocationType: String? = null

The usage type. used indicates that the instance capacity is in use by instances that are running in the Capacity Reservation.

Link copied to clipboard
val count: Int? = null

The amount of instance capacity associated with the usage. For example a value of 4 indicates that instance capacity for 4 instances is currently in use.