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-04-17 UTC."],[[["This webpage details the `RoutingVPC` class, which is crucial for managing VPC networks associated with hub spokes in Google Cloud's Network Connectivity service."],["The latest version available is 2.9.0, and the page lists all versions from 1.0.0 up to the latest, allowing users to navigate through different releases."],["`RoutingVPC` is part of the `Google.Cloud.NetworkConnectivity.V1` namespace, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `RoutingVPC` include `RequiredForNewSiteToSiteDataTransferSpokes` which indicates if the VPC is used for data transfer, `Uri` which stores the VPC network's URI, and `UriAsNetworkName` which provides a typed view of the URI."],["There are two constructors for `RoutingVPC`, one being a parameterless constructor and the other taking an existing `RoutingVPC` object to copy its values."]]],[]]