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.
instanceCountNumber of instances allocated as interruptible capacity within the Capacity Block reservation.interruptibleCapacityReservationIdID of the interruptible Capacity Reservation associated with this allocation.interruptionTypeType of interruption that occurred. Eitherspot-interruptionorcapacity-block-interruption.statusStatus of the interruptible capacity allocation. One ofpending,confirmed, orcancelled.targetInstanceCountTarget 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-interruptionorcapacity-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, orcancelled.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