View Source GoogleApi.DataMigration.V1.Model.MachineConfig (google_api_data_migration v0.20.0)
MachineConfig describes the configuration of a machine.
Attributes
-
cpuCount
(type:integer()
, default:nil
) - The number of CPU's in the VM instance.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataMigration.V1.Model.MachineConfig{ cpuCount: integer() | nil }