Values_3.CapacityReservationTopologySourceInformation about the Capacity Reservation topology.
type nonrec t = {capacityReservationId : Values_0.String_.t option;The ID of the Capacity Reservation.
*)capacityBlockId : Values_0.String_.t option;The ID of the Capacity Block. This parameter is only supported for UltraServer instances and identifies instances within the UltraServer domain.
*)state : Values_0.String_.t option;The current state of the Capacity Reservation. For the list of possible states, see DescribeCapacityReservations.
*)instanceType : Values_0.String_.t option;The instance type.
*)groupName : Values_0.String_.t option;The name of the placement group that the Capacity Reservation is in.
*)networkNodes : Values_1.NetworkNodeSet.t option;The network nodes. The nodes are hashed based on your account. Capacity Reservations from different accounts running under the same server will return a different hashed list of strings. The value is null or empty if: The instance type is not supported. The Capacity Reservation is in a state other than active or pending.
*)availabilityZoneId : Values_0.String_.t option;The ID of the Availability Zone or Local Zone that the Capacity Reservation is in.
*)availabilityZone : Values_0.String_.t option;The name of the Availability Zone or Local Zone that the Capacity Reservation is in.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Values_0.String_.t ] list
| `String of Values_0.String_.t ])
list ]