public interface RouterAdvertisedIpRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
User-specified description for the IP range.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
User-specified description for the IP range.
|
String |
getRange()
The IP range to advertise.
|
com.google.protobuf.ByteString |
getRangeBytes()
The IP range to advertise.
|
boolean |
hasDescription()
User-specified description for the IP range.
|
boolean |
hasRange()
The IP range to advertise.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDescription()
User-specified description for the IP range.
optional string description = 422937596;String getDescription()
User-specified description for the IP range.
optional string description = 422937596;com.google.protobuf.ByteString getDescriptionBytes()
User-specified description for the IP range.
optional string description = 422937596;boolean hasRange()
The IP range to advertise. The value must be a CIDR-formatted string.
optional string range = 108280125;String getRange()
The IP range to advertise. The value must be a CIDR-formatted string.
optional string range = 108280125;com.google.protobuf.ByteString getRangeBytes()
The IP range to advertise. The value must be a CIDR-formatted string.
optional string range = 108280125;Copyright © 2023 Google LLC. All rights reserved.