ENUM

NutanixLiveMountFilterField

Description

Filters for Nutanix virtual machine live mount results.

link GraphQL Schema definition

  • enum NutanixLiveMountFilterField {
  • # Filter the results by UUID of the Rubrik cluster.
  • CLUSTER_UUID
  • # Filter is not specified. Any filter text will
  • # not be considered.
  • FIELD_UNSPECIFIED
  • # Filter the results by name of the live mount.
  • MOUNT_NAME
  • # Filter the results by Organization ID of the original
  • # virtual machine.
  • ORG_ID
  • # Filter the results by CDM ID of the original
  • # virtual machine.
  • SOURCE_VM_CDMID
  • }