Capacity Reservation Specification Response Response
data class CapacityReservationSpecificationResponseResponse(val capacityReservationPreference: CapacityReservationPreferenceEnumValueResponse? = null, val capacityReservationTarget: CapacityReservationTargetResponseResponse? = null)
Definition of CapacityReservationSpecificationResponse
Constructors
Link copied to clipboard
constructor(capacityReservationPreference: CapacityReservationPreferenceEnumValueResponse? = null, capacityReservationTarget: CapacityReservationTargetResponseResponse? = null)
Properties
Link copied to clipboard
Describes the instance's Capacity Reservation preferences. Possible preferences include:
-
open
- The instance can run in anyopen
Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). -
none
- The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
Link copied to clipboard
Information about the targeted Capacity Reservation or Capacity Reservation group.