public sealed class TunnelDestGroup : IMessage<TunnelDestGroup>, IEquatable<TunnelDestGroup>, IDeepCloneable<TunnelDestGroup>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class TunnelDestGroup.
[[["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-21 UTC."],[[["The latest version of the `TunnelDestGroup` class is 2.7.0, as seen in the provided list of versions."],["`TunnelDestGroup` is a class within the Google Cloud Identity-Aware Proxy v1 API, specifically in the `Google.Cloud.Iap.V1` namespace and the Google.Cloud.Iap.V1.dll assembly, used for defining a group of tunnel destinations."],["This class inherits from `Object` and implements `IMessage\u003cTunnelDestGroup\u003e`, `IEquatable\u003cTunnelDestGroup\u003e`, `IDeepCloneable\u003cTunnelDestGroup\u003e`, `IBufferMessage`, and `IMessage`, providing functionality for message handling, comparison, cloning, and buffering."],["The `TunnelDestGroup` class contains properties like `Cidrs` and `Fqdns`, which are `RepeatedField` types for storing lists of CIDRs and FQDNs respectively, and a `Name` property which functions as the groups identifier."],["There are two constructors available for creating `TunnelDestGroup` objects: a parameterless constructor and one that accepts another `TunnelDestGroup` object as an argument to initialize a copy of it."]]],[]]