UpdateDatabaseParametersResult¶
-
class
oci.database_management.models.
UpdateDatabaseParametersResult
(**kwargs)¶ Bases:
object
The results of database parameter update.
Methods
__init__
(**kwargs)Initializes a new UpdateDatabaseParametersResult object with values from keyword arguments. Attributes
status
[Required] Gets the status of this UpdateDatabaseParametersResult. -
__init__
(**kwargs)¶ Initializes a new UpdateDatabaseParametersResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: status (dict(str, DatabaseParameterUpdateStatus)) – The value to assign to the status property of this UpdateDatabaseParametersResult.
-
status
¶ [Required] Gets the status of this UpdateDatabaseParametersResult. A map with the parameter name as key and its update status as value.
Returns: The status of this UpdateDatabaseParametersResult. Return type: dict(str, DatabaseParameterUpdateStatus)
-