Google Cloud Rapid Migration Assessment V1 Client - Class State (0.3.5)

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

-- Using suggestion from API Linter Analyzer for nesting enum -- -- https://linter.aip.dev/216/nesting -- State of a Collector (server_side).

States are used for internal purposes and named to keep convention of legacy product: https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe.

Protobuf type google.cloud.rapidmigrationassessment.v1.Collector.State

Namespace

Google \ Cloud \ RapidMigrationAssessment \ V1 \ Collector

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Collector state is not recognized.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

STATE_INITIALIZING

Value: 1

Collector started to create, but hasn't been completed MC source creation and db object creation.

Generated from protobuf enum STATE_INITIALIZING = 1;

STATE_READY_TO_USE

Value: 2

Collector has been created, MC source creation and db object creation completed.

Generated from protobuf enum STATE_READY_TO_USE = 2;

STATE_REGISTERED

Value: 3

Collector client has been registered with client.

Generated from protobuf enum STATE_REGISTERED = 3;

STATE_ACTIVE

Value: 4

Collector client is actively scanning.

Generated from protobuf enum STATE_ACTIVE = 4;

STATE_PAUSED

Value: 5

Collector is not actively scanning.

Generated from protobuf enum STATE_PAUSED = 5;

STATE_DELETING

Value: 6

Collector is starting background job for deletion.

Generated from protobuf enum STATE_DELETING = 6;

STATE_DECOMMISSIONED

Value: 7

Collector completed all tasks for deletion.

Generated from protobuf enum STATE_DECOMMISSIONED = 7;

STATE_ERROR

Value: 8

Collector is in error state.

Generated from protobuf enum STATE_ERROR = 8;