public enum Collector.Types.State
Reference documentation and code samples for the Rapid Migration Assessment v1 API enum Collector.Types.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.
Namespace
Google.Cloud.RapidMigrationAssessment.V1Assembly
Google.Cloud.RapidMigrationAssessment.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
Collector client is actively scanning. |
Decommissioned |
Collector completed all tasks for deletion. |
Deleting |
Collector is starting background job for deletion. |
Error |
Collector is in error state. |
Initializing |
Collector started to create, but hasn't been completed MC source creation and db object creation. |
Paused |
Collector is not actively scanning. |
ReadyToUse |
Collector has been created, MC source creation and db object creation completed. |
Registered |
Collector client has been registered with client. |
Unspecified |
Collector state is not recognized. |