ChangeDatabaseParameterDetails¶
-
class
oci.database_management.models.
ChangeDatabaseParameterDetails
(**kwargs)¶ Bases:
object
The value of a database parameter to change.
Methods
__init__
(**kwargs)Initializes a new ChangeDatabaseParameterDetails object with values from keyword arguments. Attributes
name
[Required] Gets the name of this ChangeDatabaseParameterDetails. update_comment
Gets the update_comment of this ChangeDatabaseParameterDetails. value
[Required] Gets the value of this ChangeDatabaseParameterDetails. -
__init__
(**kwargs)¶ Initializes a new ChangeDatabaseParameterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ChangeDatabaseParameterDetails.
- value (str) – The value to assign to the value property of this ChangeDatabaseParameterDetails.
- update_comment (str) – The value to assign to the update_comment property of this ChangeDatabaseParameterDetails.
-
name
¶ [Required] Gets the name of this ChangeDatabaseParameterDetails. The parameter name.
Returns: The name of this ChangeDatabaseParameterDetails. Return type: str
-
update_comment
¶ Gets the update_comment of this ChangeDatabaseParameterDetails. A comment string to associate with the change in parameter value. It cannot contain control characters or a line break.
Returns: The update_comment of this ChangeDatabaseParameterDetails. Return type: str
-
value
¶ [Required] Gets the value of this ChangeDatabaseParameterDetails. The parameter value.
Returns: The value of this ChangeDatabaseParameterDetails. Return type: str
-