InterruptibleCapacityAllocation

Represents the allocation of capacity from a source reservation to an interruptible reservation, tracking current and target instance counts for allocation management.

Types

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

Properties

Link copied to clipboard

The current number of instances allocated to the interruptible reservation.

Link copied to clipboard

The ID of the interruptible Capacity Reservation created from the allocation.

Link copied to clipboard

The type of interruption policy applied to the interruptible reservation.

Link copied to clipboard

The current status of the allocation (updating during reclamation, active when complete).

Link copied to clipboard

After your modify request, the requested number of instances allocated to interruptible reservation.

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