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

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.AwsSourceDetails.State

Namespace

Google \ Cloud \ VMMigration \ V1 \ AwsSourceDetails

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state is unknown. This is used for API compatibility only and is not used by the system.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PENDING

Value: 1

The state was not sampled by the health checks yet.

Generated from protobuf enum PENDING = 1;

FAILED

Value: 2

The source is available but might not be usable yet due to invalid credentials or another reason.

The error message will contain further details.

Generated from protobuf enum FAILED = 2;

ACTIVE

Value: 3

The source exists and its credentials were verified.

Generated from protobuf enum ACTIVE = 3;