GoogleApi.VMMigration.V1.Model.CloneStep (google_api_vm_migration v0.11.0)
View SourceCloneStep holds information about the clone step progress.
Attributes
-
adaptingOs
(type:GoogleApi.VMMigration.V1.Model.AdaptingOSStep.t
, default:nil
) - Adapting OS step. -
endTime
(type:DateTime.t
, default:nil
) - The time the step has ended. -
instantiatingMigratedVm
(type:GoogleApi.VMMigration.V1.Model.InstantiatingMigratedVMStep.t
, default:nil
) - Instantiating migrated VM step. -
preparingVmDisks
(type:GoogleApi.VMMigration.V1.Model.PreparingVMDisksStep.t
, default:nil
) - Preparing VM disks step. -
startTime
(type:DateTime.t
, default:nil
) - The time the step has started.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMMigration.V1.Model.CloneStep{ adaptingOs: GoogleApi.VMMigration.V1.Model.AdaptingOSStep.t() | nil, endTime: DateTime.t() | nil, instantiatingMigratedVm: GoogleApi.VMMigration.V1.Model.InstantiatingMigratedVMStep.t() | nil, preparingVmDisks: GoogleApi.VMMigration.V1.Model.PreparingVMDisksStep.t() | nil, startTime: DateTime.t() | nil }