ENUM

ReportTemplate

Description

The enum describes the template of CDM report.

link GraphQL Schema definition

  • enum ReportTemplate {
  • # Capacity over time report template.
  • CAPACITY_OVER_TIME
  • # Object indexing summary report template.
  • OBJECT_INDEXING_SUMMARY
  • # Object protection summary report template.
  • OBJECT_PROTECTION_SUMMARY
  • # Object task summary report template.
  • OBJECT_TASK_SUMMARY
  • # Protection tasks details report template.
  • PROTECTION_TASKS_DETAILS
  • # Protection tasks summary report template.
  • PROTECTION_TASKS_SUMMARY
  • # Recovery tasks details report template.
  • RECOVERY_TASKS_DETAILS
  • # SLA compliance summary report template.
  • SLA_COMPLIANCE_SUMMARY
  • # System capacity report template.
  • SYSTEM_CAPACITY
  • # Unknown template.
  • TEMPLATE_UNSPECIFIED
  • }