PerformanceTuningAnalysisResultSummary¶
-
class
oci.jms.models.
PerformanceTuningAnalysisResultSummary
(**kwargs)¶ Bases:
object
Summary of a performance tuning analysis result. The actual output of the analysis is stored in the Object Storage object.
Attributes
RESULT_ACTION_RECOMMENDED
A constant which can be used with the result property of a PerformanceTuningAnalysisResultSummary. RESULT_NO_WARNINGS
A constant which can be used with the result property of a PerformanceTuningAnalysisResultSummary. application_id
[Required] Gets the application_id of this PerformanceTuningAnalysisResultSummary. application_installation_id
[Required] Gets the application_installation_id of this PerformanceTuningAnalysisResultSummary. application_installation_path
[Required] Gets the application_installation_path of this PerformanceTuningAnalysisResultSummary. application_name
[Required] Gets the application_name of this PerformanceTuningAnalysisResultSummary. bucket_name
[Required] Gets the bucket_name of this PerformanceTuningAnalysisResultSummary. fleet_id
[Required] Gets the fleet_id of this PerformanceTuningAnalysisResultSummary. host_name
[Required] Gets the host_name of this PerformanceTuningAnalysisResultSummary. id
[Required] Gets the id of this PerformanceTuningAnalysisResultSummary. managed_instance_id
[Required] Gets the managed_instance_id of this PerformanceTuningAnalysisResultSummary. namespace
[Required] Gets the namespace of this PerformanceTuningAnalysisResultSummary. object_name
[Required] Gets the object_name of this PerformanceTuningAnalysisResultSummary. result
[Required] Gets the result of this PerformanceTuningAnalysisResultSummary. time_created
[Required] Gets the time_created of this PerformanceTuningAnalysisResultSummary. time_finished
[Required] Gets the time_finished of this PerformanceTuningAnalysisResultSummary. time_started
[Required] Gets the time_started of this PerformanceTuningAnalysisResultSummary. warning_count
[Required] Gets the warning_count of this PerformanceTuningAnalysisResultSummary. work_request_id
Gets the work_request_id of this PerformanceTuningAnalysisResultSummary. Methods
__init__
(**kwargs)Initializes a new PerformanceTuningAnalysisResultSummary object with values from keyword arguments. -
RESULT_ACTION_RECOMMENDED
= 'ACTION_RECOMMENDED'¶ A constant which can be used with the result property of a PerformanceTuningAnalysisResultSummary. This constant has a value of “ACTION_RECOMMENDED”
-
RESULT_NO_WARNINGS
= 'NO_WARNINGS'¶ A constant which can be used with the result property of a PerformanceTuningAnalysisResultSummary. This constant has a value of “NO_WARNINGS”
-
__init__
(**kwargs)¶ Initializes a new PerformanceTuningAnalysisResultSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this PerformanceTuningAnalysisResultSummary.
- work_request_id (str) – The value to assign to the work_request_id property of this PerformanceTuningAnalysisResultSummary.
- fleet_id (str) – The value to assign to the fleet_id property of this PerformanceTuningAnalysisResultSummary.
- application_id (str) – The value to assign to the application_id property of this PerformanceTuningAnalysisResultSummary.
- application_installation_id (str) – The value to assign to the application_installation_id property of this PerformanceTuningAnalysisResultSummary.
- application_installation_path (str) – The value to assign to the application_installation_path property of this PerformanceTuningAnalysisResultSummary.
- warning_count (int) – The value to assign to the warning_count property of this PerformanceTuningAnalysisResultSummary.
- result (str) – The value to assign to the result property of this PerformanceTuningAnalysisResultSummary. Allowed values for this property are: “ACTION_RECOMMENDED”, “NO_WARNINGS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- managed_instance_id (str) – The value to assign to the managed_instance_id property of this PerformanceTuningAnalysisResultSummary.
- host_name (str) – The value to assign to the host_name property of this PerformanceTuningAnalysisResultSummary.
- application_name (str) – The value to assign to the application_name property of this PerformanceTuningAnalysisResultSummary.
- namespace (str) – The value to assign to the namespace property of this PerformanceTuningAnalysisResultSummary.
- bucket_name (str) – The value to assign to the bucket_name property of this PerformanceTuningAnalysisResultSummary.
- object_name (str) – The value to assign to the object_name property of this PerformanceTuningAnalysisResultSummary.
- time_created (datetime) – The value to assign to the time_created property of this PerformanceTuningAnalysisResultSummary.
- time_started (datetime) – The value to assign to the time_started property of this PerformanceTuningAnalysisResultSummary.
- time_finished (datetime) – The value to assign to the time_finished property of this PerformanceTuningAnalysisResultSummary.
-
application_id
¶ [Required] Gets the application_id of this PerformanceTuningAnalysisResultSummary. The OCID of the application for which the report has been generated.
Returns: The application_id of this PerformanceTuningAnalysisResultSummary. Return type: str
-
application_installation_id
¶ [Required] Gets the application_installation_id of this PerformanceTuningAnalysisResultSummary. The internal identifier of the application installation for which the report has been generated.
Returns: The application_installation_id of this PerformanceTuningAnalysisResultSummary. Return type: str
-
application_installation_path
¶ [Required] Gets the application_installation_path of this PerformanceTuningAnalysisResultSummary. The installation path of the application for which the report has been generated.
Returns: The application_installation_path of this PerformanceTuningAnalysisResultSummary. Return type: str
-
application_name
¶ [Required] Gets the application_name of this PerformanceTuningAnalysisResultSummary. The name of the application for which the report has been generated.
Returns: The application_name of this PerformanceTuningAnalysisResultSummary. Return type: str
-
bucket_name
¶ [Required] Gets the bucket_name of this PerformanceTuningAnalysisResultSummary. The Object Storage bucket name of this analysis result.
Returns: The bucket_name of this PerformanceTuningAnalysisResultSummary. Return type: str
-
fleet_id
¶ [Required] Gets the fleet_id of this PerformanceTuningAnalysisResultSummary. The fleet OCID.
Returns: The fleet_id of this PerformanceTuningAnalysisResultSummary. Return type: str
-
host_name
¶ [Required] Gets the host_name of this PerformanceTuningAnalysisResultSummary. The hostname of the managed instance.
Returns: The host_name of this PerformanceTuningAnalysisResultSummary. Return type: str
-
id
¶ [Required] Gets the id of this PerformanceTuningAnalysisResultSummary. The OCID to identify this analysis results.
Returns: The id of this PerformanceTuningAnalysisResultSummary. Return type: str
-
managed_instance_id
¶ [Required] Gets the managed_instance_id of this PerformanceTuningAnalysisResultSummary. The managed instance OCID.
Returns: The managed_instance_id of this PerformanceTuningAnalysisResultSummary. Return type: str
-
namespace
¶ [Required] Gets the namespace of this PerformanceTuningAnalysisResultSummary. The Object Storage namespace of this analysis result.
Returns: The namespace of this PerformanceTuningAnalysisResultSummary. Return type: str
-
object_name
¶ [Required] Gets the object_name of this PerformanceTuningAnalysisResultSummary. The Object Storage object name of this analysis result.
Returns: The object_name of this PerformanceTuningAnalysisResultSummary. Return type: str
-
result
¶ [Required] Gets the result of this PerformanceTuningAnalysisResultSummary. Result of the analysis based on whether warnings have been found or not.
Allowed values for this property are: “ACTION_RECOMMENDED”, “NO_WARNINGS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The result of this PerformanceTuningAnalysisResultSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this PerformanceTuningAnalysisResultSummary. The time the result is compiled.
Returns: The time_created of this PerformanceTuningAnalysisResultSummary. Return type: datetime
-
time_finished
¶ [Required] Gets the time_finished of this PerformanceTuningAnalysisResultSummary. The time the JFR recording has finished.
Returns: The time_finished of this PerformanceTuningAnalysisResultSummary. Return type: datetime
-
time_started
¶ [Required] Gets the time_started of this PerformanceTuningAnalysisResultSummary. The time the JFR recording has started.
Returns: The time_started of this PerformanceTuningAnalysisResultSummary. Return type: datetime
-
warning_count
¶ [Required] Gets the warning_count of this PerformanceTuningAnalysisResultSummary. Total number of warnings reported by the analysis.
Returns: The warning_count of this PerformanceTuningAnalysisResultSummary. Return type: int
-
work_request_id
¶ Gets the work_request_id of this PerformanceTuningAnalysisResultSummary. The OCID of the work request to start the analysis.
Returns: The work_request_id of this PerformanceTuningAnalysisResultSummary. Return type: str
-