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
AgentCredentialTestServerLevelOnly
Gets or sets whether to check logon accounts at the server level only.
public BooleanOption AgentCredentialTestServerLevelOnly { get; set; }
Property Value
AgentCredentialTestStartTime
Gets or sets the time to start the agent server credential tests.
public DateTime AgentCredentialTestStartTime { get; set; }
Property Value
BarcodeRules
Gets or sets the barcode rules configured on the server.
public BackupExecBarcodeRuleCollection BarcodeRules { get; set; }
Property Value
Catalog
Gets or sets the catalog settings.
public BackupExecCatalogSettings Catalog { get; set; }
Property Value
DatabaseMaintenance
Gets or sets the database maintenance settings.
public BackupExecDatabaseMaintenanceSettings DatabaseMaintenance { get; set; }
Property Value
DisasterRecoveryAlternateDataPath
Gets or sets the alternative disaster recovery data path.
public string DisasterRecoveryAlternateDataPath { get; set; }
Property Value
DisasterRecoveryDataPath
Gets or sets the disaster recovery data path.
public string DisasterRecoveryDataPath { get; set; }
Property Value
DiscoverData
Gets or sets the discover data settings.
public BackupExecDiscoverDataSettings DiscoverData { get; set; }
Property Value
EnableCredentialTestSchedule
Gets or sets whether to schedule the test of agent server credentials.
public BooleanOption EnableCredentialTestSchedule { get; set; }
Property Value
GrtBackupTemporaryStagingPath
Gets or sets the Granular Recovery Technology backup staging path.
public string GrtBackupTemporaryStagingPath { get; set; }
Property Value
GrtRestoreTemporaryStagingPath
Gets or sets the Granular Recovery Technology restore staging path.
public string GrtRestoreTemporaryStagingPath { get; set; }
Property Value
JobStalledRecovered
Gets or sets the threshold in seconds after which a job becomes recovered.
public int JobStalledRecovered { get; set; }
Property Value
JobStalledRecoveredString
Gets the threshold after which a job becomes recovered.
public string JobStalledRecoveredString { get; set; }
Property Value
JobStalledThreshold
Gets or sets the threshold in seconds after which a job becomes stalled.
public int JobStalledThreshold { get; set; }
Property Value
JobStalledThresholdString
Gets the threshold after which a job becomes stalled.
public string JobStalledThresholdString { get; set; }
Property Value
Log
Gets or sets the log settings.
public BackupExecLogSettings Log { get; set; }
Property Value
MultipleServerBackupMode
Gets or sets the backup mode for multiple servers.
public BackupExecMultipleServerBackupMode MultipleServerBackupMode { get; set; }
Property Value
MultipleServerBackupModeString
Gets the backup mode for multiple servers as a human readable string.
public string MultipleServerBackupModeString { get; set; }
Property Value
Network
Gets or sets the network and security settings.
public BackupExecNetworkSettings Network { get; set; }
Property Value
OracleCredentials
Gets or sets the Oracle credentials available for use.
public BackupExecOracleCredentials OracleCredentials { get; set; }
Property Value
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
Report
Gets or sets the report settings.
public BackupExecReportSettings Report { get; set; }
Property Value
Storage
Gets or sets the Backup Exec storage settings.
public BackupExecStorageSettings Storage { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.BackupExecSettings class from the specified XML.
public static BackupExecSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- BackupExecSettings
A CENTREL.XIA.Configuration.Types.BackupExecSettings class.