OBJECT

BulkAddNasSharesReply

Description

Supported in v8.1+ Response for operation to manually add multiple NAS shares.

link GraphQL Schema definition

  • type BulkAddNasSharesReply {
  • # Required. Supported in v8.1+
  • # The asynchronous request status of the job that checks NAS Share connectivity.
  • refreshNasSharesStatus: AsyncRequestStatus
  • # Required. Supported in v8.1+
  • # The managed ID of the NAS associated with the share.
  • nasSourceId: String!
  • # Required. Supported in v8.1+
  • # Details of added NAS shares.
  • nasShareDetails: [NasShareDetail!]!
  • }

link Require by