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 `TunnelDestGroup` class is part of the Cloud Identity-Aware Proxy (IAP) v1 API, specifically within the Google.Cloud.Iap.V1 namespace and is accessible in version 2.3.0 and other versions."],["The `TunnelDestGroup` class is used to define a group of destinations for tunnels, which can be based on CIDRs (IP address ranges) or FQDNs (fully qualified domain names), as indicated by the `Cidrs` and `Fqdns` properties."],["The class has a `Name` property which serves as a unique identifier within a project, and it also provides a typed view of the name via the `TunnelDestGroupName` property."],["The `TunnelDestGroup` is immutable and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`."],["There are several documented versions of the `TunnelDestGroup`, ranging from 1.0.0 to 2.7.0, with 2.7.0 being the latest."]]],[]]