public interface ClusterNetworkingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClusterIpv4CidrBlocks(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The clusterIpv4CidrBlocks at the given index. |
getClusterIpv4CidrBlocksBytes(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the clusterIpv4CidrBlocks at the given index. |
getClusterIpv4CidrBlocksCount()
public abstract 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 | |
---|---|
Type | Description |
int | The count of clusterIpv4CidrBlocks. |
getClusterIpv4CidrBlocksList()
public abstract 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 | |
---|---|
Type | Description |
List<String> | A list containing the clusterIpv4CidrBlocks. |
getServicesIpv4CidrBlocks(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The servicesIpv4CidrBlocks at the given index. |
getServicesIpv4CidrBlocksBytes(int index)
public abstract 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];
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the servicesIpv4CidrBlocks at the given index. |
getServicesIpv4CidrBlocksCount()
public abstract 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 | |
---|---|
Type | Description |
int | The count of servicesIpv4CidrBlocks. |
getServicesIpv4CidrBlocksList()
public abstract 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 | |
---|---|
Type | Description |
List<String> | A list containing the servicesIpv4CidrBlocks. |