GoogleApi.VMMigration.V1.Model.MachineImageParametersOverrides (google_api_vm_migration v0.11.0)
View SourceParameters overriding decisions based on the source machine image configurations.
Attributes
-
machineType
(type:String.t
, default:nil
) - Optional. The machine type to create the MachineImage with. If empty, the service will choose a relevant machine type based on the information from the source image. For more information about machine types, please refer to https://cloud.google.com/compute/docs/machine-resource.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMMigration.V1.Model.MachineImageParametersOverrides{ machineType: String.t() | nil }