ENUM
AnalysisStatus
Description
Represents the analysis status of a workload.
link GraphQL Schema definition
- enum AnalysisStatus {
- # Some snapshots are either pending or undergoing initial analysis.
- # Most recent non-analyzed snapshot is more than 24 hours old.
- # This state is invalid. Adding it only for backward compatibility.
- # All snapshots have been analyzed, or most recent non-analyzed snapshot is
- # less than 24 hours old.
- }