Class PeeringRoute
Exchanged network peering route.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class PeeringRoute : IDirectResponseSchema
Properties
DestRange
Output only. Destination range of the peering route in CIDR notation.
Declaration
[JsonProperty("destRange")]
public virtual string DestRange { get; set; }
Property Value
Type | Description |
---|---|
string |
Direction
Output only. Direction of the routes exchanged with the peer network, from the VMware Engine network
perspective: * Routes of direction INCOMING
are imported from the peer network. * Routes of direction
OUTGOING
are exported from the intranet VPC network of the VMware Engine network.
Declaration
[JsonProperty("direction")]
public virtual string Direction { 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
Output only. True if the peering route has been imported from a peered VPC network; false otherwise. The
import happens if the field NetworkPeering.importCustomRoutes
is true for this network,
NetworkPeering.exportCustomRoutes
is true for the peer VPC 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
Output only. Region containing the next hop of the peering route. This field only applies to dynamic routes in the peer VPC network.
Declaration
[JsonProperty("nextHopRegion")]
public virtual string NextHopRegion { get; set; }
Property Value
Type | Description |
---|---|
string |
Priority
Output only. The priority of the peering route.
Declaration
[JsonProperty("priority")]
public virtual long? Priority { get; set; }
Property Value
Type | Description |
---|---|
long? |
Type
Output only. Type of the route in the peer VPC network.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |