INPUT_OBJECT

ManagedVolumeExportRequestInput

Description

Supported in v7.0+ v7.0-v8.0: v8.1+: Request object for creating a Managed Volume export.

link GraphQL Schema definition

  • input ManagedVolumeExportRequestInput {
  • # Supported in v7.0+
  • # Specifies if the snapshot should be downloaded to local when not available
  • # locally.
  • shouldDownloadToLocal: Boolean
  • managedVolumeExportConfig: ManagedVolumeExportConfigInput
  • }