Module: Google::Cloud::VMMigration::V1::UpgradeStatus::State

Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

The possible values of the state.

Constant Summary collapse

STATE_UNSPECIFIED =

The state was not sampled by the health checks yet.

0
RUNNING =

The upgrade has started.

1
FAILED =

The upgrade failed.

2
SUCCEEDED =

The upgrade finished successfully.

3