WlsDomainConfiguration

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

Bases: object

The WebLogic domain configuration.

Attributes

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

Methods

__init__(**kwargs) Initializes a new WlsDomainConfiguration 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 WlsDomainConfiguration. 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 WlsDomainConfiguration. 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 WlsDomainConfiguration. 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 WlsDomainConfiguration. This constant has a value of “USE_SCRIPTS”

__init__(**kwargs)

Initializes a new WlsDomainConfiguration 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 WlsDomainConfiguration.
  • is_rollback_on_failure (bool) – The value to assign to the is_rollback_on_failure property of this WlsDomainConfiguration.
  • servers_shutdown_timeout (int) – The value to assign to the servers_shutdown_timeout property of this WlsDomainConfiguration.
  • admin_server_control_mode (str) – The value to assign to the admin_server_control_mode property of this WlsDomainConfiguration. Allowed values for this property are: “USE_NODE_MANAGER”, “USE_SCRIPTS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • managed_server_control_mode (str) – The value to assign to the managed_server_control_mode property of this WlsDomainConfiguration. Allowed values for this property are: “USE_NODE_MANAGER”, “USE_SCRIPTS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • admin_server_start_script_path (str) – The value to assign to the admin_server_start_script_path property of this WlsDomainConfiguration.
  • admin_server_stop_script_path (str) – The value to assign to the admin_server_stop_script_path property of this WlsDomainConfiguration.
  • managed_server_start_script_path (str) – The value to assign to the managed_server_start_script_path property of this WlsDomainConfiguration.
  • managed_server_stop_script_path (str) – The value to assign to the managed_server_stop_script_path property of this WlsDomainConfiguration.
admin_server_control_mode

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

Allowed values for this property are: “USE_NODE_MANAGER”, “USE_SCRIPTS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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

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

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

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

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

[Required] Gets the is_patch_enabled of this WlsDomainConfiguration. Whether or not the WebLogic domain is enabled for patching.

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

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

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

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

Allowed values for this property are: “USE_NODE_MANAGER”, “USE_SCRIPTS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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

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

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

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

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

Gets the servers_shutdown_timeout of this WlsDomainConfiguration. Servers shutdown timeout.

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