public static final class JobTypes.RestoreRequest.Builder
extends java.lang.Object
JobTypes.RestoreRequest.| Constructor and Description |
|---|
Builder(JobTypes.LocationType locationType,
java.lang.String location)
Constructor with parameters for the required properties of
JobTypes.RestoreRequest. |
| Modifier and Type | Method and Description |
|---|---|
JobTypes.RestoreRequest |
build() |
JobTypes.RestoreRequest.Builder |
setBackupPassword(char[] backupPassword)
a password for a backup piece
backupPassword If no password then the piece will not be decrypted
|
JobTypes.RestoreRequest.Builder |
setIgnoreWarnings(java.lang.Boolean ignoreWarnings)
The flag to ignore warnings during restore.
|
JobTypes.RestoreRequest.Builder |
setLocationPassword(char[] locationPassword)
password for location
locationPassword Password for the specified user if login is required at this
location.
|
JobTypes.RestoreRequest.Builder |
setLocationUser(java.lang.String locationUser)
username for location
locationUser User name for this location if login is required.
|
JobTypes.RestoreRequest.Builder |
setSsoAdminUserName(java.lang.String ssoAdminUserName)
Administrators Username for SSO.
|
JobTypes.RestoreRequest.Builder |
setSsoAdminUserPassword(char[] ssoAdminUserPassword)
The password for SSO admin user.
|
public Builder(JobTypes.LocationType locationType, java.lang.String location)
JobTypes.RestoreRequest.public JobTypes.RestoreRequest.Builder setBackupPassword(char[] backupPassword)
backupPassword - New value for the property.public JobTypes.RestoreRequest.Builder setLocationUser(java.lang.String locationUser)
locationUser - New value for the property.public JobTypes.RestoreRequest.Builder setLocationPassword(char[] locationPassword)
locationPassword - New value for the property.public JobTypes.RestoreRequest.Builder setSsoAdminUserName(java.lang.String ssoAdminUserName)
null SSO authentication will not be used. If the vCenter Server is a
management node or an embedded node, authentication is required.ssoAdminUserName - New value for the property.public JobTypes.RestoreRequest.Builder setSsoAdminUserPassword(char[] ssoAdminUserPassword)
null SSO authentication will not be used. If the vCenter Server is a
management node or an embedded node, authentication is required.ssoAdminUserPassword - New value for the property.public JobTypes.RestoreRequest.Builder setIgnoreWarnings(java.lang.Boolean ignoreWarnings)
null, validation warnings will fail the restore operationignoreWarnings - New value for the property.public JobTypes.RestoreRequest build()