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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;

OFFLINE

Value: 2

The source was sampled by health checks and is not available.

Generated from protobuf enum OFFLINE = 2;

FAILED

Value: 3

The source is available but might not be usable yet due to unvalidated credentials or another reason. The credentials referred to are the ones to the Source. The error message will contain further details.

Generated from protobuf enum FAILED = 3;

ACTIVE

Value: 4

The source exists and its credentials were verified.

Generated from protobuf enum ACTIVE = 4;