View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources (google_api_dataplex v0.15.0)

Compute resources associated with the analyze interactive workloads.

Attributes

  • diskSizeGb (type: integer(), default: nil) - Optional. Size in GB of the disk. Default is 100 GB.
  • maxNodeCount (type: integer(), default: nil) - Optional. Max configurable nodes. If max_node_count > node_count, then auto-scaling is enabled.
  • nodeCount (type: integer(), default: nil) - Optional. Total number of nodes in the sessions created for this environment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources{
    diskSizeGb: integer() | nil,
    maxNodeCount: integer() | nil,
    nodeCount: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.