View Source GoogleApi.DataMigration.V1beta1.Model.VmCreationConfig (google_api_data_migration v0.15.0)

VM creation configuration message

Attributes

  • subnet (type: String.t, default: nil) - The subnet name the vm needs to be created in.
  • vmMachineType (type: String.t, default: nil) - Required. VM instance machine type to create.
  • vmZone (type: String.t, default: nil) - The Google Cloud Platform zone to create the VM in.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1beta1.Model.VmCreationConfig{
  subnet: String.t() | nil,
  vmMachineType: String.t() | nil,
  vmZone: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.