View Source GoogleApi.BareMetalSolution.V2.Model.NetworkAddressReservation (google_api_bare_metal_solution v0.7.0)

A reservation of one or more addresses in a network.

Attributes

  • endAddress (type: String.t, default: nil) - 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.
  • note (type: String.t, default: nil) - A note about this reservation, intended for human consumption.
  • startAddress (type: String.t, default: nil) - The first address of this reservation block. Must be specified as a single IPv4 address, e.g. 10.1.2.2.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.NetworkAddressReservation{
  endAddress: String.t() | nil,
  note: String.t() | nil,
  startAddress: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.