public sealed class LinkedVpcNetwork : IMessage<LinkedVpcNetwork>, IEquatable<LinkedVpcNetwork>, IDeepCloneable<LinkedVpcNetwork>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1 API class LinkedVpcNetwork.
An existing VPC network.
Implements
IMessageLinkedVpcNetwork, IEquatableLinkedVpcNetwork, IDeepCloneableLinkedVpcNetwork, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
LinkedVpcNetwork()
public LinkedVpcNetwork()LinkedVpcNetwork(LinkedVpcNetwork)
public LinkedVpcNetwork(LinkedVpcNetwork other)| Parameter | |
|---|---|
| Name | Description |
other |
LinkedVpcNetwork |
Properties
ExcludeExportRanges
public RepeatedField<string> ExcludeExportRanges { get; }Optional. IP ranges encompassing the subnets to be excluded from peering.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Uri
public string Uri { get; set; }Required. The URI of the VPC network resource.
| 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 |
|