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

Defines a mapping from machine types to the number of VMs that are created with each machine type.

Attributes

  • machineType (type: String.t, default: nil) - Output only. Full machine-type names, e.g. "n1-standard-16".
  • vmCount (type: integer(), default: nil) - Output only. Number of VM provisioned with the machine_type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.InstanceSelectionResult{
  machineType: String.t() | nil,
  vmCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.