public sealed class RouterAdvertisedIpRange : IMessage<RouterAdvertisedIpRange>, IEquatable<RouterAdvertisedIpRange>, IDeepCloneable<RouterAdvertisedIpRange>, IBufferMessage, IMessageDescription-tagged IP ranges for the router to advertise.
Implements
IMessage<RouterAdvertisedIpRange>, IEquatable<RouterAdvertisedIpRange>, IDeepCloneable<RouterAdvertisedIpRange>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
Boolean |
|
HasRange
public bool HasRange { get; }Gets whether the "range" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Range
public string Range { get; set; }The IP range to advertise. The value must be a CIDR-formatted string.
| Property Value | |
|---|---|
| Type | Description |
String |
|