Class BackupExecStorageSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Backup Exec storage settings.
public class BackupExecStorageSettings : BaseTypeSection
- Inheritance
-
BackupExecStorageSettings
Constructors
BackupExecStorageSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecStorageSettings class.
public BackupExecStorageSettings()
Properties
EnableMarkDiskCartridgesReadOnly
Gets or sets whether to limit Backup Exec to read-only operations on a disk cartridge storage device if it has been detached for [x] days.
public BooleanOption EnableMarkDiskCartridgesReadOnly { get; set; }
Property Value
EnableMarkDiskStorageReadOnly
Gets or sets whether to limit Backup Exec to read-only operations on a disk-based storage device if it has been detached for [x] days.
public BooleanOption EnableMarkDiskStorageReadOnly { get; set; }
Property Value
InventoryLibrariesOnStart
Gets or sets whether to inventory robotic libraries when Backup Exec starts.
public BooleanOption InventoryLibrariesOnStart { get; set; }
Property Value
MarkDiskCartridgesReadOnlyInterval
Gets or sets the number of days after which disk cartridges should be marked as read-only.
public int MarkDiskCartridgesReadOnlyInterval { get; set; }
Property Value
MarkDiskCartridgesReadOnlyString
Gets or sets whether to limit Backup Exec to read-only operations on a disk cartridge if it has been detached for a certain number of days.
public string MarkDiskCartridgesReadOnlyString { get; set; }
Property Value
MarkDiskStorageReadOnlyInterval
Gets or sets the number of days after which disk-based storage should be marked as read-only.
public int MarkDiskStorageReadOnlyInterval { get; set; }
Property Value
MarkDiskStorageReadOnlyString
Gets or sets whether to limit Backup Exec to read-only operations on a disk-based storage device if it has been detached for a certain number of days.
public string MarkDiskStorageReadOnlyString { get; set; }
Property Value
MediaOverwriteOption
Gets or sets the media overwrite option.
public BackupExecMediaOverwriteOption MediaOverwriteOption { get; set; }
Property Value
MediaOverwriteOptionString
Gets the media overwrite option as a human readable string.
public string MediaOverwriteOptionString { get; set; }
Property Value
MediaOverwriteProtectionLevel
Gets or sets the media overwrite protection level.
public BackupExecMediaOverwriteProtectionLevel MediaOverwriteProtectionLevel { get; set; }
Property Value
MediaOverwriteProtectionLevelString
Gets the media overwrite protection level as a human readable string.
public string MediaOverwriteProtectionLevelString { get; set; }
Property Value
PromptBeforeOverwritingMedia
Gets or sets whether to prompt before overwriting media.
public BooleanOption PromptBeforeOverwritingMedia { get; set; }