Values_1.InterruptibleCapacityAllocationSourceRepresents the allocation of capacity from a source reservation to an interruptible reservation, tracking current and target instance counts for allocation management.
type nonrec t = {instanceCount : Values_0.Integer.t option;The current number of instances allocated to the interruptible reservation.
*)targetInstanceCount : Values_0.Integer.t option;After your modify request, the requested number of instances allocated to interruptible reservation.
*)status : InterruptibleCapacityReservationAllocationStatus.t option;The current status of the allocation (updating during reclamation, active when complete).
*)interruptibleCapacityReservationId : Values_0.String_.t option;The ID of the interruptible Capacity Reservation created from the allocation.
*)interruptionType : InterruptionType.t option;The type of interruption policy applied to the interruptible reservation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.String_.t ])
list ]