Interface PrivateClusterConfigOrBuilder (1.15.0)

public interface PrivateClusterConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnablePrivateEndpoint()

public abstract boolean getEnablePrivateEndpoint()

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

bool enable_private_endpoint = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The enablePrivateEndpoint.

getMasterIpv4CidrBlock()

public abstract String getMasterIpv4CidrBlock()

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.

string master_ipv4_cidr_block = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The masterIpv4CidrBlock.

getMasterIpv4CidrBlockBytes()

public abstract ByteString getMasterIpv4CidrBlockBytes()

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.

string master_ipv4_cidr_block = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for masterIpv4CidrBlock.

getMasterIpv4ReservedRange()

public abstract String getMasterIpv4ReservedRange()

Output only. The IP range in CIDR notation to use for the hosted master network. This range is used for assigning internal IP addresses to the 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.

string master_ipv4_reserved_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The masterIpv4ReservedRange.

getMasterIpv4ReservedRangeBytes()

public abstract ByteString getMasterIpv4ReservedRangeBytes()

Output only. The IP range in CIDR notation to use for the hosted master network. This range is used for assigning internal IP addresses to the 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.

string master_ipv4_reserved_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for masterIpv4ReservedRange.