PerformanceTuningAnalysisTarget

class oci.jms_utils.models.PerformanceTuningAnalysisTarget(**kwargs)

Bases: object

The target for the Performance Tuning Analysis

Methods

__init__(**kwargs) Initializes a new PerformanceTuningAnalysisTarget object with values from keyword arguments.

Attributes

analysis_project_name [Required] Gets the analysis_project_name of this PerformanceTuningAnalysisTarget.
artifact_object_storage_path [Required] Gets the artifact_object_storage_path of this PerformanceTuningAnalysisTarget.
__init__(**kwargs)

Initializes a new PerformanceTuningAnalysisTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • analysis_project_name (str) – The value to assign to the analysis_project_name property of this PerformanceTuningAnalysisTarget.
  • artifact_object_storage_path (str) – The value to assign to the artifact_object_storage_path property of this PerformanceTuningAnalysisTarget.
analysis_project_name

[Required] Gets the analysis_project_name of this PerformanceTuningAnalysisTarget. Name of the analysis project.

Returns:The analysis_project_name of this PerformanceTuningAnalysisTarget.
Return type:str
artifact_object_storage_path

[Required] Gets the artifact_object_storage_path of this PerformanceTuningAnalysisTarget. Object storage path to the artifact.

Returns:The artifact_object_storage_path of this PerformanceTuningAnalysisTarget.
Return type:str