ScanResultSummary¶
-
class
oci.wlms.models.
ScanResultSummary
(**kwargs)¶ Bases:
object
The result of a server check in a managed instance.
Attributes
SERVER_CHECK_STATUS_FAILURE
A constant which can be used with the server_check_status property of a ScanResultSummary. SERVER_CHECK_STATUS_OK
A constant which can be used with the server_check_status property of a ScanResultSummary. SERVER_CHECK_STATUS_WARNING
A constant which can be used with the server_check_status property of a ScanResultSummary. server_check_name
[Required] Gets the server_check_name of this ScanResultSummary. server_check_result
[Required] Gets the server_check_result of this ScanResultSummary. server_check_result_id
Gets the server_check_result_id of this ScanResultSummary. server_check_status
[Required] Gets the server_check_status of this ScanResultSummary. server_name
[Required] Gets the server_name of this ScanResultSummary. time_of_server_check
[Required] Gets the time_of_server_check of this ScanResultSummary. wls_domain_id
[Required] Gets the wls_domain_id of this ScanResultSummary. Methods
__init__
(**kwargs)Initializes a new ScanResultSummary object with values from keyword arguments. -
SERVER_CHECK_STATUS_FAILURE
= 'FAILURE'¶ A constant which can be used with the server_check_status property of a ScanResultSummary. This constant has a value of “FAILURE”
-
SERVER_CHECK_STATUS_OK
= 'OK'¶ A constant which can be used with the server_check_status property of a ScanResultSummary. This constant has a value of “OK”
-
SERVER_CHECK_STATUS_WARNING
= 'WARNING'¶ A constant which can be used with the server_check_status property of a ScanResultSummary. This constant has a value of “WARNING”
-
__init__
(**kwargs)¶ Initializes a new ScanResultSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - wls_domain_id (str) – The value to assign to the wls_domain_id property of this ScanResultSummary.
- server_name (str) – The value to assign to the server_name property of this ScanResultSummary.
- time_of_server_check (datetime) – The value to assign to the time_of_server_check property of this ScanResultSummary.
- server_check_status (str) – The value to assign to the server_check_status property of this ScanResultSummary. Allowed values for this property are: “OK”, “WARNING”, “FAILURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- server_check_name (str) – The value to assign to the server_check_name property of this ScanResultSummary.
- server_check_result_id (str) – The value to assign to the server_check_result_id property of this ScanResultSummary.
- server_check_result (str) – The value to assign to the server_check_result property of this ScanResultSummary.
-
server_check_name
¶ [Required] Gets the server_check_name of this ScanResultSummary. The name of the check performed.
Returns: The server_check_name of this ScanResultSummary. Return type: str
-
server_check_result
¶ [Required] Gets the server_check_result of this ScanResultSummary. The result of the server check.
Returns: The server_check_result of this ScanResultSummary. Return type: str
-
server_check_result_id
¶ Gets the server_check_result_id of this ScanResultSummary. The identifier of the the server check result.
Returns: The server_check_result_id of this ScanResultSummary. Return type: str
-
server_check_status
¶ [Required] Gets the server_check_status of this ScanResultSummary. The status of the server check which is OK, FAILURE, or WARNING.
Allowed values for this property are: “OK”, “WARNING”, “FAILURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The server_check_status of this ScanResultSummary. Return type: str
-
server_name
¶ [Required] Gets the server_name of this ScanResultSummary. The name of the WebLogic server to which the server check belongs.
Returns: The server_name of this ScanResultSummary. Return type: str
-