public interface RouterAdvertisedIpRangeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()
User-specified description for the IP range.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
User-specified description for the IP range.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for range. |
hasDescription()
public abstract boolean hasDescription()
User-specified description for the IP range.
optional string description = 422937596;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the range field is set. |