| Package | Description |
|---|---|
| com.h3c.sdn.adm |
Definitions of the domain model and services specific to the
Administrator tier of the VCF Controller.
|
| com.h3c.sdn.adm.backup | |
| com.h3c.sdn.api |
Definitions of services for driving outbound external communications for
interacting with peers and integrating with other external applications,
e.g.
|
| com.h3c.sdn.backup |
...
|
| Modifier and Type | Method and Description |
|---|---|
Token |
BackupService.startSystemBackup(String systemId,
Authentication auth)
Backup controller system.
|
Token |
BackupService.startSystemRestore(String systemId,
Authentication auth)
Restore controller system.
|
| Modifier and Type | Method and Description |
|---|---|
BackupStatus |
BackupService.getBackupStatus(Token token,
Authentication auth)
Get backup status.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
BackupDescriptor.getBackupToken()
Get BackupToken.
|
static Token |
TokenManager.getSystemToken() |
Token |
BackupServer.startSystemBackup(Authentication auth)
Backup controller system artifacts.
|
Token |
BackupRestoreComponent.startSystemBackup(String systemId,
Authentication auth) |
Token |
BackupTeamProxy.startSystemBackup(String systemId,
Authentication auth) |
Token |
BackupServer.startSystemRestore(String backupFolder,
Authentication auth)
Method for Restore of a backup file.
|
Token |
BackupRestoreComponent.startSystemRestore(String systemId,
Authentication auth) |
Token |
BackupTeamProxy.startSystemRestore(String systemId,
Authentication auth) |
| Modifier and Type | Method and Description |
|---|---|
BackupStatus |
BackupRestoreComponent.getBackupStatus(Token token,
Authentication auth) |
BackupStatus |
BackupTeamProxy.getBackupStatus(Token token,
Authentication auth) |
BackupStatus |
BackupServer.getBackupStatus(Token token,
String fileLoc,
Authentication auth)
Method to query the backup status.
|
void |
BackupDescriptor.setBackupToken(Token tk)
Set BackupToken.
|
| Constructor and Description |
|---|
BackupDescriptor(String controllerVer,
Token tk,
IpAddress ipA)
Create BackupDescriptor object.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
BackupTransferService.sendStartSystemBackup(SystemInformation si)
Backup controller system.
|
Token |
BackupTransferService.sendStartSystemRestore(SystemInformation si)
Restore controller system.
|
| Modifier and Type | Field and Description |
|---|---|
Token |
BackupStatus.token |
| Modifier and Type | Method and Description |
|---|---|
Token |
BackupStatus.getToken() |
Token |
BackupInformation.getToken()
Get Token instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupStatus.setToken(Token tk) |
void |
BackupInformation.setToken(Token t)
Set Token instance.
|
| Constructor and Description |
|---|
BackupInformation(String controllerVersion,
Token t)
Create BackupInformation.
|
BackupStatus(BackupStatus.ErrStatus errSt,
Token token) |
Copyright © 2014. All Rights Reserved.