Class BackupExecStorageConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the storage configuration settings.
public class BackupExecStorageConfiguration : BaseTypeSection
- Inheritance
-
BackupExecStorageConfiguration
Constructors
BackupExecStorageConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecStorageConfiguration class.
public BackupExecStorageConfiguration()
Properties
Media
Gets or sets the media configured for the Backup Exec server.
public BackupExecMediaItems Media { get; set; }
Property Value
MediaSets
Gets or sets the media sets configured for this Backup Exec server. A media set is a group of media such as tapes or disk cartridges to which rules such as overwrite period can be applied.
public BackupExecMediaSets MediaSets { get; set; }
Property Value
MediaVaults
Gets or sets the media vaults configured for this Backup Exec server. A media vault is a logical representation of the actual physical location of media, such as a special media room or an offsite location.
public BackupExecMediaVaults MediaVaults { get; set; }
Property Value
StorageDevices
Gets or sets the storage devices configured on the Backup Exec server.
public BackupExecStorageDevices StorageDevices { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.BackupExecStorageConfiguration class from the specified XML.
public static BackupExecStorageConfiguration FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- BackupExecStorageConfiguration
A CENTREL.XIA.Configuration.Types.BackupExecStorageConfiguration class.