Class BackupExecServerConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the server level configuration settings.
public class BackupExecServerConfiguration : BaseTypeSection
- Inheritance
-
BackupExecServerConfiguration
Constructors
BackupExecServerConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecServerConfiguration class.
public BackupExecServerConfiguration()
Properties
EncryptionKeys
Gets or sets the encryption keys configured on the servers.
public BackupExecEncryptionKeyCollection EncryptionKeys { get; set; }
Property Value
GlobalExclusions
Gets or sets the global file exclusions configured on the server.
public BackupExecFileSystemSelections GlobalExclusions { get; set; }
Property Value
Host
Gets or sets information about the host machine running Backup Exec.
public BackupExecServerHostInformation Host { get; set; }
Property Value
Licenses
Gets or sets the licenses configured for this Backup Exec server.
public BackupExecLicenses Licenses { get; set; }
Property Value
LogonAccounts
Gets or sets the logon accounts configured for this server.
public BackupExecLogonAccounts LogonAccounts { get; set; }
Property Value
Notification
Gets or sets the notification settings.
public BackupExecNotificationConfiguration Notification { get; set; }
Property Value
Version
Gets or sets the version of Backup Exec installed - for example "14.2 1180.1673".
public string Version { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.BackupExecServerConfiguration class from the specified XML.
public static BackupExecServerConfiguration FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- BackupExecServerConfiguration
A CENTREL.XIA.Configuration.Types.BackupExecServerConfiguration class.