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.
Implements
IMessageRoutingVPC, IEquatableRoutingVPC, IDeepCloneableRoutingVPC, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
RoutingVPC()
public RoutingVPC()
RoutingVPC(RoutingVPC)
public RoutingVPC(RoutingVPC other)
Parameter | |
---|---|
Name | Description |
other | RoutingVPC |
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 | |
---|---|
Type | Description |
bool |
Uri
public string Uri { get; set; }
The URI of the VPC network.
Property Value | |
---|---|
Type | Description |
string |
UriAsNetworkName
public NetworkName UriAsNetworkName { get; set; }
NetworkName-typed view over the Uri resource name property.
Property Value | |
---|---|
Type | Description |
NetworkName |