public interface AdditionalIPRangesConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPodIpv4RangeNames(int index)
public abstract String getPodIpv4RangeNames(int index)List of secondary ranges names within this subnetwork that can be used for pod IPs. Example1: gke-pod-range1 Example2: gke-pod-range1,gke-pod-range2
repeated string pod_ipv4_range_names = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The podIpv4RangeNames at the given index. |
getPodIpv4RangeNamesBytes(int index)
public abstract ByteString getPodIpv4RangeNamesBytes(int index)List of secondary ranges names within this subnetwork that can be used for pod IPs. Example1: gke-pod-range1 Example2: gke-pod-range1,gke-pod-range2
repeated string pod_ipv4_range_names = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the podIpv4RangeNames at the given index. |
getPodIpv4RangeNamesCount()
public abstract int getPodIpv4RangeNamesCount()List of secondary ranges names within this subnetwork that can be used for pod IPs. Example1: gke-pod-range1 Example2: gke-pod-range1,gke-pod-range2
repeated string pod_ipv4_range_names = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of podIpv4RangeNames. |
getPodIpv4RangeNamesList()
public abstract List<String> getPodIpv4RangeNamesList()List of secondary ranges names within this subnetwork that can be used for pod IPs. Example1: gke-pod-range1 Example2: gke-pod-range1,gke-pod-range2
repeated string pod_ipv4_range_names = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the podIpv4RangeNames. |
getStatus()
public abstract AdditionalIPRangesConfig.Status getStatus()Draining status of the additional subnet.
.google.container.v1.AdditionalIPRangesConfig.Status status = 3;
| Returns | |
|---|---|
| Type | Description |
AdditionalIPRangesConfig.Status |
The status. |
getStatusValue()
public abstract int getStatusValue()Draining status of the additional subnet.
.google.container.v1.AdditionalIPRangesConfig.Status status = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for status. |
getSubnetwork()
public abstract String getSubnetwork()Name of the subnetwork. This can be the full path of the subnetwork or just the name. Example1: my-subnet Example2: projects/gke-project/regions/us-central1/subnetworks/my-subnet
string subnetwork = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The subnetwork. |
getSubnetworkBytes()
public abstract ByteString getSubnetworkBytes()Name of the subnetwork. This can be the full path of the subnetwork or just the name. Example1: my-subnet Example2: projects/gke-project/regions/us-central1/subnetworks/my-subnet
string subnetwork = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subnetwork. |