public sealed class ExchangedPeeringRoute : IMessage<ExchangedPeeringRoute>, IEquatable<ExchangedPeeringRoute>, IDeepCloneable<ExchangedPeeringRoute>, IBufferMessage, IMessage
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.
[[["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-08 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eExchangedPeeringRoute\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace in the .NET environment, with a list of version history.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExchangedPeeringRoute\u003c/code\u003e is a sealed class that implements multiple 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\u003eThe class has two constructors: a default constructor and a constructor that accepts another \u003ccode\u003eExchangedPeeringRoute\u003c/code\u003e object as a parameter for creating a new instance from another.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eExchangedPeeringRoute\u003c/code\u003e class include \u003ccode\u003eDestRange\u003c/code\u003e, \u003ccode\u003eImported\u003c/code\u003e, \u003ccode\u003eNextHopRegion\u003c/code\u003e, \u003ccode\u003ePriority\u003c/code\u003e, and \u003ccode\u003eType\u003c/code\u003e, which define various attributes of the peering route such as destination range, whether it was imported, the next hop region, its priority, and its type, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThere are also \u003ccode\u003eHas\u003c/code\u003e properties associated with the properties mentioned above that will provide a boolean that will provide whether or not the field it references is set, such as \u003ccode\u003eHasDestRange\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]