PerformanceTuningAnalysis¶
-
class
oci.jms_utils.models.
PerformanceTuningAnalysis
(**kwargs)¶ Bases:
object
To use any of the API operations, you must be authorized by an IAM policy. If you’re not authorized, talk to an administrator. If you’re an administrator who needs to write policies to give users access, see Getting Started with Policies.
Attributes
RESULT_ACTION_RECOMMENDED
A constant which can be used with the result property of a PerformanceTuningAnalysis. RESULT_NO_WARNINGS
A constant which can be used with the result property of a PerformanceTuningAnalysis. analysis_project_name
[Required] Gets the analysis_project_name of this PerformanceTuningAnalysis. artifact_object_storage_path
[Required] Gets the artifact_object_storage_path of this PerformanceTuningAnalysis. compartment_id
[Required] Gets the compartment_id of this PerformanceTuningAnalysis. created_by
[Required] Gets the created_by of this PerformanceTuningAnalysis. id
[Required] Gets the id of this PerformanceTuningAnalysis. result
[Required] Gets the result of this PerformanceTuningAnalysis. result_object_storage_path
[Required] Gets the result_object_storage_path of this PerformanceTuningAnalysis. time_created
[Required] Gets the time_created of this PerformanceTuningAnalysis. time_finished
[Required] Gets the time_finished of this PerformanceTuningAnalysis. time_started
[Required] Gets the time_started of this PerformanceTuningAnalysis. warning_count
[Required] Gets the warning_count of this PerformanceTuningAnalysis. work_request_id
[Required] Gets the work_request_id of this PerformanceTuningAnalysis. Methods
__init__
(**kwargs)Initializes a new PerformanceTuningAnalysis object with values from keyword arguments. -
RESULT_ACTION_RECOMMENDED
= 'ACTION_RECOMMENDED'¶ A constant which can be used with the result property of a PerformanceTuningAnalysis. 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 PerformanceTuningAnalysis. This constant has a value of “NO_WARNINGS”
-
__init__
(**kwargs)¶ Initializes a new PerformanceTuningAnalysis 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 PerformanceTuningAnalysis.
- work_request_id (str) – The value to assign to the work_request_id property of this PerformanceTuningAnalysis.
- compartment_id (str) – The value to assign to the compartment_id property of this PerformanceTuningAnalysis.
- analysis_project_name (str) – The value to assign to the analysis_project_name property of this PerformanceTuningAnalysis.
- warning_count (int) – The value to assign to the warning_count property of this PerformanceTuningAnalysis.
- result (str) – The value to assign to the result property of this PerformanceTuningAnalysis. 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’.
- result_object_storage_path (str) – The value to assign to the result_object_storage_path property of this PerformanceTuningAnalysis.
- artifact_object_storage_path (str) – The value to assign to the artifact_object_storage_path property of this PerformanceTuningAnalysis.
- time_created (datetime) – The value to assign to the time_created property of this PerformanceTuningAnalysis.
- time_started (datetime) – The value to assign to the time_started property of this PerformanceTuningAnalysis.
- time_finished (datetime) – The value to assign to the time_finished property of this PerformanceTuningAnalysis.
- created_by (oci.jms_utils.models.Principal) – The value to assign to the created_by property of this PerformanceTuningAnalysis.
-
analysis_project_name
¶ [Required] Gets the analysis_project_name of this PerformanceTuningAnalysis. Name of the analysis project.
Returns: The analysis_project_name of this PerformanceTuningAnalysis. Return type: str
-
artifact_object_storage_path
¶ [Required] Gets the artifact_object_storage_path of this PerformanceTuningAnalysis. Object storage path to the artifact.
Returns: The artifact_object_storage_path of this PerformanceTuningAnalysis. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this PerformanceTuningAnalysis. The OCID of the compartment.
Returns: The compartment_id of this PerformanceTuningAnalysis. Return type: str
-
created_by
¶ [Required] Gets the created_by of this PerformanceTuningAnalysis.
Returns: The created_by of this PerformanceTuningAnalysis. Return type: oci.jms_utils.models.Principal
-
id
¶ [Required] Gets the id of this PerformanceTuningAnalysis. The OCID of the Performance Tuning Analysis.
Returns: The id of this PerformanceTuningAnalysis. Return type: str
-
result
¶ [Required] Gets the result of this PerformanceTuningAnalysis. Possible Performance Tuning Result statuses.
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 PerformanceTuningAnalysis. Return type: str
-
result_object_storage_path
¶ [Required] Gets the result_object_storage_path of this PerformanceTuningAnalysis. Object storage path to the analysis.
Returns: The result_object_storage_path of this PerformanceTuningAnalysis. Return type: str
-
time_created
¶ [Required] Gets the time_created of this PerformanceTuningAnalysis. The date and time the Performance Tuning Analysis was created, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_created of this PerformanceTuningAnalysis. Return type: datetime
-
time_finished
¶ [Required] Gets the time_finished of this PerformanceTuningAnalysis. The date and time the Performance Tuning Analysis was finished, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_finished of this PerformanceTuningAnalysis. Return type: datetime
-
time_started
¶ [Required] Gets the time_started of this PerformanceTuningAnalysis. The date and time the Performance Tuning Analysis was started, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_started of this PerformanceTuningAnalysis. Return type: datetime
-
warning_count
¶ [Required] Gets the warning_count of this PerformanceTuningAnalysis. Number of warnings in the Performance Tuning Analysis.
Returns: The warning_count of this PerformanceTuningAnalysis. Return type: int
-