public class RecoveryFactory
extends java.lang.Object
RecoveryFactory is responsible for creating instances of services
contained inside the com.vmware.appliance.recovery package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
BackupFactory |
backup() |
Backup |
backupService()
Returns an instance of class
Backup |
static RecoveryFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
ReconciliationFactory |
reconciliation() |
RestoreFactory |
restore() |
Restore |
restoreService()
Returns an instance of class
Restore |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static RecoveryFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestRecoveryFactory factory instancepublic BackupFactory backup()
public ReconciliationFactory reconciliation()
public RestoreFactory restore()
public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)