OBJECT

BulkUpdateNasSharesReply

Description

Supported in v8.1+ Result of update performed on multiple NAS shares.

link GraphQL Schema definition

  • type BulkUpdateNasSharesReply {
  • # Required. Supported in v8.1+
  • # The asynchronous request statuses of the jobs that check NAS Share connectivity
  • # for each of the updated shares.
  • refreshNasSharesStatuses: [AsyncRequestStatus!]!
  • # Required. Supported in v8.1+
  • # Details of updated NAS shares.
  • shareDetails: [NasShareDetail!]!
  • }

link Require by