public sealed class LinkedVpnTunnels : IMessage<LinkedVpnTunnels>, IEquatable<LinkedVpnTunnels>, IDeepCloneable<LinkedVpnTunnels>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class LinkedVpnTunnels.
A collection of Cloud VPN tunnel resources. These resources should be
redundant HA VPN tunnels that all advertise the same prefixes to Google
Cloud. Alternatively, in a passive/active configuration, all tunnels
should be capable of advertising the same prefixes.
[[["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."],[[["The latest version available for `LinkedVpnTunnels` is 2.9.0, but the current page's documentation focuses on version 2.2.0."],["`LinkedVpnTunnels` is a class within the Google Cloud Network Connectivity v1 API, representing a collection of Cloud VPN tunnel resources, designed for redundancy or active/passive configurations."],["The `LinkedVpnTunnels` class includes properties for managing linked VPN tunnels, such as `Uris` (a list of tunnel URIs) and `SiteToSiteDataTransfer` (a boolean to enable site-to-site transfer)."],["The class `LinkedVpnTunnels` inherits from object, and implements multiple interfaces: `IMessage\u003cLinkedVpnTunnels\u003e`, `IEquatable\u003cLinkedVpnTunnels\u003e`, `IDeepCloneable\u003cLinkedVpnTunnels\u003e`, `IBufferMessage`, `IMessage`."],["`LinkedVpnTunnels` has two constructors: a default one `LinkedVpnTunnels()` and another one that allows passing another object of type `LinkedVpnTunnels` to it `LinkedVpnTunnels(LinkedVpnTunnels other)`."]]],[]]