Module Values.ClusterOperationV2ServerlessSource

Returns information about a serverless cluster operation.

Sourcetype nonrec t = {
  1. sourceClusterInfo : ServerlessConnectivityInfo.t option;
    (*

    Describes the cluster's attributes before any updates are applied. For example, networkType, which can be either IPv4 or DUAL.

    *)
  2. targetClusterInfo : ServerlessConnectivityInfo.t option;
    (*

    Describes the cluster's attributes after any updates are applied. For example, networkType, which can be either IPv4 or DUAL.

    *)
  3. vpcConnectionInfo : VpcConnectionInfoServerless.t option;
    (*

    Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

    *)
}
Sourceval make : ?sourceClusterInfo:??? -> ?targetClusterInfo:??? -> ?vpcConnectionInfo:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `String of string ]) list | `Timestamp of string ]) 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