InstanceCapacityReservationSpecification class
Constructors
-
InstanceCapacityReservationSpecification({Input<
String?> ? capacityReservationPreference, Input<InstanceCapacityReservationSpecificationCapacityReservationTarget?> ? capacityReservationTarget}) -
Creates a new InstanceCapacityReservationSpecification.
capacityReservationPreferenceIndicates the instance's Capacity Reservation preferences. Can be"open"or"none". (Default:"open").capacityReservationTargetInformation about the target Capacity Reservation. See Capacity Reservation Target below for more details.const -
InstanceCapacityReservationSpecification.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
capacityReservationPreference
→ Input<
String?> ? -
Indicates the instance's Capacity Reservation preferences. Can be
"open"or"none". (Default:"open").final -
capacityReservationTarget
→ Input<
InstanceCapacityReservationSpecificationCapacityReservationTarget?> ? -
Information about the target Capacity Reservation. See Capacity Reservation Target below for more details.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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