public sealed class Gateway.Types.IpRangeReservation : IMessage<Gateway.Types.IpRangeReservation>, IEquatable<Gateway.Types.IpRangeReservation>, IDeepCloneable<Gateway.Types.IpRangeReservation>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1beta API class Gateway.Types.IpRangeReservation.
A list of IP ranges that are reserved for this gateway's internal intfrastructure.
Implements
IMessageGatewayTypesIpRangeReservation, IEquatableGatewayTypesIpRangeReservation, IDeepCloneableGatewayTypesIpRangeReservation, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1BetaAssembly
Google.Cloud.NetworkConnectivity.V1Beta.dll
Constructors
IpRangeReservation()
public IpRangeReservation()IpRangeReservation(IpRangeReservation)
public IpRangeReservation(Gateway.Types.IpRangeReservation other)| Parameter | |
|---|---|
| Name | Description |
other |
GatewayTypesIpRangeReservation |
Properties
IpRange
public string IpRange { get; set; }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"
| Property Value | |
|---|---|
| Type | Description |
string |
|