Google Cloud Dataplex V1Task Infrastructure Spec Args
data class GoogleCloudDataplexV1TaskInfrastructureSpecArgs(val batch: Output<GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesArgs>? = null, val containerImage: Output<GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntimeArgs>? = null, val vpcNetwork: Output<GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetworkArgs>? = null) : ConvertibleToJava<GoogleCloudDataplexV1TaskInfrastructureSpecArgs>
Configuration for the underlying infrastructure used to run workloads.
Constructors
Link copied to clipboard
constructor(batch: Output<GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResourcesArgs>? = null, containerImage: Output<GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntimeArgs>? = null, vpcNetwork: Output<GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetworkArgs>? = null)
Properties
Link copied to clipboard
Compute resources needed for a Task when using Dataproc Serverless.
Link copied to clipboard
val containerImage: Output<GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntimeArgs>? = null
Container Image Runtime Configuration.
Link copied to clipboard
Vpc network.