Module Values.ConnectivityInfoSource

Information about the broker access configuration.

Sourcetype nonrec t = {
  1. publicAccess : PublicAccess.t option;
    (*

    Public access control for brokers.

    *)
  2. vpcConnectivity : VpcConnectivity.t option;
    (*

    VPC connectivity access control for brokers.

    *)
  3. 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 : ?publicAccess:??? -> ?vpcConnectivity:??? -> ?networkType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of string | `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `Structure of (string * [> `Boolean of bool ]) list ]) 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