Values.FleetSummarySourceThe details of a fleet.
type nonrec t = {fleetId : FleetId.t option;The fleet ID.
*)farmId : FarmId.t option;The farm ID.
*)displayName : ResourceName.t option;The display name of the fleet summary to update. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)status : FleetStatus.t option;The status of the fleet.
*)statusMessage : String_.t option;A message that communicates a suspended status of the fleet.
*)autoScalingStatus : AutoScalingStatus.t option;The Auto Scaling status of a fleet.
*)targetWorkerCount : Integer.t option;The target number of workers in a fleet.
*)workerCount : Integer.t option;The number of workers in the fleet summary.
*)minWorkerCount : MinZeroMaxInteger.t option;The minimum number of workers in the fleet.
*)maxWorkerCount : MinZeroMaxInteger.t option;The maximum number of workers specified in the fleet.
*)configuration : FleetConfiguration.t option;The configuration details for the fleet.
*)createdAt : CreatedAt.t option;The date and time the resource was created.
*)createdBy : CreatedBy.t option;The user or system that created this resource.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)updatedBy : UpdatedBy.t option;The user or system that updated this resource.
*)}val make :
?fleetId:??? ->
?farmId:??? ->
?displayName:??? ->
?status:??? ->
?statusMessage:??? ->
?autoScalingStatus:??? ->
?targetWorkerCount:??? ->
?workerCount:??? ->
?minWorkerCount:??? ->
?maxWorkerCount:??? ->
?configuration:??? ->
?createdAt:??? ->
?createdBy:??? ->
?updatedAt:??? ->
?updatedBy:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of FleetId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of StorageProfileId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of MinZeroMaxInteger.t
| `List of
[> `Enum of string
| `String of InstanceType.t
| `Structure of
(string
* [> `Float of Float_.t
| `List of
[> `String of AttributeCapabilityValue.t ]
list
| `String of AmountCapabilityName.t ])
list ]
list
| `Structure of
(string
* [> `Integer of MinOneMaxTenThousand.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of AcceleratorRuntime.t ])
list ]
list
| `Structure of
(string
* [> `Integer of MinZeroMaxInteger.t ])
list ])
list ])
list ])
list ])
list
| `Timestamp of CreatedAt.t ])
list ]