Class NetworkAddressReservation
A reservation of one or more addresses in a network.
Implements
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class NetworkAddressReservation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndAddress
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.
Declaration
[JsonProperty("endAddress")]
public virtual string EndAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Note
A note about this reservation, intended for human consumption.
Declaration
[JsonProperty("note")]
public virtual string Note { get; set; }
Property Value
Type | Description |
---|---|
string |
StartAddress
The first address of this reservation block. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
Declaration
[JsonProperty("startAddress")]
public virtual string StartAddress { get; set; }
Property Value
Type | Description |
---|---|
string |