Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::NetworkAddressReservation.
A reservation of one or more addresses in a network.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_address
def end_address() -> ::String
Returns
- (::String) — 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.
#end_address=
def end_address=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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
def note() -> ::String
Returns
- (::String) — A note about this reservation, intended for human consumption.
#note=
def note=(value) -> ::String
Parameter
- value (::String) — A note about this reservation, intended for human consumption.
Returns
- (::String) — A note about this reservation, intended for human consumption.
#start_address
def start_address() -> ::String
Returns
- (::String) — The first address of this reservation block. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
#start_address=
def start_address=(value) -> ::String
Parameter
- value (::String) — The first address of this reservation block. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
Returns
- (::String) — The first address of this reservation block. Must be specified as a single IPv4 address, e.g. 10.1.2.2.