View Source GoogleApi.Dataproc.V1.Model.ManagedGroupConfig (google_api_dataproc v0.54.0)

Specifies the resources used to actively manage an instance group.

Attributes

  • instanceGroupManagerName (type: String.t, default: nil) - Output only. The name of the Instance Group Manager for this group.
  • instanceGroupManagerUri (type: String.t, default: nil) - Output only. The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.
  • instanceTemplateName (type: String.t, default: nil) - Output only. The name of the Instance Template used for the Managed Instance Group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.ManagedGroupConfig{
  instanceGroupManagerName: String.t() | nil,
  instanceGroupManagerUri: String.t() | nil,
  instanceTemplateName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.