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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePeeringRoute\u003c/code\u003e class in the VMware Engine v1 API represents an exchanged network peering route.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003ePeeringRoute\u003c/code\u003e documentation is 1.6.0, and it also includes documentation for versions 1.0.0 through 1.5.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePeeringRoute\u003c/code\u003e contains properties such as \u003ccode\u003eDestRange\u003c/code\u003e, \u003ccode\u003eDirection\u003c/code\u003e, \u003ccode\u003eImported\u003c/code\u003e, \u003ccode\u003eNextHopRegion\u003c/code\u003e, \u003ccode\u003ePriority\u003c/code\u003e, and \u003ccode\u003eType\u003c/code\u003e to define the route characteristics.\u003c/p\u003e\n"],["\u003cp\u003eThe properties such as direction, whether it has been imported, the next hop region, the priority and type of the routes are output only.\u003c/p\u003e\n"]]],[],null,["# VMware Engine v1 API - Class PeeringRoute (1.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.0 (latest)](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.PeeringRoute)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.5.0/Google.Cloud.VmwareEngine.V1.PeeringRoute)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.4.0/Google.Cloud.VmwareEngine.V1.PeeringRoute)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.3.0/Google.Cloud.VmwareEngine.V1.PeeringRoute)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.2.0/Google.Cloud.VmwareEngine.V1.PeeringRoute)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.1.0/Google.Cloud.VmwareEngine.V1.PeeringRoute)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.0.0/Google.Cloud.VmwareEngine.V1.PeeringRoute) \n\n public sealed class PeeringRoute : IMessage\u003cPeeringRoute\u003e, IEquatable\u003cPeeringRoute\u003e, IDeepCloneable\u003cPeeringRoute\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the VMware Engine v1 API class PeeringRoute.\n\nExchanged network peering route. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e PeeringRoute \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[PeeringRoute](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.PeeringRoute), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[PeeringRoute](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.PeeringRoute), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[PeeringRoute](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.PeeringRoute), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.VmwareEngine.V1](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.VmwareEngine.V1.dll\n\nConstructors\n------------\n\n### PeeringRoute()\n\n public PeeringRoute()\n\n### PeeringRoute(PeeringRoute)\n\n public PeeringRoute(PeeringRoute other)\n\nProperties\n----------\n\n### DestRange\n\n public string DestRange { get; set; }\n\nOutput only. Destination range of the peering route in CIDR notation.\n\n### Direction\n\n public PeeringRoute.Types.Direction Direction { get; set; }\n\nOutput only. Direction of the routes exchanged with the peer network, from\nthe VMware Engine network perspective:\n\n- Routes of direction `INCOMING` are imported from the peer network.\n- Routes of direction `OUTGOING` are exported from the intranet VPC network of the VMware Engine network.\n\n### Imported\n\n public bool Imported { get; set; }\n\nOutput only. True if the peering route has been imported from a peered\nVPC network; false otherwise. The import happens if the field\n`NetworkPeering.importCustomRoutes` is true for this network,\n`NetworkPeering.exportCustomRoutes` is true for the peer VPC network, and\nthe import does not result in a route conflict.\n\n### NextHopRegion\n\n public string NextHopRegion { get; set; }\n\nOutput only. Region containing the next hop of the peering route. This\nfield only applies to dynamic routes in the peer VPC network.\n\n### Priority\n\n public long Priority { get; set; }\n\nOutput only. The priority of the peering route.\n\n### Type\n\n public PeeringRoute.Types.Type Type { get; set; }\n\nOutput only. Type of the route in the peer VPC network."]]