CapacityAllocation

Information about instance capacity usage for a Capacity Reservation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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?

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String