View Source GoogleApi.VMMigration.V1.Model.ImageImportOsAdaptationParameters (google_api_vm_migration v0.10.1)

Parameters affecting the OS adaptation process.

Attributes

  • generalize (type: boolean(), default: nil) - Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
  • licenseType (type: String.t, default: nil) - Optional. Choose which type of license to apply to the imported image.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.ImageImportOsAdaptationParameters{
  generalize: boolean() | nil,
  licenseType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.