public sealed class ExchangedPeeringRoute : IMessage<ExchangedPeeringRoute>, IEquatable<ExchangedPeeringRoute>, IDeepCloneable<ExchangedPeeringRoute>, IBufferMessage, IMessage
Implements
IMessage<ExchangedPeeringRoute>, IEquatable<ExchangedPeeringRoute>, IDeepCloneable<ExchangedPeeringRoute>, 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 |
Boolean |
HasImported
public bool HasImported { get; }
Gets whether the "imported" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasNextHopRegion
public bool HasNextHopRegion { get; }
Gets whether the "next_hop_region" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasPriority
public bool HasPriority { get; }
Gets whether the "priority" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasType
public bool HasType { get; }
Gets whether the "type" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
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 |
Boolean |
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 |
UInt32 |
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 |