Module Values_3.CapacityReservationTopologySource

Information about the Capacity Reservation topology.

Sourcetype nonrec t = {
  1. capacityReservationId : Values_0.String_.t option;
    (*

    The ID of the Capacity Reservation.

    *)
  2. 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.

    *)
  3. state : Values_0.String_.t option;
    (*

    The current state of the Capacity Reservation. For the list of possible states, see DescribeCapacityReservations.

    *)
  4. instanceType : Values_0.String_.t option;
    (*

    The instance type.

    *)
  5. groupName : Values_0.String_.t option;
    (*

    The name of the placement group that the Capacity Reservation is in.

    *)
  6. 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.

    *)
  7. availabilityZoneId : Values_0.String_.t option;
    (*

    The ID of the Availability Zone or Local Zone that the Capacity Reservation is in.

    *)
  8. availabilityZone : Values_0.String_.t option;
    (*

    The name of the Availability Zone or Local Zone that the Capacity Reservation is in.

    *)
}
Sourceval make : ?capacityReservationId:??? -> ?capacityBlockId:??? -> ?state:??? -> ?instanceType:??? -> ?groupName:??? -> ?networkNodes:??? -> ?availabilityZoneId:??? -> ?availabilityZone:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.String_.t ] list | `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t