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.
  • INITIAL_ANALYSIS
  • # Most recent non-analyzed snapshot is more than 24 hours old.
  • OUT_OF_DATE
  • # This state is invalid. Adding it only for backward compatibility.
  • UNSPECIFIED
  • # All snapshots have been analyzed, or most recent non-analyzed snapshot is
  • # less than 24 hours old.
  • UP_TO_DATE
  • }