ENUM

SlaQuerySortByField

Description

Sort Global SLA Domains by field name.

link GraphQL Schema definition

  • enum SlaQuerySortByField {
  • # Sort by SLA Domain name.
  • NAME
  • # Sort by SLA Domain paused cluster count.
  • PAUSED_CLUSTER_COUNT
  • # Sort by SLA Domain protected object count.
  • PROTECTED_OBJECT_COUNT
  • # Sort by SLA Domain retention time.
  • RETENTION
  • }

link Require by