Uses of Class
com.oracle.bmc.wlms.model.RestoreWlsDomainDetails.Builder
-
Packages that use RestoreWlsDomainDetails.Builder Package Description com.oracle.bmc.wlms.model -
-
Uses of RestoreWlsDomainDetails.Builder in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return RestoreWlsDomainDetails.Builder Modifier and Type Method Description static RestoreWlsDomainDetails.Builder
RestoreWlsDomainDetails. builder()
Create a new builder.RestoreWlsDomainDetails.Builder
RestoreWlsDomainDetails.Builder. copy(RestoreWlsDomainDetails model)
RestoreWlsDomainDetails.Builder
RestoreWlsDomainDetails.Builder. isForceServersShutdown(Boolean isForceServersShutdown)
If the restore operation required to stop the servers, this option indicates to force shutdown of the servers if they have not shutdown after a period of time.RestoreWlsDomainDetails.Builder
RestoreWlsDomainDetails.Builder. mustIncludeDomainsSharingMiddleware(Boolean mustIncludeDomainsSharingMiddleware)
If the WebLogic Domain being restored shares middleware with other domains, and the restore operation will restore servers in the other domains, this option allows the operation to proceed on all domains that share the same middleware.RestoreWlsDomainDetails.Builder
RestoreWlsDomainDetails.Builder. serversToRestore(List<ServerToRestore> serversToRestore)
List of servers to restore and the backupsRestoreWlsDomainDetails.Builder
RestoreWlsDomainDetails. toBuilder()
-