Class IpRangeReservation
A list of IP ranges that are reserved for this gateway's internal intfrastructure.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class IpRangeReservation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IpRange
Required. A block of IP addresses used to allocate supporting infrastructure for this gateway. This block must not overlap with subnets in any spokes or peer VPC networks that the gateway can communicate with. Example: "10.1.2.0/24"
Declaration
[JsonProperty("ipRange")]
public virtual string IpRange { get; set; }
Property Value
| Type | Description |
|---|---|
| string |