ENUM

MountState

Description

Mount state of the Managed Volume.

link GraphQL Schema definition

  • enum MountState {
  • # Changing to read only mount state.
  • CHANGING_TO_READ_ONLY
  • # Changing to writable mount state.
  • CHANGING_TO_WRITABLE
  • # Invalid mount state.
  • INVALID
  • # Read only mount state.
  • READ_ONLY
  • # Writable mount state.
  • WRITABLE
  • }