public interface NetworkAddressReservationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEndAddress()
The last address of this reservation block, inclusive.
|
com.google.protobuf.ByteString |
getEndAddressBytes()
The last address of this reservation block, inclusive.
|
String |
getNote()
A note about this reservation, intended for human consumption.
|
com.google.protobuf.ByteString |
getNoteBytes()
A note about this reservation, intended for human consumption.
|
String |
getStartAddress()
The first address of this reservation block.
|
com.google.protobuf.ByteString |
getStartAddressBytes()
The first address of this reservation block.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStartAddress()
The first address of this reservation block. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
string start_address = 1;com.google.protobuf.ByteString getStartAddressBytes()
The first address of this reservation block. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
string start_address = 1;String getEndAddress()
The last address of this reservation block, inclusive. I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
string end_address = 2;com.google.protobuf.ByteString getEndAddressBytes()
The last address of this reservation block, inclusive. I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
string end_address = 2;String getNote()
A note about this reservation, intended for human consumption.
string note = 3;com.google.protobuf.ByteString getNoteBytes()
A note about this reservation, intended for human consumption.
string note = 3;Copyright © 2022 Google LLC. All rights reserved.