Class ExchangedPeeringRoute
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ExchangedPeeringRoute : IDirectResponseSchema
Properties
DestRange
The destination range of the route.
Declaration
[JsonProperty("destRange")]
public virtual string DestRange { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Imported
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.
Declaration
[JsonProperty("imported")]
public virtual bool? Imported { get; set; }
Property Value
Type | Description |
---|---|
bool? |
NextHopRegion
The region of peering route next hop, only applies to dynamic routes.
Declaration
[JsonProperty("nextHopRegion")]
public virtual string NextHopRegion { get; set; }
Property Value
Type | Description |
---|---|
string |
Priority
The priority of the peering route.
Declaration
[JsonProperty("priority")]
public virtual long? Priority { get; set; }
Property Value
Type | Description |
---|---|
long? |
Type
The type of the peering route.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |