SqlInventory

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

Bases: object

Inventory details.

Methods

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

Attributes

sqls_analyzed [Required] Gets the sqls_analyzed of this SqlInventory.
total_databases [Required] Gets the total_databases of this SqlInventory.
total_sqls [Required] Gets the total_sqls of this SqlInventory.
__init__(**kwargs)

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

Parameters:
  • total_sqls (int) – The value to assign to the total_sqls property of this SqlInventory.
  • total_databases (int) – The value to assign to the total_databases property of this SqlInventory.
  • sqls_analyzed (int) – The value to assign to the sqls_analyzed property of this SqlInventory.
sqls_analyzed

[Required] Gets the sqls_analyzed of this SqlInventory. Total number of sqls analyzed by the query. Example 120

Returns:The sqls_analyzed of this SqlInventory.
Return type:int
total_databases

[Required] Gets the total_databases of this SqlInventory. Total number of Databases. Example 400

Returns:The total_databases of this SqlInventory.
Return type:int
total_sqls

[Required] Gets the total_sqls of this SqlInventory. Total number of sqls. Example 2000

Returns:The total_sqls of this SqlInventory.
Return type:int