Network Connectivity v1 API - Class RoutingVPC (2.7.0)

public sealed class RoutingVPC : IMessage<RoutingVPC>, IEquatable<RoutingVPC>, IDeepCloneable<RoutingVPC>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Connectivity v1 API class RoutingVPC.

RoutingVPC contains information about the VPC networks associated with the spokes of a Network Connectivity Center hub.

Inheritance

object > RoutingVPC

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

RoutingVPC()

public RoutingVPC()

RoutingVPC(RoutingVPC)

public RoutingVPC(RoutingVPC other)
Parameter
NameDescription
otherRoutingVPC

Properties

RequiredForNewSiteToSiteDataTransferSpokes

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.

Property Value
TypeDescription
bool

Uri

public string Uri { get; set; }

The URI of the VPC network.

Property Value
TypeDescription
string

UriAsNetworkName

public NetworkName UriAsNetworkName { get; set; }

NetworkName-typed view over the Uri resource name property.

Property Value
TypeDescription
NetworkName