ClusterNetworkConfig

data class ClusterNetworkConfig(val allocatedIpRange: String? = null, val network: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

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
val network: 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}".