com.pulumi.googlenative.dataplex.v1.kotlin.outputs.GoogleCloudDataplexV1EnvironmentInfrastructureSpecResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.dataplex.v1.kotlin.outputs
import kotlin.Suppress
/**
* Configuration for the underlying infrastructure used to run workloads.
* @property compute Optional. Compute resources needed for analyze interactive workloads.
* @property osImage Software Runtime Configuration for analyze interactive workloads.
*/
public data class GoogleCloudDataplexV1EnvironmentInfrastructureSpecResponse(
public val compute: GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResourcesResponse,
public val osImage: GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntimeResponse,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.dataplex.v1.outputs.GoogleCloudDataplexV1EnvironmentInfrastructureSpecResponse): GoogleCloudDataplexV1EnvironmentInfrastructureSpecResponse =
GoogleCloudDataplexV1EnvironmentInfrastructureSpecResponse(
compute = javaType.compute().let({ args0 ->
com.pulumi.googlenative.dataplex.v1.kotlin.outputs.GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResourcesResponse.Companion.toKotlin(args0)
}),
osImage = javaType.osImage().let({ args0 ->
com.pulumi.googlenative.dataplex.v1.kotlin.outputs.GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntimeResponse.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy