Google Cloud Vm Migration V1 Client - Class State (0.3.2)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class State.

The possible values of the state.

Protobuf type google.cloud.vmmigration.v1.UpgradeStatus.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state was not sampled by the health checks yet.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RUNNING

Value: 1

The upgrade has started.

Generated from protobuf enum RUNNING = 1;

FAILED

Value: 2

The upgrade failed.

Generated from protobuf enum FAILED = 2;

SUCCEEDED

Value: 3

The upgrade finished successfully.

Generated from protobuf enum SUCCEEDED = 3;