OBJECT
SlaManagedVolumeDetail
Description
Supported in v5.3+
link GraphQL Schema definition
- type SlaManagedVolumeDetail {
- # Required. Supported in v5.3+
- # Backup script specifications.
- SlaManagedVolumeScriptSummary :
- # Required. Supported in v5.3+
- # v5.3-v6.0: List of paths the host uses to mount individual channels for managed
- # volumes.
- # v7.0: List of paths the host uses to mount individual channels for SLA Managed
- # Volumes.
- # v8.0+: List of paths the host uses to mount individual channels for Managed
- # Volumes.
- String!]! : [
- # Required. Supported in v5.3+
- # Configuration of the host on which the SLA Managed Volume channels are mounted.
- SlaManagedVolumeHostSummary :
- # Supported in v5.3+
- # v5.3-v6.0: Specifications of the script run after unsuccessful backup.
- # v7.0+: Specifications of the script run after an unsuccessful backup.
- SlaManagedVolumeScriptSummary :
- # Supported in v5.3+
- # v5.3-v6.0: Specifications of the script run after successful backup.
- # v7.0+: Specifications of the script run after a successful backup.
- SlaManagedVolumeScriptSummary :
- # Supported in v5.3+
- # Specifications of the script run prior to backup.
- SlaManagedVolumeScriptSummary :
- # Supported in v5.3+
- # Indicates if a failure of the script run prior to backup halts the backup
- # process.
- Boolean :
- # Supported in v9.0+
- # Log export specifications.
- SlaManagedVolumeLogExportSummary :
- # Supported in v9.0+
- # Indicates if log export is enabled for the specified Managed Volume.
- Boolean :
- }