ENUM

CloudDirectSnapshotsSortByField

Description

Sort by field used for the NAS Cloud Direct snapshot results.

link GraphQL Schema definition

  • enum CloudDirectSnapshotsSortByField {
  • # Sort the results according to the cluster name of the NAS Cloud Direct snapshot.
  • CLUSTER_NAME
  • # Sort the results according to the completion date of the NAS Cloud Direct
  • # snapshot.
  • COMPLETED_DATE
  • # Sort the results according to the creation date of the NAS Cloud Direct
  • # snapshot.
  • CREATION_DATE
  • # Sort by field is not specified. Any sort by text will
  • # not be considered.
  • UNSPECIFIED
  • }