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

Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.

Attributes

  • instanceSelectionList (type: list(GoogleApi.Dataproc.V1.Model.InstanceSelection.t), default: nil) - Optional. List of instance selection options that the group will use when creating new VMs.
  • instanceSelectionResults (type: list(GoogleApi.Dataproc.V1.Model.InstanceSelectionResult.t), default: nil) - Output only. A list of instance selection results in the group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.InstanceFlexibilityPolicy{
  instanceSelectionList:
    [GoogleApi.Dataproc.V1.Model.InstanceSelection.t()] | nil,
  instanceSelectionResults:
    [GoogleApi.Dataproc.V1.Model.InstanceSelectionResult.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.