SqlSearchSummary

class oci.opsi.models.SqlSearchSummary(**kwargs)

Bases: object

Database summary object resulting from a sql search operation.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this SqlSearchSummary.
database_display_name [Required] Gets the database_display_name of this SqlSearchSummary.
database_id [Required] Gets the database_id of this SqlSearchSummary.
database_name [Required] Gets the database_name of this SqlSearchSummary.
database_type [Required] Gets the database_type of this SqlSearchSummary.
database_version [Required] Gets the database_version of this SqlSearchSummary.
id [Required] Gets the id of this SqlSearchSummary.
__init__(**kwargs)

Initializes a new SqlSearchSummary 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 SqlSearchSummary.
  • database_id (str) – The value to assign to the database_id property of this SqlSearchSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this SqlSearchSummary.
  • database_name (str) – The value to assign to the database_name property of this SqlSearchSummary.
  • database_display_name (str) – The value to assign to the database_display_name property of this SqlSearchSummary.
  • database_type (str) – The value to assign to the database_type property of this SqlSearchSummary.
  • database_version (str) – The value to assign to the database_version property of this SqlSearchSummary.
compartment_id

[Required] Gets the compartment_id of this SqlSearchSummary. The OCID of the compartment.

Returns:The compartment_id of this SqlSearchSummary.
Return type:str
database_display_name

[Required] Gets the database_display_name of this SqlSearchSummary. The user-friendly name for the database. The name does not have to be unique.

Returns:The database_display_name of this SqlSearchSummary.
Return type:str
database_id

[Required] Gets the database_id of this SqlSearchSummary. The OCID of the database.

Returns:The database_id of this SqlSearchSummary.
Return type:str
database_name

[Required] Gets the database_name of this SqlSearchSummary. The database name. The database name is unique within the tenancy.

Returns:The database_name of this SqlSearchSummary.
Return type:str
database_type

[Required] Gets the database_type of this SqlSearchSummary. Operations Insights internal representation of the database type.

Returns:The database_type of this SqlSearchSummary.
Return type:str
database_version

[Required] Gets the database_version of this SqlSearchSummary. The version of the database.

Returns:The database_version of this SqlSearchSummary.
Return type:str
id

[Required] Gets the id of this SqlSearchSummary. The OCID of the database insight resource.

Returns:The id of this SqlSearchSummary.
Return type:str