Cloud Dataplex v1 API - Class Task.Types.InfrastructureSpec.Types.VpcNetwork (2.2.0)

public sealed class VpcNetwork : IMessage<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IEquatable<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Task.Types.InfrastructureSpec.Types.VpcNetwork.

Cloud VPC Network used to run the infrastructure.

Inheritance

Object > Task.Types.InfrastructureSpec.Types.VpcNetwork

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

VpcNetwork()

public VpcNetwork()

VpcNetwork(Task.Types.InfrastructureSpec.Types.VpcNetwork)

public VpcNetwork(Task.Types.InfrastructureSpec.Types.VpcNetwork other)
Parameter
Name Description
other Task.Types.InfrastructureSpec.Types.VpcNetwork

Properties

Network

public string Network { get; set; }

Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.

Property Value
Type Description
String

NetworkNameCase

public Task.Types.InfrastructureSpec.Types.VpcNetwork.NetworkNameOneofCase NetworkNameCase { get; }
Property Value
Type Description
Task.Types.InfrastructureSpec.Types.VpcNetwork.NetworkNameOneofCase

NetworkTags

public RepeatedField<string> NetworkTags { get; }

Optional. List of network tags to apply to the job.

Property Value
Type Description
RepeatedField<String>

SubNetwork

public string SubNetwork { get; set; }

Optional. The Cloud VPC sub-network in which the job is run.

Property Value
Type Description
String