Module Values.FleetAttributeCapabilitySource

Defines the fleet's capability name, minimum, and maximum.

Sourcetype nonrec t = {
  1. name : AttributeCapabilityName.t;
    (*

    The name of the fleet attribute capability for the worker.

    *)
  2. values : AttributeCapabilityValuesList.t;
    (*

    The number of fleet attribute capabilities.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of AttributeCapabilityValue.t ] list | `String of AttributeCapabilityName.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