Module Values.FleetProxyRuleSource

Information about the proxy rule for your reserved capacity instances.

Sourcetype nonrec t = {
  1. type_ : FleetProxyRuleType.t;
    (*

    The type of proxy rule.

    *)
  2. effect_ : FleetProxyRuleEffectType.t;
    (*

    The behavior of the proxy rule.

    *)
  3. entities : FleetProxyRuleEntities.t;
    (*

    The destination of the proxy rule.

    *)
}
Sourceval context_ : string
Sourceval make : type_:FleetProxyRuleType.t -> effect_:FleetProxyRuleEffectType.t -> entities:FleetProxyRuleEntities.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] 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