Cluster Network Config Args
data class ClusterNetworkConfigArgs(val allocatedIpRange: Output<String>? = null, val network: Output<String>? = null) : ConvertibleToJava<ClusterNetworkConfigArgs>
Properties
Link copied to clipboard
The name of the allocated IP range for the private IP AlloyDB cluster. For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range.
Link copied to clipboard
The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}".