Reference documentation and code samples for the Rapid Migration Assessment V1 API module Google::Cloud::RapidMigrationAssessment::V1::Collector::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.
Constants
STATE_UNSPECIFIED
value: 0
Collector state is not recognized.
STATE_INITIALIZING
value: 1
Collector started to create, but hasn't been completed MC source creation
and db object creation.
STATE_READY_TO_USE
value: 2
Collector has been created, MC source creation and db object creation
completed.
STATE_REGISTERED
value: 3
Collector client has been registered with client.
STATE_ACTIVE
value: 4
Collector client is actively scanning.
STATE_PAUSED
value: 5
Collector is not actively scanning.
STATE_DELETING
value: 6
Collector is starting background job for deletion.
STATE_DECOMMISSIONED
value: 7
Collector completed all tasks for deletion.
STATE_ERROR
value: 8
Collector is in error state.