Module: Google::Cloud::MigrationCenter::V1::Source::State

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

Overview

Enumerates possible states of a source.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified.

0
ACTIVE =

The source is active and ready to be used.

1
DELETING =

In the process of being deleted.

2
INVALID =

Source is in an invalid state. Asset frames reported to it will be ignored.

3