Class BackupExecOffHostBackupSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Backup Exec offhost backup settings to use.
public class BackupExecOffHostBackupSettings : GlobalSerializableClassicBase
- Inheritance
-
BackupExecOffHostBackupSettings
Constructors
BackupExecOffHostBackupSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecOffHostBackupSettings class.
public BackupExecOffHostBackupSettings()
Properties
FailIfNoOffhostBackup
Gets or sets whether the backup should fail if offhost backup is not available.
public BooleanOption FailIfNoOffhostBackup { get; set; }
Property Value
ProcessLogicalVolumesSequentially
Gets or sets whether to process logical volumes one at a time.
public BooleanOption ProcessLogicalVolumesSequentially { get; set; }
Property Value
UseOffhostBackup
Gets or sets whether to use offhost backups.
public BooleanOption UseOffhostBackup { get; set; }
Property Value
Methods
ToString()
Returns the offhost backup settings as a human readable string.
public override string ToString()
Returns
- string
The offhost backup settings as a human readable string.