public sealed class LinkedRouterApplianceInstances : IMessage<LinkedRouterApplianceInstances>, IEquatable<LinkedRouterApplianceInstances>, IDeepCloneable<LinkedRouterApplianceInstances>, IBufferMessage, IMessage
A collection of router appliance instances. If you have multiple router
appliance instances connected to the same site, they should all be attached
to the same spoke.
A value that controls whether site-to-site data transfer is enabled for
these resources. This field is set to false by default, but you must set it
to true. Note that data transfer is available only in supported locations.
[[["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 `LinkedRouterApplianceInstances` class is a collection of router appliance instances that should be attached to the same spoke if they are connected to the same site."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for use within Google's network connectivity framework."],["The latest version available is 2.9.0, with various other versions available from 1.0.0 through to 2.8.0."],["`SiteToSiteDataTransfer` is a property within `LinkedRouterApplianceInstances` that allows you to enable site-to-site data transfer between resources in certain supported locations."],["The class contains a property, `Instances`, that holds a list of `RouterApplianceInstance` objects, representing the individual router appliance instances within the collection."]]],[]]