Uses of Class
com.oracle.bmc.wlms.model.ServerToRestore
-
Packages that use ServerToRestore Package Description com.oracle.bmc.wlms.model -
-
Uses of ServerToRestore in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return ServerToRestore Modifier and Type Method Description ServerToRestore
ServerToRestore.Builder. build()
Methods in com.oracle.bmc.wlms.model that return types with arguments of type ServerToRestore Modifier and Type Method Description List<ServerToRestore>
RestoreWlsDomainDetails. getServersToRestore()
List of servers to restore and the backupsMethods in com.oracle.bmc.wlms.model with parameters of type ServerToRestore Modifier and Type Method Description ServerToRestore.Builder
ServerToRestore.Builder. copy(ServerToRestore model)
Method parameters in com.oracle.bmc.wlms.model with type arguments of type ServerToRestore Modifier and Type Method Description RestoreWlsDomainDetails.Builder
RestoreWlsDomainDetails.Builder. serversToRestore(List<ServerToRestore> serversToRestore)
List of servers to restore and the backupsConstructor parameters in com.oracle.bmc.wlms.model with type arguments of type ServerToRestore Constructor Description RestoreWlsDomainDetails(Boolean isForceServersShutdown, Boolean mustIncludeDomainsSharingMiddleware, List<ServerToRestore> serversToRestore)
Deprecated.
-