ENUM

NasSystemConnectivityStatus

Description

NAS System connection status.

link GraphQL Schema definition

  • enum NasSystemConnectivityStatus {
  • # NAS System is connected.
  • CONNECTED
  • # NAS System is connecting.
  • CONNECTING
  • # NAS System connector not deployed.
  • CONNECTOR_NOT_DEPLOYED
  • # NAS System is deleted.
  • DELETED
  • # NAS System is being deleted.
  • DELETING
  • # NAS System is disconnected.
  • DISCONNECTED
  • # NAS System is partially connected.
  • PARTIALLY_CONNECTED
  • # NAS System is refreshing.
  • REFRESHING
  • # NAS System is connected as a replication target.
  • REPLICATION_TARGET
  • # NAS System is connected as a secondary cluster.
  • SECONDARY_CLUSTER
  • # Unknown NAS System Connectivity.
  • UNKNOWN_CONNECTIVITY_STATUS
  • }