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 page details the `LinkedVpnTunnels` class within the `Google.Cloud.NetworkConnectivity.V1` namespace, specifically version 2.0.0, which is a collection of Cloud VPN tunnel resources for redundant or active/passive configurations."],["The `LinkedVpnTunnels` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class offers two constructors, a default constructor and one that accepts another `LinkedVpnTunnels` object for cloning."],["Key properties of the `LinkedVpnTunnels` class include `SiteToSiteDataTransfer` to enable data transfer between sites and `Uris` to hold the list of linked VPN tunnel resource URIs, as well as `UrisAsVpnTunnelNames` which is a specific view of `Uris`."],["The page also lists all available versions of this component, with version 2.9.0 being the latest available version."]]],[]]