Interface PrivateClusterConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivateClusterConfig
,PrivateClusterConfig.Builder
public interface PrivateClusterConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getEnablePrivateEndpoint()
Optional.String
getMasterIpv4CidrBlock()
Optional.com.google.protobuf.ByteString
getMasterIpv4CidrBlockBytes()
Optional.String
getMasterIpv4ReservedRange()
Output only.com.google.protobuf.ByteString
getMasterIpv4ReservedRangeBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEnablePrivateEndpoint
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:
- The enablePrivateEndpoint.
-
getMasterIpv4CidrBlock
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:
- The masterIpv4CidrBlock.
-
getMasterIpv4CidrBlockBytes
com.google.protobuf.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:
- The bytes for masterIpv4CidrBlock.
-
getMasterIpv4ReservedRange
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:
- The masterIpv4ReservedRange.
-
getMasterIpv4ReservedRangeBytes
com.google.protobuf.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:
- The bytes for masterIpv4ReservedRange.
-
-