DbIormConfig¶
-
class
oci.database.models.
DbIormConfig
(**kwargs)¶ Bases:
object
The IORM configuration settings for the database.
Methods
__init__
(**kwargs)Initializes a new DbIormConfig object with values from keyword arguments. Attributes
db_name
Gets the db_name of this DbIormConfig. flash_cache_limit
Gets the flash_cache_limit of this DbIormConfig. share
Gets the share of this DbIormConfig. -
__init__
(**kwargs)¶ Initializes a new DbIormConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - db_name (str) – The value to assign to the db_name property of this DbIormConfig.
- share (int) – The value to assign to the share property of this DbIormConfig.
- flash_cache_limit (str) – The value to assign to the flash_cache_limit property of this DbIormConfig.
-
db_name
¶ Gets the db_name of this DbIormConfig. The database name. For the default DbPlan, the dbName is default.
Returns: The db_name of this DbIormConfig. Return type: str
-
flash_cache_limit
¶ Gets the flash_cache_limit of this DbIormConfig. The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
Returns: The flash_cache_limit of this DbIormConfig. Return type: str
Gets the share of this DbIormConfig. The relative priority of this database.
Returns: The share of this DbIormConfig. Return type: int
-