Values_1.UltraServerSummarySourceA summary of UltraServer resources and their current status.
type nonrec t = {ultraServerType : UltraServerType.t option;The type of UltraServer, such as ml.u-p6e-gb200x72.
*)instanceType : ReservedCapacityInstanceType.t option;The Amazon EC2 instance type used in the UltraServer.
*)ultraServerCount : UltraServerCount.t option;The number of UltraServers of this type.
*)availableSpareInstanceCount : Values_0.AvailableSpareInstanceCount.t option;The number of available spare instances in the UltraServers.
*)unhealthyInstanceCount : UnhealthyInstanceCount.t option;The total number of instances across all UltraServers of this type that are currently in an unhealthy state.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of UltraServerCount.t
| `String of UltraServerType.t ])
list ]