public sealed class ExchangedPeeringRoute : IMessage<ExchangedPeeringRoute>, IEquatable<ExchangedPeeringRoute>, IDeepCloneable<ExchangedPeeringRoute>, IBufferMessage, IMessageImplements
IMessageExchangedPeeringRoute, IEquatableExchangedPeeringRoute, IDeepCloneableExchangedPeeringRoute, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ExchangedPeeringRoute()
public ExchangedPeeringRoute()ExchangedPeeringRoute(ExchangedPeeringRoute)
public ExchangedPeeringRoute(ExchangedPeeringRoute other)| Parameter | |
|---|---|
| Name | Description |
other |
ExchangedPeeringRoute |
Properties
DestRange
public string DestRange { get; set; }The destination range of the route.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasDestRange
public bool HasDestRange { get; }Gets whether the "dest_range" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasImported
public bool HasImported { get; }Gets whether the "imported" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasNextHopRegion
public bool HasNextHopRegion { get; }Gets whether the "next_hop_region" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPriority
public bool HasPriority { get; }Gets whether the "priority" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasType
public bool HasType { get; }Gets whether the "type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Imported
public bool Imported { get; set; }True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
NextHopRegion
public string NextHopRegion { get; set; }The region of peering route next hop, only applies to dynamic routes.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Priority
public uint Priority { get; set; }The priority of the peering route.
| Property Value | |
|---|---|
| Type | Description |
uint |
|
Type
public string Type { get; set; }The type of the peering route. Check the Type enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|