Interface PrivateClusterConfigOrBuilder (2.3.6)

public interface PrivateClusterConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnablePrivateEndpoint()

public abstract boolean getEnablePrivateEndpoint()

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

bool enable_private_endpoint = 2;

Returns
TypeDescription
boolean

The enablePrivateEndpoint.

getEnablePrivateNodes()

public abstract boolean getEnablePrivateNodes()

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.

bool enable_private_nodes = 1;

Returns
TypeDescription
boolean

The enablePrivateNodes.

getMasterGlobalAccessConfig()

public abstract PrivateClusterMasterGlobalAccessConfig getMasterGlobalAccessConfig()

Controls master global access settings.

.google.container.v1.PrivateClusterMasterGlobalAccessConfig master_global_access_config = 8;

Returns
TypeDescription
PrivateClusterMasterGlobalAccessConfig

The masterGlobalAccessConfig.

getMasterGlobalAccessConfigOrBuilder()

public abstract PrivateClusterMasterGlobalAccessConfigOrBuilder getMasterGlobalAccessConfigOrBuilder()

Controls master global access settings.

.google.container.v1.PrivateClusterMasterGlobalAccessConfig master_global_access_config = 8;

Returns
TypeDescription
PrivateClusterMasterGlobalAccessConfigOrBuilder

getMasterIpv4CidrBlock()

public abstract String getMasterIpv4CidrBlock()

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.

string master_ipv4_cidr_block = 3;

Returns
TypeDescription
String

The masterIpv4CidrBlock.

getMasterIpv4CidrBlockBytes()

public abstract ByteString getMasterIpv4CidrBlockBytes()

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.

string master_ipv4_cidr_block = 3;

Returns
TypeDescription
ByteString

The bytes for masterIpv4CidrBlock.

getPeeringName()

public abstract String getPeeringName()

Output only. The peering name in the customer VPC used by this cluster.

string peering_name = 7;

Returns
TypeDescription
String

The peeringName.

getPeeringNameBytes()

public abstract ByteString getPeeringNameBytes()

Output only. The peering name in the customer VPC used by this cluster.

string peering_name = 7;

Returns
TypeDescription
ByteString

The bytes for peeringName.

getPrivateEndpoint()

public abstract String getPrivateEndpoint()

Output only. The internal IP address of this cluster's master endpoint.

string private_endpoint = 4;

Returns
TypeDescription
String

The privateEndpoint.

getPrivateEndpointBytes()

public abstract ByteString getPrivateEndpointBytes()

Output only. The internal IP address of this cluster's master endpoint.

string private_endpoint = 4;

Returns
TypeDescription
ByteString

The bytes for privateEndpoint.

getPublicEndpoint()

public abstract String getPublicEndpoint()

Output only. The external IP address of this cluster's master endpoint.

string public_endpoint = 5;

Returns
TypeDescription
String

The publicEndpoint.

getPublicEndpointBytes()

public abstract ByteString getPublicEndpointBytes()

Output only. The external IP address of this cluster's master endpoint.

string public_endpoint = 5;

Returns
TypeDescription
ByteString

The bytes for publicEndpoint.

hasMasterGlobalAccessConfig()

public abstract boolean hasMasterGlobalAccessConfig()

Controls master global access settings.

.google.container.v1.PrivateClusterMasterGlobalAccessConfig master_global_access_config = 8;

Returns
TypeDescription
boolean

Whether the masterGlobalAccessConfig field is set.