| Package | Description |
|---|---|
| com.vmware.appliance.recovery |
| Modifier and Type | Field and Description |
|---|---|
static BackupTypes.LocationType |
BackupTypes.LocationType.FTP
Destination is FTP server
|
static BackupTypes.LocationType |
BackupTypes.LocationType.FTPS
Destination is FTPS server
|
static BackupTypes.LocationType |
BackupTypes.LocationType.HTTP
Destination is HTTP server
|
static BackupTypes.LocationType |
BackupTypes.LocationType.HTTPS
Destination is HTTPS server
|
static BackupTypes.LocationType |
BackupTypes.LocationType.SCP
Destination is SSH server
|
| Modifier and Type | Method and Description |
|---|---|
BackupTypes.LocationType |
BackupTypes.BackupRequest.getLocationType()
a type of location
|
static BackupTypes.LocationType |
BackupTypes.LocationType.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static BackupTypes.LocationType[] |
BackupTypes.LocationType.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupTypes.BackupRequest.setLocationType(BackupTypes.LocationType locationType)
a type of location
|
| Constructor and Description |
|---|
BackupTypes.BackupRequest.Builder(List<String> parts,
BackupTypes.LocationType locationType,
String location)
Constructor with parameters for the required properties of
BackupTypes.BackupRequest. |
Copyright © 2016. All Rights Reserved.