public sealed class InterconnectRemoteLocationConstraintsSubnetLengthRange : IMessage<InterconnectRemoteLocationConstraintsSubnetLengthRange>, IEquatable<InterconnectRemoteLocationConstraintsSubnetLengthRange>, IDeepCloneable<InterconnectRemoteLocationConstraintsSubnetLengthRange>, IBufferMessage, IMessage
[[["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-04-02 UTC."],[[["This webpage documents the `InterconnectRemoteLocationConstraintsSubnetLengthRange` class, a part of the Google.Cloud.Compute.V1 namespace, specifically within version 2.13.0."],["The `InterconnectRemoteLocationConstraintsSubnetLengthRange` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffered message operations."],["The class has two constructors, a default one and another to build from another instance of the same class, for convenient object creation."],["The class exposes properties `HasMax`, `HasMin`, `Max`, and `Min` for getting and setting constraints, indicating whether the maximum and minimum fields are set, and to represent the maximum and minimum values respectively, using boolean and integer data types."],["This documentation page provides versioned links for other versions of this class, from 1.0.0 to 3.6.0, for users working with different versions."]]],[]]