Table of Contents

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

BooleanOption

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

BooleanOption

InventoryLibrariesOnStart

Gets or sets whether to inventory robotic libraries when Backup Exec starts.

public BooleanOption InventoryLibrariesOnStart { get; set; }

Property Value

BooleanOption

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

int

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

string

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

int

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

string

MediaOverwriteOption

Gets or sets the media overwrite option.

public BackupExecMediaOverwriteOption MediaOverwriteOption { get; set; }

Property Value

BackupExecMediaOverwriteOption

MediaOverwriteOptionString

Gets the media overwrite option as a human readable string.

public string MediaOverwriteOptionString { get; set; }

Property Value

string

MediaOverwriteProtectionLevel

Gets or sets the media overwrite protection level.

public BackupExecMediaOverwriteProtectionLevel MediaOverwriteProtectionLevel { get; set; }

Property Value

BackupExecMediaOverwriteProtectionLevel

MediaOverwriteProtectionLevelString

Gets the media overwrite protection level as a human readable string.

public string MediaOverwriteProtectionLevelString { get; set; }

Property Value

string

PromptBeforeOverwritingMedia

Gets or sets whether to prompt before overwriting media.

public BooleanOption PromptBeforeOverwritingMedia { get; set; }

Property Value

BooleanOption