Compute Engine v1 API - Class RouterAdvertisedIpRange (2.13.0)

public sealed class RouterAdvertisedIpRange : IMessage<RouterAdvertisedIpRange>, IEquatable<RouterAdvertisedIpRange>, IDeepCloneable<RouterAdvertisedIpRange>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class RouterAdvertisedIpRange.

Description-tagged IP ranges for the router to advertise.

Inheritance

object > RouterAdvertisedIpRange

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

RouterAdvertisedIpRange()

public RouterAdvertisedIpRange()

RouterAdvertisedIpRange(RouterAdvertisedIpRange)

public RouterAdvertisedIpRange(RouterAdvertisedIpRange other)
Parameter
NameDescription
otherRouterAdvertisedIpRange

Properties

Description

public string Description { get; set; }

User-specified description for the IP range.

Property Value
TypeDescription
string

HasDescription

public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
TypeDescription
bool

HasRange

public bool HasRange { get; }

Gets whether the "range" field is set

Property Value
TypeDescription
bool

Range

public string Range { get; set; }

The IP range to advertise. The value must be a CIDR-formatted string.

Property Value
TypeDescription
string