GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResourcesResponse

data class GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResourcesResponse(val diskSizeGb: Int, val maxNodeCount: Int, val nodeCount: Int)

Compute resources associated with the analyze interactive workloads.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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