Table of Contents

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

BackupExecEncryptionKeyCollection

GlobalExclusions

Gets or sets the global file exclusions configured on the server.

public BackupExecFileSystemSelections GlobalExclusions { get; set; }

Property Value

BackupExecFileSystemSelections

Host

Gets or sets information about the host machine running Backup Exec.

public BackupExecServerHostInformation Host { get; set; }

Property Value

BackupExecServerHostInformation

Licenses

Gets or sets the licenses configured for this Backup Exec server.

public BackupExecLicenses Licenses { get; set; }

Property Value

BackupExecLicenses

LogonAccounts

Gets or sets the logon accounts configured for this server.

public BackupExecLogonAccounts LogonAccounts { get; set; }

Property Value

BackupExecLogonAccounts

Notification

Gets or sets the notification settings.

public BackupExecNotificationConfiguration Notification { get; set; }

Property Value

BackupExecNotificationConfiguration

Version

Gets or sets the version of Backup Exec installed - for example "14.2 1180.1673".

public string Version { get; set; }

Property Value

string

Methods

FromXml(string)

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

public static BackupExecServerConfiguration FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

BackupExecServerConfiguration

A CENTREL.XIA.Configuration.Types.BackupExecServerConfiguration class.