UpdateWlsDomainConfigurationDetails

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

Bases: object

The WebLogic domain configuration for update operation.

Attributes

ADMIN_SERVER_CONTROL_MODE_USE_NODE_MANAGER A constant which can be used with the admin_server_control_mode property of a UpdateWlsDomainConfigurationDetails.
ADMIN_SERVER_CONTROL_MODE_USE_SCRIPTS A constant which can be used with the admin_server_control_mode property of a UpdateWlsDomainConfigurationDetails.
MANAGED_SERVER_CONTROL_MODE_USE_NODE_MANAGER A constant which can be used with the managed_server_control_mode property of a UpdateWlsDomainConfigurationDetails.
MANAGED_SERVER_CONTROL_MODE_USE_SCRIPTS A constant which can be used with the managed_server_control_mode property of a UpdateWlsDomainConfigurationDetails.
admin_server_control_mode Gets the admin_server_control_mode of this UpdateWlsDomainConfigurationDetails.
admin_server_start_script_path Gets the admin_server_start_script_path of this UpdateWlsDomainConfigurationDetails.
admin_server_stop_script_path Gets the admin_server_stop_script_path of this UpdateWlsDomainConfigurationDetails.
is_patch_enabled Gets the is_patch_enabled of this UpdateWlsDomainConfigurationDetails.
is_rollback_on_failure Gets the is_rollback_on_failure of this UpdateWlsDomainConfigurationDetails.
managed_server_control_mode Gets the managed_server_control_mode of this UpdateWlsDomainConfigurationDetails.
managed_server_start_script_path Gets the managed_server_start_script_path of this UpdateWlsDomainConfigurationDetails.
managed_server_stop_script_path Gets the managed_server_stop_script_path of this UpdateWlsDomainConfigurationDetails.
servers_shutdown_timeout Gets the servers_shutdown_timeout of this UpdateWlsDomainConfigurationDetails.

Methods

__init__(**kwargs) Initializes a new UpdateWlsDomainConfigurationDetails object with values from keyword arguments.
ADMIN_SERVER_CONTROL_MODE_USE_NODE_MANAGER = 'USE_NODE_MANAGER'

A constant which can be used with the admin_server_control_mode property of a UpdateWlsDomainConfigurationDetails. This constant has a value of “USE_NODE_MANAGER”

ADMIN_SERVER_CONTROL_MODE_USE_SCRIPTS = 'USE_SCRIPTS'

A constant which can be used with the admin_server_control_mode property of a UpdateWlsDomainConfigurationDetails. This constant has a value of “USE_SCRIPTS”

MANAGED_SERVER_CONTROL_MODE_USE_NODE_MANAGER = 'USE_NODE_MANAGER'

A constant which can be used with the managed_server_control_mode property of a UpdateWlsDomainConfigurationDetails. This constant has a value of “USE_NODE_MANAGER”

MANAGED_SERVER_CONTROL_MODE_USE_SCRIPTS = 'USE_SCRIPTS'

A constant which can be used with the managed_server_control_mode property of a UpdateWlsDomainConfigurationDetails. This constant has a value of “USE_SCRIPTS”

__init__(**kwargs)

Initializes a new UpdateWlsDomainConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • is_patch_enabled (bool) – The value to assign to the is_patch_enabled property of this UpdateWlsDomainConfigurationDetails.
  • is_rollback_on_failure (bool) – The value to assign to the is_rollback_on_failure property of this UpdateWlsDomainConfigurationDetails.
  • servers_shutdown_timeout (int) – The value to assign to the servers_shutdown_timeout property of this UpdateWlsDomainConfigurationDetails.
  • admin_server_control_mode (str) – The value to assign to the admin_server_control_mode property of this UpdateWlsDomainConfigurationDetails. Allowed values for this property are: “USE_NODE_MANAGER”, “USE_SCRIPTS”
  • managed_server_control_mode (str) – The value to assign to the managed_server_control_mode property of this UpdateWlsDomainConfigurationDetails. Allowed values for this property are: “USE_NODE_MANAGER”, “USE_SCRIPTS”
  • admin_server_start_script_path (str) – The value to assign to the admin_server_start_script_path property of this UpdateWlsDomainConfigurationDetails.
  • admin_server_stop_script_path (str) – The value to assign to the admin_server_stop_script_path property of this UpdateWlsDomainConfigurationDetails.
  • managed_server_start_script_path (str) – The value to assign to the managed_server_start_script_path property of this UpdateWlsDomainConfigurationDetails.
  • managed_server_stop_script_path (str) – The value to assign to the managed_server_stop_script_path property of this UpdateWlsDomainConfigurationDetails.
admin_server_control_mode

Gets the admin_server_control_mode of this UpdateWlsDomainConfigurationDetails. Whether to manage the admin server using Node Manager or scripts.

Allowed values for this property are: “USE_NODE_MANAGER”, “USE_SCRIPTS”

Returns:The admin_server_control_mode of this UpdateWlsDomainConfigurationDetails.
Return type:str
admin_server_start_script_path

Gets the admin_server_start_script_path of this UpdateWlsDomainConfigurationDetails. Path to admin server start script.

Returns:The admin_server_start_script_path of this UpdateWlsDomainConfigurationDetails.
Return type:str
admin_server_stop_script_path

Gets the admin_server_stop_script_path of this UpdateWlsDomainConfigurationDetails. Path to admin server stop script.

Returns:The admin_server_stop_script_path of this UpdateWlsDomainConfigurationDetails.
Return type:str
is_patch_enabled

Gets the is_patch_enabled of this UpdateWlsDomainConfigurationDetails. Whether or not the WebLogic domain is enabled for patching.

Returns:The is_patch_enabled of this UpdateWlsDomainConfigurationDetails.
Return type:bool
is_rollback_on_failure

Gets the is_rollback_on_failure of this UpdateWlsDomainConfigurationDetails. Whether or not to rollback on failure during patching of WebLogic domain.

Returns:The is_rollback_on_failure of this UpdateWlsDomainConfigurationDetails.
Return type:bool
managed_server_control_mode

Gets the managed_server_control_mode of this UpdateWlsDomainConfigurationDetails. Whether to manage the managed server using Node Manager or scripts.

Allowed values for this property are: “USE_NODE_MANAGER”, “USE_SCRIPTS”

Returns:The managed_server_control_mode of this UpdateWlsDomainConfigurationDetails.
Return type:str
managed_server_start_script_path

Gets the managed_server_start_script_path of this UpdateWlsDomainConfigurationDetails. Path to managed server start script.

Returns:The managed_server_start_script_path of this UpdateWlsDomainConfigurationDetails.
Return type:str
managed_server_stop_script_path

Gets the managed_server_stop_script_path of this UpdateWlsDomainConfigurationDetails. Path to managed server stop script.

Returns:The managed_server_stop_script_path of this UpdateWlsDomainConfigurationDetails.
Return type:str
servers_shutdown_timeout

Gets the servers_shutdown_timeout of this UpdateWlsDomainConfigurationDetails. Servers shutdown timeout in seconds. If set to 0 seconds, it means there is no timeout.

Returns:The servers_shutdown_timeout of this UpdateWlsDomainConfigurationDetails.
Return type:int