Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class UpgradeStatus.
UpgradeStatus contains information about upgradeAppliance operation.
Generated from protobuf message google.cloud.vmmigration.v1.UpgradeStatus
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ version
string
The version to upgrade to.
↳ state
int
The state of the upgradeAppliance operation.
↳ error
↳ start_time
↳ previous_version
string
The version from which we upgraded.
getVersion
The version to upgrade to.
string
setVersion
The version to upgrade to.
var
string
$this
getState
The state of the upgradeAppliance operation.
int
setState
The state of the upgradeAppliance operation.
var
int
$this
getError
Provides details on the state of the upgrade operation in case of an error.
hasError
clearError
setError
Provides details on the state of the upgrade operation in case of an error.
$this
getStartTime
The time the operation was started.
hasStartTime
clearStartTime
setStartTime
The time the operation was started.
$this
getPreviousVersion
The version from which we upgraded.
string
setPreviousVersion
The version from which we upgraded.
var
string
$this