Class GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork
Cloud VPC Network used to run the infrastructure.
Implements
Inherited Members
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 |