public sealed class LinkedVpnTunnels : IMessage<LinkedVpnTunnels>, IEquatable<LinkedVpnTunnels>, IDeepCloneable<LinkedVpnTunnels>, IBufferMessage, IMessage
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."],[[["This webpage details the `LinkedVpnTunnels` class within the `Google.Cloud.NetworkConnectivity.V1` namespace, specifically within version 1.2.0 of the library, and covers all the previous and later versions up to 2.9.0."],["`LinkedVpnTunnels` is designed to manage a collection of redundant HA VPN tunnels, which should advertise the same prefixes to Google Cloud, or all be capable of the same prefixes in a passive/active configuration."],["The class includes properties such as `SiteToSiteDataTransfer`, which controls data transfer between sites, and `Uris`, which lists the URIs of the linked VPN tunnel resources."],["`LinkedVpnTunnels` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides two constructors: a default constructor and one that takes another `LinkedVpnTunnels` instance for copying, making it easy to make duplicate instances of the class."]]],[]]