Interface RouterAdvertisedIpRangeOrBuilder (1.42.0)

public interface RouterAdvertisedIpRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

User-specified description for the IP range.

optional string description = 422937596;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

User-specified description for the IP range.

optional string description = 422937596;

Returns
TypeDescription
ByteString

The bytes for description.

getRange()

public abstract String getRange()

The IP range to advertise. The value must be a CIDR-formatted string.

optional string range = 108280125;

Returns
TypeDescription
String

The range.

getRangeBytes()

public abstract ByteString getRangeBytes()

The IP range to advertise. The value must be a CIDR-formatted string.

optional string range = 108280125;

Returns
TypeDescription
ByteString

The bytes for range.

hasDescription()

public abstract boolean hasDescription()

User-specified description for the IP range.

optional string description = 422937596;

Returns
TypeDescription
boolean

Whether the description field is set.

hasRange()

public abstract boolean hasRange()

The IP range to advertise. The value must be a CIDR-formatted string.

optional string range = 108280125;

Returns
TypeDescription
boolean

Whether the range field is set.