Module Values_1.UltraServerSummarySource

A summary of UltraServer resources and their current status.

Sourcetype nonrec t = {
  1. ultraServerType : UltraServerType.t option;
    (*

    The type of UltraServer, such as ml.u-p6e-gb200x72.

    *)
  2. instanceType : ReservedCapacityInstanceType.t option;
    (*

    The Amazon EC2 instance type used in the UltraServer.

    *)
  3. ultraServerCount : UltraServerCount.t option;
    (*

    The number of UltraServers of this type.

    *)
  4. availableSpareInstanceCount : Values_0.AvailableSpareInstanceCount.t option;
    (*

    The number of available spare instances in the UltraServers.

    *)
  5. unhealthyInstanceCount : UnhealthyInstanceCount.t option;
    (*

    The total number of instances across all UltraServers of this type that are currently in an unhealthy state.

    *)
}
Sourceval make : ?ultraServerType:??? -> ?instanceType:??? -> ?ultraServerCount:??? -> ?availableSpareInstanceCount:??? -> ?unhealthyInstanceCount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of UltraServerCount.t | `String of UltraServerType.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