GoogleApi.VMMigration.V1.Model.UpgradeStatus (google_api_vm_migration v0.11.0)
View SourceUpgradeStatus contains information about upgradeAppliance operation.
Attributes
-
error
(type:GoogleApi.VMMigration.V1.Model.Status.t
, default:nil
) - Output only. Provides details on the state of the upgrade operation in case of an error. -
previousVersion
(type:String.t
, default:nil
) - The version from which we upgraded. -
startTime
(type:DateTime.t
, default:nil
) - The time the operation was started. -
state
(type:String.t
, default:nil
) - The state of the upgradeAppliance operation. -
version
(type:String.t
, default:nil
) - The version to upgrade to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMMigration.V1.Model.UpgradeStatus{ error: GoogleApi.VMMigration.V1.Model.Status.t() | nil, previousVersion: String.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil, version: String.t() | nil }