class BrmRollbackAtRestore

ManagedElement
+-SystemFunctions
+-BrM
+-BrmRollbackAtRestore

Confirm a restore action or automatic rollback after an unconfirmed restore operation was executed.
The existence of an instance of this class indicates that this feature is supported by the implementation.
This is optional support.


This MO is created by the system.

Actions
ActionInvocationResult
confirmRestore ( );
Invoking this action indicates acceptance of the previously executed restore operation.
The restore supervision timer, counting down from the initial value indicated by the timeAllowedBeforeRollback attribute, is stopped when this action is invoked. If this action is not invoked before the supervision timer expires, the system is restored to the state it was in before the last restore operation was invoked. This is a synchronous action.

Attributes
string
key
mandatory
noNotification
restricted
brmRollbackAtRestoreId
The value component of the RDN.
uint16[0..1]
timeAllowedBeforeRollback = 3600
Number of seconds to wait before performing the rollback to the state before restore.
uint16[0..1]
readOnly
timeRemainingBeforeRollback
The remaining number of seconds before performing the rollback to the state before restore.
The countdown stops after confirmRestore action is invoked on the BrmBackup MO, representing the restored backup. If action confirmRestore is not invoked before the expiration of the rollback timer, an automatic rollback is triggered. Countdown starts at restore, and stops when confirmRestore() is invoked.

  class BrmRollbackAtRestore