Module Values_1.VerifiedAccessEndpointCidrOptionsSource

Describes the CIDR options for a Verified Access endpoint.

Sourcetype nonrec t = {
  1. cidr : Values_0.String_.t option;
    (*

    The CIDR.

    *)
  2. portRanges : Values_0.VerifiedAccessEndpointPortRangeList.t option;
    (*

    The port ranges.

    *)
  3. protocol : Values_0.VerifiedAccessEndpointProtocol.t option;
    (*

    The protocol.

    *)
  4. subnetIds : Values_0.VerifiedAccessEndpointSubnetIdList.t option;
    (*

    The IDs of the subnets.

    *)
}
Sourceval make : ?cidr:??? -> ?portRanges:??? -> ?protocol:??? -> ?subnetIds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `Integer of int ]) list ] list | `String of Values_0.String_.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