GoogleApi.DataMigration.V1.Model.MachineConfig (google_api_data_migration v0.22.0)

View Source

MachineConfig describes the configuration of a machine.

Attributes

  • cpuCount (type: integer(), default: nil) - The number of CPU's in the VM instance.
  • machineType (type: String.t, default: nil) - Optional. Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-highmem-4-lssd". cpu_count must match the number of vCPUs in the machine type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.MachineConfig{
  cpuCount: integer() | nil,
  machineType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.