OBJECT
ManagedVolumeExport
Description
Supported in v5.0+
link GraphQL Schema definition
- type ManagedVolumeExport {
- # Required. Supported in v5.0+
- # Channels of this export.
- ManagedVolumeChannelConfig!]! : [
- # Required. Supported in v5.0+
- # v5.0-v8.0:
- # v8.1+: Config for a Managed Volume Export.
- ManagedVolumeExportConfig :
- # Required. Supported in v5.0+
- # v5.0-v6.0: Is export active.
- # v7.0+: Indicates if export is active.
- Boolean! :
- }