ENUM

CdmSnapshotFilterField

Description

Ways that CDM snapshots can be filtered.

link GraphQL Schema definition

  • enum CdmSnapshotFilterField {
  • # Filter on the snapshot's cluster id.
  • CLUSTER_UUID
  • # No filter value.
  • EMPTY
  • # Filter on whether the snapshot is expired.
  • IS_EXPIRED
  • # Filter on whether the snapshot was taken as an on demand snapshot.
  • IS_ON_DEMAND_SNAPSHOT
  • # Filter by workload ID.
  • SNAPPABLE_ID
  • # Filter by snapshot ID.
  • SNAPSHOT_ID
  • # Filter on the time the snapshot was taken.
  • TIME_RANGE
  • }