ValidateBasicFilterDetails

class oci.database_management.models.ValidateBasicFilterDetails(**kwargs)

Bases: object

Validate the basic filter criteria provided by the user. It takes either credentialDetails or databaseCredential. It’s recommended to provide databaseCredential

Methods

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

Attributes

basic_filter [Required] Gets the basic_filter of this ValidateBasicFilterDetails.
credential_details Gets the credential_details of this ValidateBasicFilterDetails.
database_credential Gets the database_credential of this ValidateBasicFilterDetails.
name [Required] Gets the name of this ValidateBasicFilterDetails.
owner [Required] Gets the owner of this ValidateBasicFilterDetails.
__init__(**kwargs)

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

Parameters:
  • credential_details (oci.database_management.models.SqlTuningSetAdminCredentialDetails) – The value to assign to the credential_details property of this ValidateBasicFilterDetails.
  • database_credential (oci.database_management.models.DatabaseCredentialDetails) – The value to assign to the database_credential property of this ValidateBasicFilterDetails.
  • owner (str) – The value to assign to the owner property of this ValidateBasicFilterDetails.
  • name (str) – The value to assign to the name property of this ValidateBasicFilterDetails.
  • basic_filter (str) – The value to assign to the basic_filter property of this ValidateBasicFilterDetails.
basic_filter

[Required] Gets the basic_filter of this ValidateBasicFilterDetails. Specifies the Sql predicate to filter the Sql from the Sql tuning set defined on attributes of the SQLSET_ROW. User could use any combination of the following columns with appropriate values as Sql predicate Refer to the documentation https://docs.oracle.com/en/database/oracle/oracle-database/18/arpls/DBMS_SQLTUNE.html#GUID-1F4AFB03-7B29-46FC-B3F2-CB01EC36326C

Returns:The basic_filter of this ValidateBasicFilterDetails.
Return type:str
credential_details

Gets the credential_details of this ValidateBasicFilterDetails.

Returns:The credential_details of this ValidateBasicFilterDetails.
Return type:oci.database_management.models.SqlTuningSetAdminCredentialDetails
database_credential

Gets the database_credential of this ValidateBasicFilterDetails.

Returns:The database_credential of this ValidateBasicFilterDetails.
Return type:oci.database_management.models.DatabaseCredentialDetails
name

[Required] Gets the name of this ValidateBasicFilterDetails. The name of the Sql tuning set.

Returns:The name of this ValidateBasicFilterDetails.
Return type:str
owner

[Required] Gets the owner of this ValidateBasicFilterDetails. The owner of the Sql tuning set.

Returns:The owner of this ValidateBasicFilterDetails.
Return type:str