RestoreWlsDomainDetails¶
-
class
oci.wlms.models.
RestoreWlsDomainDetails
(**kwargs)¶ Bases:
object
The configuration details for the restore patches to WebLogic domain operation.
Methods
__init__
(**kwargs)Initializes a new RestoreWlsDomainDetails object with values from keyword arguments. Attributes
is_force_servers_shutdown
Gets the is_force_servers_shutdown of this RestoreWlsDomainDetails. must_include_domains_sharing_middleware
Gets the must_include_domains_sharing_middleware of this RestoreWlsDomainDetails. servers_to_restore
Gets the servers_to_restore of this RestoreWlsDomainDetails. -
__init__
(**kwargs)¶ Initializes a new RestoreWlsDomainDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_force_servers_shutdown (bool) – The value to assign to the is_force_servers_shutdown property of this RestoreWlsDomainDetails.
- must_include_domains_sharing_middleware (bool) – The value to assign to the must_include_domains_sharing_middleware property of this RestoreWlsDomainDetails.
- servers_to_restore (list[oci.wlms.models.ServerToRestore]) – The value to assign to the servers_to_restore property of this RestoreWlsDomainDetails.
-
is_force_servers_shutdown
¶ Gets the is_force_servers_shutdown of this RestoreWlsDomainDetails. 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. The timeout can be configured in the WebLogic domain configuration.
Returns: The is_force_servers_shutdown of this RestoreWlsDomainDetails. Return type: bool
-
must_include_domains_sharing_middleware
¶ Gets the must_include_domains_sharing_middleware of this RestoreWlsDomainDetails. 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. If not set to true, the restore operation will fail if there is any other domain using the same middleware.
Returns: The must_include_domains_sharing_middleware of this RestoreWlsDomainDetails. Return type: bool
-
servers_to_restore
¶ Gets the servers_to_restore of this RestoreWlsDomainDetails. List of servers to restore and the backups
Returns: The servers_to_restore of this RestoreWlsDomainDetails. Return type: list[oci.wlms.models.ServerToRestore]
-