public bool RequiredForNewSiteToSiteDataTransferSpokes { get; set; }
Output only. If true, indicates that this VPC network is currently associated with
spokes that use the data transfer feature (spokes where the
site_to_site_data_transfer field is set to true). If you create new spokes
that use data transfer, they must be associated with this VPC network. At
most, one VPC network will have this field set to true.
[[["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 `RoutingVPC` class, which is designed to manage VPC network information that relates to a hub's spokes."],["Version 2.9.0 is the latest version, with previous versions ranging from 2.8.0 down to 1.0.0, all documented on their own respective pages."],["The `RoutingVPC` class includes properties such as `RequiredForNewSiteToSiteDataTransferSpokes` and `Uri`, which manage the network's association with spokes and its unique URI identifier, respectively."],["The `RoutingVPC` class inherits from the `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors, `RoutingVPC()` and `RoutingVPC(RoutingVPC other)`, allowing for the creation of new `RoutingVPC` instances and copying existing ones."]]],[]]