BackupOptions interface

The backup options for the VM backup

Properties

backupCopyImmediately

Indicates whether to run backup immediately or not for the VM

backupLevel

Indicates whether to stop backup or not for the VM

jobDescription

The name of the backup job to be shown in Commvault

notifyUserOnJobCompletion

Indicates whether to notify the user on job completion

runSnapShotBackup

Indicates whether to run snapshot backup or not for the VM, if false, it will run regular backup

Property Details

backupCopyImmediately

Indicates whether to run backup immediately or not for the VM

backupCopyImmediately: boolean

Property Value

boolean

backupLevel

Indicates whether to stop backup or not for the VM

backupLevel?: string

Property Value

string

jobDescription

The name of the backup job to be shown in Commvault

jobDescription: string

Property Value

string

notifyUserOnJobCompletion

Indicates whether to notify the user on job completion

notifyUserOnJobCompletion: boolean

Property Value

boolean

runSnapShotBackup

Indicates whether to run snapshot backup or not for the VM, if false, it will run regular backup

runSnapShotBackup: boolean

Property Value

boolean