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

public sealed class Task.Types.InfrastructureSpec.Types.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(VpcNetwork)

public VpcNetwork(Task.Types.InfrastructureSpec.Types.VpcNetwork other)
Parameter
NameDescription
otherTaskTypesInfrastructureSpecTypesVpcNetwork

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
TypeDescription
string

NetworkNameCase

public Task.Types.InfrastructureSpec.Types.VpcNetwork.NetworkNameOneofCase NetworkNameCase { get; }
Property Value
TypeDescription
TaskTypesInfrastructureSpecTypesVpcNetworkNetworkNameOneofCase

NetworkTags

public RepeatedField<string> NetworkTags { get; }

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

Property Value
TypeDescription
RepeatedFieldstring

SubNetwork

public string SubNetwork { get; set; }

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

Property Value
TypeDescription
string