PrivateClusterConfigArgs

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

Configuration options for the private GKE cluster in a Cloud Composer environment.

Constructors

Link copied to clipboard
constructor(enablePrivateEndpoint: Output<Boolean>? = null, masterIpv4CidrBlock: Output<String>? = null)

Properties

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

Optional. If true, access to the public endpoint of the GKE cluster is denied.

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

Optional. The CIDR block from which IPv4 range for GKE master will be reserved. If left blank, the default value of '172.16.0.0/23' is used.

Functions

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