Module Values.ServerlessConnectivityInfoSource

Describes the cluster's connectivity information, such as its network type, which is IPv4 or DUAL.

Sourcetype nonrec t = {
  1. networkType : NetworkType.t option;
    (*

    The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.By default, a cluster uses the IPv4 network type.

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