GetCapacityBlockReservationInterruptionInfo class
Constructors
-
GetCapacityBlockReservationInterruptionInfo({required Input<
String> interruptionType, required Input<String> sourceCapacityReservationId}) -
Creates a new GetCapacityBlockReservationInterruptionInfo.
interruptionTypeType of interruption that occurred. Eitherspot-interruptionorcapacity-block-interruption.sourceCapacityReservationIdID of the source Capacity Reservation that originally held the capacity, if the reservation was created as a result of an interruption.const -
GetCapacityBlockReservationInterruptionInfo.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
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
-
sourceCapacityReservationId
→ Input<
String> -
ID of the source Capacity Reservation that originally held the capacity, if the reservation was created as a result of an interruption.
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