GoogleApi.VMMigration.V1.Model.ImageImportStep (google_api_vm_migration v0.11.0)

View Source

ImageImportStep holds information about the image import step progress.

Attributes

  • adaptingOs (type: GoogleApi.VMMigration.V1.Model.AdaptingOSStep.t, default: nil) - Adapting OS step.
  • creatingImage (type: GoogleApi.VMMigration.V1.Model.CreatingImageStep.t, default: nil) - Creating image step.
  • endTime (type: DateTime.t, default: nil) - Output only. The time the step has ended.
  • initializing (type: GoogleApi.VMMigration.V1.Model.InitializingImageImportStep.t, default: nil) - Initializing step.
  • loadingSourceFiles (type: GoogleApi.VMMigration.V1.Model.LoadingImageSourceFilesStep.t, default: nil) - Loading source files step.
  • startTime (type: DateTime.t, default: nil) - Output only. The time the step has started.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.ImageImportStep{
  adaptingOs: GoogleApi.VMMigration.V1.Model.AdaptingOSStep.t() | nil,
  creatingImage: GoogleApi.VMMigration.V1.Model.CreatingImageStep.t() | nil,
  endTime: DateTime.t() | nil,
  initializing:
    GoogleApi.VMMigration.V1.Model.InitializingImageImportStep.t() | nil,
  loadingSourceFiles:
    GoogleApi.VMMigration.V1.Model.LoadingImageSourceFilesStep.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.