Cloud Dataplex v1 API - Class Task.Types.InfrastructureSpec.Types.VpcNetwork (2.3.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

GoogleCloudGoogle.Cloud.DataplexV1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

VpcNetwork()

public VpcNetwork()

VpcNetwork(VpcNetwork)

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

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
TaskTypesInfrastructureSpecTypesVpcNetworkNetworkNameOneofCase

NetworkTags

public RepeatedField<string> NetworkTags { get; }

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

Property Value
Type Description
RepeatedFieldstring

SubNetwork

public string SubNetwork { get; set; }

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

Property Value
Type Description
string