RestartWlsDomainDetails

class oci.wlms.models.RestartWlsDomainDetails(**kwargs)

Bases: object

The configuration details for the restart WebLogic domain operation.

Methods

__init__(**kwargs) Initializes a new RestartWlsDomainDetails object with values from keyword arguments.

Attributes

is_force_servers_shutdown Gets the is_force_servers_shutdown of this RestartWlsDomainDetails.
__init__(**kwargs)

Initializes a new RestartWlsDomainDetails 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 RestartWlsDomainDetails.
is_force_servers_shutdown

Gets the is_force_servers_shutdown of this RestartWlsDomainDetails. 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 RestartWlsDomainDetails.
Return type:bool