public sealed class RoutingVPC : IMessage<RoutingVPC>, IEquatable<RoutingVPC>, IDeepCloneable<RoutingVPC>, IBufferMessage, IMessage
RoutingVPC contains information about the VPC network that is associated with a hub's spokes.
Implements
IMessage<RoutingVPC>, IEquatable<RoutingVPC>, IDeepCloneable<RoutingVPC>, 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
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 |