ClusterNetworkConfigArgs

data class ClusterNetworkConfigArgs(val allocatedIpRange: Output<String>? = null, val network: Output<String>? = null) : ConvertibleToJava<ClusterNetworkConfigArgs>

Constructors

Link copied to clipboard
constructor(allocatedIpRange: Output<String>? = null, network: Output<String>? = null)

Properties

Link copied to clipboard
val allocatedIpRange: Output<String>? = null

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
val network: Output<String>? = null

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}".

Functions

Link copied to clipboard
open override fun toJava(): ClusterNetworkConfigArgs