Network Connectivity v1 API - Class LinkedVpcNetwork (2.7.0)

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

Reference documentation and code samples for the Network Connectivity v1 API class LinkedVpcNetwork.

An existing VPC network.

Inheritance

object > LinkedVpcNetwork

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

LinkedVpcNetwork()

public LinkedVpcNetwork()

LinkedVpcNetwork(LinkedVpcNetwork)

public LinkedVpcNetwork(LinkedVpcNetwork other)
Parameter
NameDescription
otherLinkedVpcNetwork

Properties

ExcludeExportRanges

public RepeatedField<string> ExcludeExportRanges { get; }

Optional. IP ranges encompassing the subnets to be excluded from peering.

Property Value
TypeDescription
RepeatedFieldstring

Uri

public string Uri { get; set; }

Required. The URI of the VPC network resource.

Property Value
TypeDescription
string

UriAsNetworkName

public NetworkName UriAsNetworkName { get; set; }

NetworkName-typed view over the Uri resource name property.

Property Value
TypeDescription
NetworkName