public sealed class NetworkAddressReservation : IMessage<NetworkAddressReservation>, IEquatable<NetworkAddressReservation>, IDeepCloneable<NetworkAddressReservation>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class NetworkAddressReservation.
A reservation of one or more addresses in a network.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `NetworkAddressReservation` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.3.0."],["The `NetworkAddressReservation` class is used to define a reservation of one or more network addresses, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor and one that accepts another `NetworkAddressReservation` instance for copying."],["Key properties of this class include `StartAddress` and `EndAddress`, which specify the range of reserved addresses, and `Note` for human-readable descriptions."],["The documentation also provides links to other versions of this API and further resources such as inherited members and implementation details."]]],[]]