GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResourcesArgs

data class GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResourcesArgs(val diskSizeGb: Output<Int>? = null, val maxNodeCount: Output<Int>? = null, val nodeCount: Output<Int>? = null) : ConvertibleToJava<GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResourcesArgs>

Compute resources associated with the analyze interactive workloads.

Constructors

fun GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResourcesArgs(diskSizeGb: Output<Int>? = null, maxNodeCount: Output<Int>? = null, nodeCount: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResourcesArgs

Properties

Link copied to clipboard
val diskSizeGb: Output<Int>? = null

Optional. Size in GB of the disk. Default is 100 GB.

Link copied to clipboard
val maxNodeCount: Output<Int>? = null

Optional. Max configurable nodes. If max_node_count node_count, then auto-scaling is enabled.

Link copied to clipboard
val nodeCount: Output<Int>? = null

Optional. Total number of nodes in the sessions created for this environment.