Show / Hide Table of Contents

Class GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork

Cloud VPC Network used to run the infrastructure.

Inheritance
object
GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Network

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

Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type Description
string

NetworkTags

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

Declaration
[JsonProperty("networkTags")]
public virtual IList<string> NetworkTags { get; set; }
Property Value
Type Description
IList<string>

SubNetwork

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

Declaration
[JsonProperty("subNetwork")]
public virtual string SubNetwork { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX