Module Values_1.VerifiedAccessInstanceCustomSubDomainSource

Describes a custom subdomain for a network CIDR endpoint for Verified Access.

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

    The subdomain.

    *)
  2. nameservers : Values_0.ValueStringList.t option;
    (*

    The name servers.

    *)
}
Sourceval make : ?subDomain:??? -> ?nameservers:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] 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