PrivateClusterConfigResponse

data class PrivateClusterConfigResponse(val enablePrivateEndpoint: Boolean, val masterIpv4CidrBlock: String, val masterIpv4ReservedRange: String)

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

Constructors

Link copied to clipboard
fun PrivateClusterConfigResponse(enablePrivateEndpoint: Boolean, masterIpv4CidrBlock: String, masterIpv4ReservedRange: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

The IP range in CIDR notation to use for the hosted master network. This range is used for assigning internal IP addresses to the GKE cluster master or set of masters and to the internal load balancer virtual IP. This range must not overlap with any other ranges in use within the cluster's network.