Values_7.CreateInterruptibleCapacityReservationAllocationResultSourceCreates an interruptible Capacity Reservation by specifying the number of unused instances you want to allocate from your source reservation. This helps you make unused capacity available for other workloads within your account while maintaining control to reclaim it.
type nonrec t = {sourceCapacityReservationId : Values_0.CapacityReservationId.t option;The ID of the source Capacity Reservation from which the interruptible Capacity Reservation was created.
*)targetInstanceCount : Values_0.Integer.t option;The number of instances allocated to the interruptible reservation.
*)status : Values_1.InterruptibleCapacityReservationAllocationStatus.t option;The current status of the allocation request (creating, active, updating).
*)interruptionType : Values_1.InterruptionType.t option;The type of interruption applied to the interruptible reservation.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.CapacityReservationId.t ])
list ]