Values.CustomerManagedFleetConfigurationSourceThe configuration details for a customer managed fleet.
type nonrec t = {mode : AutoScalingMode.t;The Auto Scaling mode for the customer managed fleet.
*)autoScalingConfiguration : CustomerManagedAutoScalingConfiguration.t option;The auto scaling configuration settings for the customer managed fleet.
*)workerCapabilities : CustomerManagedWorkerCapabilities.t;The worker capabilities for the customer managed fleet.
*)storageProfileId : StorageProfileId.t option;The storage profile ID for the customer managed fleet.
*)tagPropagationMode : TagPropagationMode.t option;The tag propagation mode for the customer managed fleet.
*)}val make :
?autoScalingConfiguration:??? ->
?storageProfileId:??? ->
?tagPropagationMode:??? ->
mode:AutoScalingMode.t ->
workerCapabilities:CustomerManagedWorkerCapabilities.t ->
unit ->
tval to_value :
t ->
[> `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
| `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 ])
list ])
list ]