ConfigOverrides¶
-
class
oci.psql.models.
ConfigOverrides
(**kwargs)¶ Bases:
object
Configuration overrides for a PostgreSQL instance.
Methods
__init__
(**kwargs)Initializes a new ConfigOverrides object with values from keyword arguments. Attributes
config_key
[Required] Gets the config_key of this ConfigOverrides. overriden_config_value
[Required] Gets the overriden_config_value of this ConfigOverrides. -
__init__
(**kwargs)¶ Initializes a new ConfigOverrides object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - config_key (str) – The value to assign to the config_key property of this ConfigOverrides.
- overriden_config_value (str) – The value to assign to the overriden_config_value property of this ConfigOverrides.
-
config_key
¶ [Required] Gets the config_key of this ConfigOverrides. Configuration variable name.
Returns: The config_key of this ConfigOverrides. Return type: str
-
overriden_config_value
¶ [Required] Gets the overriden_config_value of this ConfigOverrides. User-selected variable value.
Returns: The overriden_config_value of this ConfigOverrides. Return type: str
-