Show / Hide Table of Contents

Class GoogleCloudDataplexV1TaskInfrastructureSpec

Configuration for the underlying infrastructure used to run workloads.

Inheritance
object
GoogleCloudDataplexV1TaskInfrastructureSpec
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX