PerformanceTuningAnalysisSummary¶
-
class
oci.jms_utils.models.
PerformanceTuningAnalysisSummary
(**kwargs)¶ Bases:
object
Summary information about a Performance Tuning Analysis.
Methods
__init__
(**kwargs)Initializes a new PerformanceTuningAnalysisSummary object with values from keyword arguments. Attributes
analysis_project_name
[Required] Gets the analysis_project_name of this PerformanceTuningAnalysisSummary. artifact_object_storage_path
[Required] Gets the artifact_object_storage_path of this PerformanceTuningAnalysisSummary. compartment_id
[Required] Gets the compartment_id of this PerformanceTuningAnalysisSummary. created_by
[Required] Gets the created_by of this PerformanceTuningAnalysisSummary. id
[Required] Gets the id of this PerformanceTuningAnalysisSummary. result
[Required] Gets the result of this PerformanceTuningAnalysisSummary. result_object_storage_path
[Required] Gets the result_object_storage_path of this PerformanceTuningAnalysisSummary. time_created
[Required] Gets the time_created of this PerformanceTuningAnalysisSummary. time_finished
[Required] Gets the time_finished of this PerformanceTuningAnalysisSummary. time_started
[Required] Gets the time_started of this PerformanceTuningAnalysisSummary. warning_count
[Required] Gets the warning_count of this PerformanceTuningAnalysisSummary. work_request_id
[Required] Gets the work_request_id of this PerformanceTuningAnalysisSummary. -
__init__
(**kwargs)¶ Initializes a new PerformanceTuningAnalysisSummary 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 PerformanceTuningAnalysisSummary.
- work_request_id (str) – The value to assign to the work_request_id property of this PerformanceTuningAnalysisSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this PerformanceTuningAnalysisSummary.
- analysis_project_name (str) – The value to assign to the analysis_project_name property of this PerformanceTuningAnalysisSummary.
- warning_count (int) – The value to assign to the warning_count property of this PerformanceTuningAnalysisSummary.
- result (str) – The value to assign to the result property of this PerformanceTuningAnalysisSummary.
- result_object_storage_path (str) – The value to assign to the result_object_storage_path property of this PerformanceTuningAnalysisSummary.
- artifact_object_storage_path (str) – The value to assign to the artifact_object_storage_path property of this PerformanceTuningAnalysisSummary.
- time_created (datetime) – The value to assign to the time_created property of this PerformanceTuningAnalysisSummary.
- time_started (datetime) – The value to assign to the time_started property of this PerformanceTuningAnalysisSummary.
- time_finished (datetime) – The value to assign to the time_finished property of this PerformanceTuningAnalysisSummary.
- created_by (oci.jms_utils.models.Principal) – The value to assign to the created_by property of this PerformanceTuningAnalysisSummary.
-
analysis_project_name
¶ [Required] Gets the analysis_project_name of this PerformanceTuningAnalysisSummary. Name of the analysis project.
Returns: The analysis_project_name of this PerformanceTuningAnalysisSummary. Return type: str
-
artifact_object_storage_path
¶ [Required] Gets the artifact_object_storage_path of this PerformanceTuningAnalysisSummary. Object storage path to the artifact.
Returns: The artifact_object_storage_path of this PerformanceTuningAnalysisSummary. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this PerformanceTuningAnalysisSummary. The OCID of the compartment.
Returns: The compartment_id of this PerformanceTuningAnalysisSummary. Return type: str
-
created_by
¶ [Required] Gets the created_by of this PerformanceTuningAnalysisSummary.
Returns: The created_by of this PerformanceTuningAnalysisSummary. Return type: oci.jms_utils.models.Principal
-
id
¶ [Required] Gets the id of this PerformanceTuningAnalysisSummary. The OCID of the Performance Tuning Analysis.
Returns: The id of this PerformanceTuningAnalysisSummary. Return type: str
-
result
¶ [Required] Gets the result of this PerformanceTuningAnalysisSummary. Possible Performance Tuning Result statuses.
Returns: The result of this PerformanceTuningAnalysisSummary. Return type: str
-
result_object_storage_path
¶ [Required] Gets the result_object_storage_path of this PerformanceTuningAnalysisSummary. Object storage path to the analysis.
Returns: The result_object_storage_path of this PerformanceTuningAnalysisSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this PerformanceTuningAnalysisSummary. 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 PerformanceTuningAnalysisSummary. Return type: datetime
-
time_finished
¶ [Required] Gets the time_finished of this PerformanceTuningAnalysisSummary. 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 PerformanceTuningAnalysisSummary. Return type: datetime
-
time_started
¶ [Required] Gets the time_started of this PerformanceTuningAnalysisSummary. 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 PerformanceTuningAnalysisSummary. Return type: datetime
-
warning_count
¶ [Required] Gets the warning_count of this PerformanceTuningAnalysisSummary. Number of warnings in the Performance Tuning Analysis.
Returns: The warning_count of this PerformanceTuningAnalysisSummary. Return type: int
-