View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentInfrastructureSpec (google_api_dataplex v0.20.0)

Configuration for the underlying infrastructure used to run workloads.

Attributes

  • compute (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.t, default: nil) - Optional. Compute resources needed for analyze interactive workloads.
  • osImage (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.t, default: nil) - Required. Software Runtime Configuration for analyze interactive workloads.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentInfrastructureSpec{
    compute:
      GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentInfrastructureSpecComputeResources.t()
      | nil,
    osImage:
      GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.