PrivateClusterConfigArgs

data class PrivateClusterConfigArgs(val enablePrivateEndpoint: Output<Boolean>? = null, val enablePrivateNodes: Output<Boolean>? = null, val masterGlobalAccessConfig: Output<PrivateClusterMasterGlobalAccessConfigArgs>? = null, val masterIpv4CidrBlock: Output<String>? = null, val privateEndpointSubnetwork: Output<String>? = null) : ConvertibleToJava<PrivateClusterConfigArgs>

Configuration options for private clusters.

Constructors

Link copied to clipboard
fun PrivateClusterConfigArgs(enablePrivateEndpoint: Output<Boolean>? = null, enablePrivateNodes: Output<Boolean>? = null, masterGlobalAccessConfig: Output<PrivateClusterMasterGlobalAccessConfigArgs>? = null, masterIpv4CidrBlock: Output<String>? = null, privateEndpointSubnetwork: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val enablePrivateEndpoint: Output<Boolean>? = null

Whether the master's internal IP address is used as the cluster endpoint.

Link copied to clipboard
val enablePrivateNodes: Output<Boolean>? = null

Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.

Link copied to clipboard

Controls master global access settings.

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

The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.

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

Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format. //*/