Class ExchangedPeeringRoute
Inheritance
System.Object
ExchangedPeeringRoute
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Boolean> |
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 |
|---|---|
| System.String |
Priority
The priority of the peering route.
Declaration
[JsonProperty("priority")]
public virtual long? Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Type
The type of the peering route.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |