class BrmBackup

ManagedElement
+-SystemFunctions
+-BrM
+-BrmBackupManager
+-BrmBackup

Represents one backup of the type and domain specified by the BrmBackupManager in which it is contained.

This MO is created by the system.

Actions
boolean
cancelCurrentAction ( );
Cancel an ongoing asynchronous restore or export operation.
boolean
export ( string uri , EcimPasswordString password );
Export the backup using the specified uri.

This is an asynchronous action; progress and result will be reported in the progressReport attribute. Note that when finished successfully, a copy of the backup has been transferred and the original backup remains in the ME.

Parameters

Name: uri
Description: Specifies the location (url) where the backup is to be exported or the resource name (urn) that encapsulates the backup export procedure.



Name: password
Description: The password required to access the location specified by the uri.
If no password is required, this parameter may be omitted.


boolean
restore ( );
Restore from this backup. This is an asynchronous action - progress and result will be reported in the progressReport attribute.

Attributes
BrmAsyncActionProgress[0..1]
noNotification
readOnly
asyncActionProgress
The stucture used to report the progress and final result of asynchronous actions. [Deprecated - Replaced by progressReport]

Deprecated: Replaced by progressReport

string
readOnly
backupDescriptor
This includes a list of storage owners that participate in a backup which is used by BRM when restoring or deleting the backup.
string
readOnly
backupName
Backup name, provided by the operator.
string
key
mandatory
noNotification
restricted
brmBackupId
The value component of the RDN.
DateTime
readOnly
creationTime
Date and time when the backup was created (start time of backup procedure)
BrmBackupCreationType
readOnly
creationType
Creation type; whether manually created or automatically via BrmBackupScheduler.
BrmAsyncActionProgress[0..1]
readOnly
progressReport
Represents the progress report and final result of the ongoing (asynchronous) action in this MO, for example restore.
This MO supports only one action to be executed at a time.
BrmBackupStatus
readOnly
status
Status of the backup.
ProductData[0..]
readOnly
swVersion
The administrative data portion of active software version(s) as specified in the software inventory management when the backup is created.

  class BrmBackup