Interface AdditionalIPRangesConfigOrBuilder (2.73.0)

public interface AdditionalIPRangesConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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 int

The 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 int

The 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.

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.