Google Cloud Dataplex V1Environment Infrastructure Spec Args
data class GoogleCloudDataplexV1EnvironmentInfrastructureSpecArgs(val compute: Output<GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResourcesArgs>? = null, val osImage: Output<GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntimeArgs>) : ConvertibleToJava<GoogleCloudDataplexV1EnvironmentInfrastructureSpecArgs>
Configuration for the underlying infrastructure used to run workloads.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1EnvironmentInfrastructureSpecArgs(compute: Output<GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResourcesArgs>? = null, osImage: Output<GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntimeArgs>)