GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpec (google_api_dataplex v0.21.0)
View SourceConfiguration for the underlying infrastructure used to run workloads.
Attributes
-
batch(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.t, default:nil) - Compute resources needed for a Task when using Dataproc Serverless. -
containerImage(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.t, default:nil) - Container Image Runtime Configuration. -
vpcNetwork(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.t, default:nil) - Vpc network.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpec{ batch: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources.t() | nil, containerImage: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.t() | nil, vpcNetwork: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.t() | nil }