Class BackupExecServer
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Backup Exec installation.
[SupportsClientScan]
[SupportsSupportProvisions]
public class BackupExecServer : BaseConfigurationType
- Inheritance
-
BackupExecServer
- Inherited Members
Constructors
BackupExecServer()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecServer class.
public BackupExecServer()
Properties
AgentServers
Gets or sets the servers configured with Backup Exec agents configured on this server.
public BackupExecAgentServers AgentServers { get; set; }
Property Value
BackupDefinitions
Gets or sets the backup definitions configured on the Backup Exec server.
public BackupExecBackupDefinitions BackupDefinitions { get; set; }
Property Value
Configuration
Gets or sets the server configuration of this Backup Exec server.
public BackupExecServerConfiguration Configuration { get; set; }
Property Value
Settings
Gets or sets the global settings for this server.
public BackupExecSettings Settings { get; set; }
Property Value
Storage
Gets or sets the storage configuration for the Backup Exec server.
public BackupExecStorageConfiguration Storage { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.BackupExecServer cloned from this object.
public BackupExecServer Clone()
Returns
- BackupExecServer
A CENTREL.XIA.Configuration.Types.BackupExecServer.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.BackupExecServer class from the specified XML.
public static BackupExecServer FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- BackupExecServer
A CENTREL.XIA.Configuration.Types.BackupExecServer class.