View Source GoogleApi.DataMigration.V1beta1.Model.VmSelectionConfig (google_api_data_migration v0.21.0)
VM selection configuration message
Attributes
-
vmZone
(type:String.t
, default:nil
) - Required. The Google Cloud Platform zone the VM is located.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataMigration.V1beta1.Model.VmSelectionConfig{ vmZone: String.t() | nil }