Class RoutingVPC (1.0.0)

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

RoutingsVPC contains information about a VPC network that is 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

Uri

public string Uri { get; set; }

The URI of a 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