GetCapacityBlockReservationInterruptibleCapacityAllocation class

Constructors

GetCapacityBlockReservationInterruptibleCapacityAllocation({required Input<int> instanceCount, required Input<String> interruptibleCapacityReservationId, required Input<String> interruptionType, required Input<String> status, required Input<int> targetInstanceCount})
Creates a new GetCapacityBlockReservationInterruptibleCapacityAllocation. instanceCount Number of instances allocated as interruptible capacity within the Capacity Block reservation. interruptibleCapacityReservationId ID of the interruptible Capacity Reservation associated with this allocation. interruptionType Type of interruption that occurred. Either spot-interruption or capacity-block-interruption. status Status of the interruptible capacity allocation. One of pending, confirmed, or cancelled. targetInstanceCount Target number of interruptible instances for the allocation.
const
GetCapacityBlockReservationInterruptibleCapacityAllocation.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceCount → Input<int>
Number of instances allocated as interruptible capacity within the Capacity Block reservation.
final
interruptibleCapacityReservationId → Input<String>
ID of the interruptible Capacity Reservation associated with this allocation.
final
interruptionType → Input<String>
Type of interruption that occurred. Either spot-interruption or capacity-block-interruption.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status → Input<String>
Status of the interruptible capacity allocation. One of pending, confirmed, or cancelled.
final
targetInstanceCount → Input<int>
Target number of interruptible instances for the allocation.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited