Values_3.CapacityBlockStatusSourceDescribes the availability of capacity for a Capacity Block.
type nonrec t = {capacityBlockId : Values_1.CapacityBlockId.t option;The ID of the Capacity Block.
*)interconnectStatus : Values_1.CapacityBlockInterconnectStatus.t option;The status of the high-bandwidth accelerator interconnect. Possible states include: ok the accelerator interconnect is healthy. impaired - accelerator interconnect communication is impaired. insufficient-data - insufficient data to determine accelerator interconnect status.
*)totalCapacity : Values_0.Integer.t option;The combined amount of Available and Unavailable capacity in the Capacity Block.
*)totalAvailableCapacity : Values_0.Integer.t option;The remaining capacity. Indicates the number of resources that can be launched into the Capacity Block.
*)capacityReservationStatuses : Values_1.CapacityReservationStatusSet.t option;The availability of capacity for the Capacity Block reservations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_0.CapacityReservationId.t ])
list ]
list
| `String of Values_1.CapacityBlockId.t ])
list ]