Module Values.ZeroEtlAccessSource

The configuration for Zero-ETL access from the ODB network.

Sourcetype nonrec t = {
  1. status : ManagedResourceStatus.t option;
    (*

    The status of the Zero-ETL access.

    *)
  2. cidr : String_.t option;
    (*

    The CIDR block for the Zero-ETL access.

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