SqlTuningSetInput¶
-
class
oci.database_management.models.
SqlTuningSetInput
(**kwargs)¶ Bases:
object
The SQL tuning set for a SQL tuning task.
Methods
__init__
(**kwargs)Initializes a new SqlTuningSetInput object with values from keyword arguments. Attributes
name
[Required] Gets the name of this SqlTuningSetInput. owner
[Required] Gets the owner of this SqlTuningSetInput. -
__init__
(**kwargs)¶ Initializes a new SqlTuningSetInput object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this SqlTuningSetInput.
- owner (str) – The value to assign to the owner property of this SqlTuningSetInput.
-
name
¶ [Required] Gets the name of this SqlTuningSetInput. The name of the SQL tuning set.
Returns: The name of this SqlTuningSetInput. Return type: str
-
owner
¶ [Required] Gets the owner of this SqlTuningSetInput. The owner of the SQL tuning set.
Returns: The owner of this SqlTuningSetInput. Return type: str
-