OBJECT

ManagedVolumeExport

Description

Supported in v5.0+

link GraphQL Schema definition

  • type ManagedVolumeExport {
  • # Required. Supported in v5.0+
  • # Channels of this export.
  • channels: [ManagedVolumeChannelConfig!]!
  • # Required. Supported in v5.0+
  • # v5.0-v8.0:
  • # v8.1+: Config for a Managed Volume Export.
  • config: ManagedVolumeExportConfig
  • # Required. Supported in v5.0+
  • # v5.0-v6.0: Is export active.
  • # v7.0+: Indicates if export is active.
  • isActive: Boolean!
  • }