Class GoogleCloudDataplexV1TaskInfrastructureSpec
Configuration for the underlying infrastructure used to run workloads.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1TaskInfrastructureSpec : IDirectResponseSchema
Properties
Batch
Compute resources needed for a Task when using Dataproc Serverless.
Declaration
[JsonProperty("batch")]
public virtual GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources Batch { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources |
ContainerImage
Container Image Runtime Configuration.
Declaration
[JsonProperty("containerImage")]
public virtual GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime ContainerImage { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VpcNetwork
Vpc network.
Declaration
[JsonProperty("vpcNetwork")]
public virtual GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork VpcNetwork { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork |