Module: Google::Cloud::VMMigration::V1::AwsSourceDetails::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 is unknown. This is used for API compatibility only and is not used by the system.

0
PENDING =

The state was not sampled by the health checks yet.

1
FAILED =

The source is available but might not be usable yet due to invalid credentials or another reason. The error message will contain further details.

2
ACTIVE =

The source exists and its credentials were verified.

3