Module Values.ProxyConfigurationSource

Information about the proxy configurations that apply network access control to your reserved capacity instances.

Sourcetype nonrec t = {
  1. defaultBehavior : FleetProxyRuleBehavior.t option;
    (*

    The default behavior of outgoing traffic.

    *)
  2. orderedProxyRules : FleetProxyRules.t option;
    (*

    An array of FleetProxyRule objects that represent the specified destination domains or IPs to allow or deny network access control to.

    *)
}
Sourceval make : ?defaultBehavior:??? -> ?orderedProxyRules:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list ]) 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