Values.ClusterOperationV2ServerlessSourceReturns information about a serverless cluster operation.
type nonrec t = {sourceClusterInfo : ServerlessConnectivityInfo.t option;Describes the cluster's attributes before any updates are applied. For example, networkType, which can be either IPv4 or DUAL.
*)targetClusterInfo : ServerlessConnectivityInfo.t option;Describes the cluster's attributes after any updates are applied. For example, networkType, which can be either IPv4 or DUAL.
*)vpcConnectionInfo : VpcConnectionInfoServerless.t option;Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
*)}