Interface ClusterNetworkingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClusterNetworking
,ClusterNetworking.Builder
public interface ClusterNetworkingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClusterIpv4CidrBlocks(int index)
Required.com.google.protobuf.ByteString
getClusterIpv4CidrBlocksBytes(int index)
Required.int
getClusterIpv4CidrBlocksCount()
Required.List<String>
getClusterIpv4CidrBlocksList()
Required.String
getServicesIpv4CidrBlocks(int index)
Required.com.google.protobuf.ByteString
getServicesIpv4CidrBlocksBytes(int index)
Required.int
getServicesIpv4CidrBlocksCount()
Required.List<String>
getServicesIpv4CidrBlocksList()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClusterIpv4CidrBlocksList
List<String> getClusterIpv4CidrBlocksList()
Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- A list containing the clusterIpv4CidrBlocks.
-
getClusterIpv4CidrBlocksCount
int getClusterIpv4CidrBlocksCount()
Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The count of clusterIpv4CidrBlocks.
-
getClusterIpv4CidrBlocks
String getClusterIpv4CidrBlocks(int index)
Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
index
- The index of the element to return.- Returns:
- The clusterIpv4CidrBlocks at the given index.
-
getClusterIpv4CidrBlocksBytes
com.google.protobuf.ByteString getClusterIpv4CidrBlocksBytes(int index)
Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the clusterIpv4CidrBlocks at the given index.
-
getServicesIpv4CidrBlocksList
List<String> getServicesIpv4CidrBlocksList()
Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- A list containing the servicesIpv4CidrBlocks.
-
getServicesIpv4CidrBlocksCount
int getServicesIpv4CidrBlocksCount()
Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The count of servicesIpv4CidrBlocks.
-
getServicesIpv4CidrBlocks
String getServicesIpv4CidrBlocks(int index)
Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
index
- The index of the element to return.- Returns:
- The servicesIpv4CidrBlocks at the given index.
-
getServicesIpv4CidrBlocksBytes
com.google.protobuf.ByteString getServicesIpv4CidrBlocksBytes(int index)
Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the servicesIpv4CidrBlocks at the given index.
-
-