public static final class RestoreTypes.RestoreRequest.Builder
extends java.lang.Object
RestoreTypes.RestoreRequest.| Constructor and Description |
|---|
Builder(RestoreTypes.LocationType locationType,
java.lang.String location)
Constructor with parameters for the required properties of
RestoreTypes.RestoreRequest. |
| Modifier and Type | Method and Description |
|---|---|
RestoreTypes.RestoreRequest |
build() |
RestoreTypes.RestoreRequest.Builder |
setBackupPassword(char[] backupPassword)
a password for a backup piece
backupPassword If no password then the piece will not be decrypted
|
RestoreTypes.RestoreRequest.Builder |
setLocationPassword(char[] locationPassword)
password for location
locationPassword Password for the specified user if login is required at this
location.
|
RestoreTypes.RestoreRequest.Builder |
setLocationUser(java.lang.String locationUser)
username for location
locationUser User name for this location if login is required.
|
RestoreTypes.RestoreRequest.Builder |
setSsoAdminUserName(java.lang.String ssoAdminUserName)
Administrators username for SSO.
|
RestoreTypes.RestoreRequest.Builder |
setSsoAdminUserPassword(char[] ssoAdminUserPassword)
The password for SSO admin user.
|
public Builder(RestoreTypes.LocationType locationType, java.lang.String location)
RestoreTypes.RestoreRequest.public RestoreTypes.RestoreRequest.Builder setBackupPassword(char[] backupPassword)
backupPassword - New value for the property.public RestoreTypes.RestoreRequest.Builder setLocationUser(java.lang.String locationUser)
locationUser - New value for the property.public RestoreTypes.RestoreRequest.Builder setLocationPassword(char[] locationPassword)
locationPassword - New value for the property.public RestoreTypes.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 RestoreTypes.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 RestoreTypes.RestoreRequest build()