Class RoutingVPC (2.0.0)

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

RoutingVPC contains information about the VPC networks that are associated with a hub's spokes.

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
Boolean

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