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, with this page specifically detailing version 2.1.0 of the class, which is used in the Cloud Identity-Aware Proxy v1 API."],["`TunnelDestGroup` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from the base `Object` class."],["The class has two constructors: a parameterless constructor `TunnelDestGroup()` and one that takes another `TunnelDestGroup` object, `TunnelDestGroup(TunnelDestGroup other)`."],["The `TunnelDestGroup` class contains properties to manage CIDR ranges (`Cidrs`), FQDNs (`Fqdns`), and a unique identifier (`Name` and `TunnelDestGroupName`)."],["The class is located in the `Google.Cloud.Iap.V1` namespace, which can be found within the `Google.Cloud.Iap.V1.dll` assembly."]]],[]]