Module Values.CustomerManagedFleetConfigurationSource

The configuration details for a customer managed fleet.

Sourcetype nonrec t = {
  1. mode : AutoScalingMode.t;
    (*

    The Auto Scaling mode for the customer managed fleet.

    *)
  2. autoScalingConfiguration : CustomerManagedAutoScalingConfiguration.t option;
    (*

    The auto scaling configuration settings for the customer managed fleet.

    *)
  3. workerCapabilities : CustomerManagedWorkerCapabilities.t;
    (*

    The worker capabilities for the customer managed fleet.

    *)
  4. storageProfileId : StorageProfileId.t option;
    (*

    The storage profile ID for the customer managed fleet.

    *)
  5. tagPropagationMode : TagPropagationMode.t option;
    (*

    The tag propagation mode for the customer managed fleet.

    *)
}
Sourceval context_ : string
Sourceval make : ?autoScalingConfiguration:??? -> ?storageProfileId:??? -> ?tagPropagationMode:??? -> mode:AutoScalingMode.t -> workerCapabilities:CustomerManagedWorkerCapabilities.t -> unit -> t
Sourceval 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 ]
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