public class RecoveryFactory
extends java.lang.Object
RecoveryFactory
is responsible for creating instances of services
contained inside the com.vmware.vcenter.namespace_management.supervisors.recovery package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
BackupFactory |
backup()
The
com.vmware.vcenter.namespace_management.supervisors.recovery.backup
package provides interfaces for Supervisor backup operations. |
static RecoveryFactory |
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
RestoreFactory |
restore()
The
com.vmware.vcenter.namespace_management.supervisors.recovery.restore
package provides interfaces for Supervisor restore operations. |
void |
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig) |
public static RecoveryFactory getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestRecoveryFactory
factory instancepublic BackupFactory backup()
com.vmware.vcenter.namespace_management.supervisors.recovery.backup
package provides interfaces for Supervisor backup operations.public RestoreFactory restore()
com.vmware.vcenter.namespace_management.supervisors.recovery.restore
package provides interfaces for Supervisor restore operations.public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)