StopWlsDomainDetails

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

Bases: object

The configuration details for the stop WebLogic domain operation.

Methods

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

Attributes

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

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

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