DefaultConfigParams

class oci.psql.models.DefaultConfigParams(**kwargs)

Bases: object

Default database configuration.

Methods

__init__(**kwargs) Initializes a new DefaultConfigParams object with values from keyword arguments.

Attributes

allowed_values [Required] Gets the allowed_values of this DefaultConfigParams.
config_key [Required] Gets the config_key of this DefaultConfigParams.
data_type [Required] Gets the data_type of this DefaultConfigParams.
default_config_value [Required] Gets the default_config_value of this DefaultConfigParams.
description [Required] Gets the description of this DefaultConfigParams.
is_overridable [Required] Gets the is_overridable of this DefaultConfigParams.
is_restart_required [Required] Gets the is_restart_required of this DefaultConfigParams.
__init__(**kwargs)

Initializes a new DefaultConfigParams 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 DefaultConfigParams.
  • default_config_value (str) – The value to assign to the default_config_value property of this DefaultConfigParams.
  • allowed_values (str) – The value to assign to the allowed_values property of this DefaultConfigParams.
  • is_restart_required (bool) – The value to assign to the is_restart_required property of this DefaultConfigParams.
  • data_type (str) – The value to assign to the data_type property of this DefaultConfigParams.
  • is_overridable (bool) – The value to assign to the is_overridable property of this DefaultConfigParams.
  • description (str) – The value to assign to the description property of this DefaultConfigParams.
allowed_values

[Required] Gets the allowed_values of this DefaultConfigParams. Range or list of allowed values.

Returns:The allowed_values of this DefaultConfigParams.
Return type:str
config_key

[Required] Gets the config_key of this DefaultConfigParams. The configuration variable name.

Returns:The config_key of this DefaultConfigParams.
Return type:str
data_type

[Required] Gets the data_type of this DefaultConfigParams. Data type of the variable.

Returns:The data_type of this DefaultConfigParams.
Return type:str
default_config_value

[Required] Gets the default_config_value of this DefaultConfigParams. Default value for the variable.

Returns:The default_config_value of this DefaultConfigParams.
Return type:str
description

[Required] Gets the description of this DefaultConfigParams. Details about the PostgreSQL variable.

Returns:The description of this DefaultConfigParams.
Return type:str
is_overridable

[Required] Gets the is_overridable of this DefaultConfigParams. Whether the value can be overridden or not.

Returns:The is_overridable of this DefaultConfigParams.
Return type:bool
is_restart_required

[Required] Gets the is_restart_required of this DefaultConfigParams. If true, modifying this configuration value will require a restart.

Returns:The is_restart_required of this DefaultConfigParams.
Return type:bool