InstallLatestPatchesOnWlsDomainDetails¶
-
class
oci.wlms.models.
InstallLatestPatchesOnWlsDomainDetails
(**kwargs)¶ Bases:
object
The configuration details for the install latest patches to WebLogic domain operation.
Methods
__init__
(**kwargs)Initializes a new InstallLatestPatchesOnWlsDomainDetails object with values from keyword arguments. Attributes
is_force_servers_shutdown
Gets the is_force_servers_shutdown of this InstallLatestPatchesOnWlsDomainDetails. must_include_domains_sharing_middleware
Gets the must_include_domains_sharing_middleware of this InstallLatestPatchesOnWlsDomainDetails. -
__init__
(**kwargs)¶ Initializes a new InstallLatestPatchesOnWlsDomainDetails 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 InstallLatestPatchesOnWlsDomainDetails.
- must_include_domains_sharing_middleware (bool) – The value to assign to the must_include_domains_sharing_middleware property of this InstallLatestPatchesOnWlsDomainDetails.
-
is_force_servers_shutdown
¶ Gets the is_force_servers_shutdown of this InstallLatestPatchesOnWlsDomainDetails. When installing or uninstalling patches, forces 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 InstallLatestPatchesOnWlsDomainDetails. Return type: bool
-
must_include_domains_sharing_middleware
¶ Gets the must_include_domains_sharing_middleware of this InstallLatestPatchesOnWlsDomainDetails. When installing or uninstalling patches, allows the operation to proceed on all domains that share the same middleware. If not set to true, the installation or uninstallation will fail if there is any other domain using the same middleware.
Returns: The must_include_domains_sharing_middleware of this InstallLatestPatchesOnWlsDomainDetails. Return type: bool
-