ENUM

NutanixLiveMountSortByField

Description

Sort by fields for Nutanix virtual machine live mount results.

link GraphQL Schema definition

  • enum NutanixLiveMountSortByField {
  • # Sort by Cluster Name.
  • CLUSTER_NAME
  • # Sort by Mount Creation Date.
  • CREATION_DATE
  • # Sort by field is not specified.
  • # Any filter text would not be considered.
  • FIELD_UNSPECIFIED
  • # Sort by Mount Name.
  • MOUNT_NAME
  • }