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\u003eThe \u003ccode\u003eExchangedPeeringRoute\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace and is available in the \u003ccode\u003eGoogle.Cloud.Compute.V1.dll\u003c/code\u003e assembly, representing a data structure for managing exchanged peering routes.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers two constructors: a default constructor \u003ccode\u003eExchangedPeeringRoute()\u003c/code\u003e and a copy constructor \u003ccode\u003eExchangedPeeringRoute(ExchangedPeeringRoute other)\u003c/code\u003e, enabling the creation of new instances or copies of existing ones.\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 for different operations and functionalities.\u003c/p\u003e\n"],["\u003cp\u003eProperties like \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 provide details about the peering route, with corresponding \u003ccode\u003eHas\u003c/code\u003e properties to indicate if each field is set, and the \u003ccode\u003eImported\u003c/code\u003e property indicating whether the route was imported from a peer.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.6.0 is the latest version and a number of past versions are available all the way down to version 1.0.0, representing a history of updates and changes.\u003c/p\u003e\n"]]],[],null,[]]