NetworkAddressReservationResponse

data class NetworkAddressReservationResponse(val endAddress: String, val note: String, val startAddress: String)

A reservation of one or more addresses in a network.

Constructors

Link copied to clipboard
fun NetworkAddressReservationResponse(endAddress: String, note: String, startAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

A note about this reservation, intended for human consumption.

Link copied to clipboard

The first address of this reservation block. Must be specified as a single IPv4 address, e.g. 10.1.2.2.