public sealed class InterconnectLocationRegionInfo : IMessage<InterconnectLocationRegionInfo>, IEquatable<InterconnectLocationRegionInfo>, IDeepCloneable<InterconnectLocationRegionInfo>, IBufferMessage, IMessage
Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This webpage provides documentation for the `InterconnectLocationRegionInfo` class within the `Google.Cloud.Compute.V1` namespace in .NET, which is used to describe potential InterconnectAttachments between an Interconnect and a specific Cloud Region."],["The latest version of this component is 3.6.0, with multiple previous versions listed, ranging from 1.0.0 up to 3.5.0, as well as multiple in the 2.x range."],["The `InterconnectLocationRegionInfo` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities within the Google Cloud Compute environment."],["Key properties of this class include `ExpectedRttMs` (round-trip time), `LocationPresence` (network presence), and `Region` (URL for the region), all of which can be set and have corresponding \"Has\" indicators."],["The class includes two constructors for creating instances of `InterconnectLocationRegionInfo` and also inherits some members like `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, `Object.ToString()` from the parent class."]]],[]]