Interface UsableSubnetworkSecondaryRangeOrBuilder (2.4.1)

public interface UsableSubnetworkSecondaryRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpCidrRange()

public abstract String getIpCidrRange()

The range of IP addresses belonging to this subnetwork secondary range.

string ip_cidr_range = 2;

Returns
TypeDescription
String

The ipCidrRange.

getIpCidrRangeBytes()

public abstract ByteString getIpCidrRangeBytes()

The range of IP addresses belonging to this subnetwork secondary range.

string ip_cidr_range = 2;

Returns
TypeDescription
ByteString

The bytes for ipCidrRange.

getRangeName()

public abstract String getRangeName()

The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.

string range_name = 1;

Returns
TypeDescription
String

The rangeName.

getRangeNameBytes()

public abstract ByteString getRangeNameBytes()

The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.

string range_name = 1;

Returns
TypeDescription
ByteString

The bytes for rangeName.

getStatus()

public abstract UsableSubnetworkSecondaryRange.Status getStatus()

This field is to determine the status of the secondary range programmably.

.google.container.v1beta1.UsableSubnetworkSecondaryRange.Status status = 3;

Returns
TypeDescription
UsableSubnetworkSecondaryRange.Status

The status.

getStatusValue()

public abstract int getStatusValue()

This field is to determine the status of the secondary range programmably.

.google.container.v1beta1.UsableSubnetworkSecondaryRange.Status status = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for status.