OBJECT

AddManagedVolumeReply

Description

Supported in v7.0+

link GraphQL Schema definition

  • type AddManagedVolumeReply {
  • # Required. Supported in v7.0+
  • # Status of the asynchronous job triggered when Managed Volumes are created.
  • asyncRequestStatus: AsyncRequestStatus
  • # Required. Supported in v7.0+
  • # Summary information of the created Managed Volume.
  • managedVolumeSummary: UpdateManagedVolumeReply
  • }

link Require by