Module Values.PublicRouterNetworkInterfaceConfigurationSource

The configuration settings for a public router network interface, including the list of allowed CIDR blocks.

Sourcetype nonrec t = {
  1. allowRules : PublicRouterNetworkInterfaceConfigurationAllowRulesList.t;
    (*

    The list of allowed CIDR blocks for the public router network interface.

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