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+
- # Details of added NAS shares.
- : [NasShareDetail!]!
- # Required. Supported in v8.1+
- # The managed ID of the NAS associated with the share.
- : String!
- # Required. Supported in v8.1+
- # The asynchronous request status of the job that checks NAS Share connectivity.
- : AsyncRequestStatus
- }