PerformanceTuningAnalysis¶
-
class
oci.jms.models.
PerformanceTuningAnalysis
(**kwargs)¶ Bases:
object
Performance tuning analysis configuration
Methods
__init__
(**kwargs)Initializes a new PerformanceTuningAnalysis object with values from keyword arguments. Attributes
is_enabled
Gets the is_enabled of this PerformanceTuningAnalysis. -
__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: is_enabled (bool) – The value to assign to the is_enabled property of this PerformanceTuningAnalysis.
-
is_enabled
¶ Gets the is_enabled of this PerformanceTuningAnalysis. PerformanceTuningAnalysis flag to store enabled or disabled status
Returns: The is_enabled of this PerformanceTuningAnalysis. Return type: bool
-