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.
Implements
IMessageRouterAdvertisedIpRange, IEquatableRouterAdvertisedIpRange, IDeepCloneableRouterAdvertisedIpRange, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RouterAdvertisedIpRange()
public RouterAdvertisedIpRange()
RouterAdvertisedIpRange(RouterAdvertisedIpRange)
public RouterAdvertisedIpRange(RouterAdvertisedIpRange other)
Parameter | |
---|---|
Name | Description |
other | RouterAdvertisedIpRange |
Properties
Description
public string Description { get; set; }
User-specified description for the IP range.
Property Value | |
---|---|
Type | Description |
string |
HasDescription
public bool HasDescription { get; }
Gets whether the "description" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasRange
public bool HasRange { get; }
Gets whether the "range" field is set
Property Value | |
---|---|
Type | Description |
bool |
Range
public string Range { get; set; }
The IP range to advertise. The value must be a CIDR-formatted string.
Property Value | |
---|---|
Type | Description |
string |