INPUT_OBJECT

ManagedVolumeSlaExportRequestInput

Description

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

link GraphQL Schema definition

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