DbIormConfigUpdateDetail¶
-
class
oci.database.models.
DbIormConfigUpdateDetail
(**kwargs)¶ Bases:
object
Details of the IORM configuration settings update request.
Methods
__init__
(**kwargs)Initializes a new DbIormConfigUpdateDetail object with values from keyword arguments. Attributes
db_name
Gets the db_name of this DbIormConfigUpdateDetail. share
Gets the share of this DbIormConfigUpdateDetail. -
__init__
(**kwargs)¶ Initializes a new DbIormConfigUpdateDetail 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 DbIormConfigUpdateDetail.
- share (int) – The value to assign to the share property of this DbIormConfigUpdateDetail.
-
db_name
¶ Gets the db_name of this DbIormConfigUpdateDetail. The database name. For the default DbPlan, the dbName is default.
Returns: The db_name of this DbIormConfigUpdateDetail. Return type: str
Gets the share of this DbIormConfigUpdateDetail. The relative priority of this database.
Returns: The share of this DbIormConfigUpdateDetail. Return type: int
-