Module: Google::Cloud::RapidMigrationAssessment::V1::Collector::State
- Defined in:
- proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb
Overview
– 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.
Constant Summary collapse
- STATE_UNSPECIFIED =
Collector state is not recognized.
0
- STATE_INITIALIZING =
Collector started to create, but hasn’t been completed MC source creation and db object creation.
1
- STATE_READY_TO_USE =
Collector has been created, MC source creation and db object creation completed.
2
- STATE_REGISTERED =
Collector client has been registered with client.
3
- STATE_ACTIVE =
Collector client is actively scanning.
4
- STATE_PAUSED =
Collector is not actively scanning.
5
- STATE_DELETING =
Collector is starting background job for deletion.
6
- STATE_DECOMMISSIONED =
Collector completed all tasks for deletion.
7
- STATE_ERROR =
Collector is in error state.
8