Network Connectivity v1beta API - Class Gateway.Types.IpRangeReservation (1.0.0-beta01)

public sealed class Gateway.Types.IpRangeReservation : IMessage<Gateway.Types.IpRangeReservation>, IEquatable<Gateway.Types.IpRangeReservation>, IDeepCloneable<Gateway.Types.IpRangeReservation>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Gateway.Types.IpRangeReservation

Namespace

Google.Cloud.NetworkConnectivity.V1Beta

Assembly

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