Interface NetworkAddressReservationOrBuilder (0.8.0)

public interface NetworkAddressReservationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndAddress()

public abstract 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;

Returns
TypeDescription
String

The endAddress.

getEndAddressBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for endAddress.

getNote()

public abstract String getNote()

A note about this reservation, intended for human consumption.

string note = 3;

Returns
TypeDescription
String

The note.

getNoteBytes()

public abstract ByteString getNoteBytes()

A note about this reservation, intended for human consumption.

string note = 3;

Returns
TypeDescription
ByteString

The bytes for note.

getStartAddress()

public abstract String 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;

Returns
TypeDescription
String

The startAddress.

getStartAddressBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for startAddress.