Table of Contents

Class BackupExecSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Backup Exec global settings.

public class BackupExecSettings : BaseTypeSection
Inheritance
BackupExecSettings

Constructors

BackupExecSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecSettings class.

public BackupExecSettings()

Properties

AgentCredentialTestInterval

Gets or sets the interval in days between testing agent server credentials.

public int AgentCredentialTestInterval { get; set; }

Property Value

int

AgentCredentialTestServerLevelOnly

Gets or sets whether to check logon accounts at the server level only.

public BooleanOption AgentCredentialTestServerLevelOnly { get; set; }

Property Value

BooleanOption

AgentCredentialTestStartTime

Gets or sets the time to start the agent server credential tests.

public DateTime AgentCredentialTestStartTime { get; set; }

Property Value

DateTime

BarcodeRules

Gets or sets the barcode rules configured on the server.

public BackupExecBarcodeRuleCollection BarcodeRules { get; set; }

Property Value

BackupExecBarcodeRuleCollection

Catalog

Gets or sets the catalog settings.

public BackupExecCatalogSettings Catalog { get; set; }

Property Value

BackupExecCatalogSettings

DatabaseMaintenance

Gets or sets the database maintenance settings.

public BackupExecDatabaseMaintenanceSettings DatabaseMaintenance { get; set; }

Property Value

BackupExecDatabaseMaintenanceSettings

DisasterRecoveryAlternateDataPath

Gets or sets the alternative disaster recovery data path.

public string DisasterRecoveryAlternateDataPath { get; set; }

Property Value

string

DisasterRecoveryDataPath

Gets or sets the disaster recovery data path.

public string DisasterRecoveryDataPath { get; set; }

Property Value

string

DiscoverData

Gets or sets the discover data settings.

public BackupExecDiscoverDataSettings DiscoverData { get; set; }

Property Value

BackupExecDiscoverDataSettings

EnableCredentialTestSchedule

Gets or sets whether to schedule the test of agent server credentials.

public BooleanOption EnableCredentialTestSchedule { get; set; }

Property Value

BooleanOption

GrtBackupTemporaryStagingPath

Gets or sets the Granular Recovery Technology backup staging path.

public string GrtBackupTemporaryStagingPath { get; set; }

Property Value

string

GrtRestoreTemporaryStagingPath

Gets or sets the Granular Recovery Technology restore staging path.

public string GrtRestoreTemporaryStagingPath { get; set; }

Property Value

string

JobStalledRecovered

Gets or sets the threshold in seconds after which a job becomes recovered.

public int JobStalledRecovered { get; set; }

Property Value

int

JobStalledRecoveredString

Gets the threshold after which a job becomes recovered.

public string JobStalledRecoveredString { get; set; }

Property Value

string

JobStalledThreshold

Gets or sets the threshold in seconds after which a job becomes stalled.

public int JobStalledThreshold { get; set; }

Property Value

int

JobStalledThresholdString

Gets the threshold after which a job becomes stalled.

public string JobStalledThresholdString { get; set; }

Property Value

string

Log

Gets or sets the log settings.

public BackupExecLogSettings Log { get; set; }

Property Value

BackupExecLogSettings

MultipleServerBackupMode

Gets or sets the backup mode for multiple servers.

public BackupExecMultipleServerBackupMode MultipleServerBackupMode { get; set; }

Property Value

BackupExecMultipleServerBackupMode

MultipleServerBackupModeString

Gets the backup mode for multiple servers as a human readable string.

public string MultipleServerBackupModeString { get; set; }

Property Value

string

Network

Gets or sets the network and security settings.

public BackupExecNetworkSettings Network { get; set; }

Property Value

BackupExecNetworkSettings

OracleCredentials

Gets or sets the Oracle credentials available for use.

public BackupExecOracleCredentials OracleCredentials { get; set; }

Property Value

BackupExecOracleCredentials

PromptForMultipleServerBackupMode

Gets or sets whether the user should be prompted each time for the multiple server backup mode.

public BooleanOption PromptForMultipleServerBackupMode { get; set; }

Property Value

BooleanOption

Report

Gets or sets the report settings.

public BackupExecReportSettings Report { get; set; }

Property Value

BackupExecReportSettings

Storage

Gets or sets the Backup Exec storage settings.

public BackupExecStorageSettings Storage { get; set; }

Property Value

BackupExecStorageSettings

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.BackupExecSettings class from the specified XML.

public static BackupExecSettings FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

BackupExecSettings

A CENTREL.XIA.Configuration.Types.BackupExecSettings class.