DefaultConfigurationInfo¶
-
class
oci.redis.models.
DefaultConfigurationInfo
(**kwargs)¶ Bases:
object
Details of a configuration setting in the OCI Cache Default Config Set.
Methods
__init__
(**kwargs)Initializes a new DefaultConfigurationInfo object with values from keyword arguments. Attributes
allowed_values
Gets the allowed_values of this DefaultConfigurationInfo. config_key
[Required] Gets the config_key of this DefaultConfigurationInfo. data_type
[Required] Gets the data_type of this DefaultConfigurationInfo. default_config_value
[Required] Gets the default_config_value of this DefaultConfigurationInfo. description
Gets the description of this DefaultConfigurationInfo. is_modifiable
[Required] Gets the is_modifiable of this DefaultConfigurationInfo. -
__init__
(**kwargs)¶ Initializes a new DefaultConfigurationInfo 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 DefaultConfigurationInfo.
- default_config_value (str) – The value to assign to the default_config_value property of this DefaultConfigurationInfo.
- allowed_values (str) – The value to assign to the allowed_values property of this DefaultConfigurationInfo.
- data_type (str) – The value to assign to the data_type property of this DefaultConfigurationInfo.
- is_modifiable (bool) – The value to assign to the is_modifiable property of this DefaultConfigurationInfo.
- description (str) – The value to assign to the description property of this DefaultConfigurationInfo.
-
allowed_values
¶ Gets the allowed_values of this DefaultConfigurationInfo. Allowed values for the configuration setting.
Returns: The allowed_values of this DefaultConfigurationInfo. Return type: str
-
config_key
¶ [Required] Gets the config_key of this DefaultConfigurationInfo. The key of the configuration setting.
Returns: The config_key of this DefaultConfigurationInfo. Return type: str
-
data_type
¶ [Required] Gets the data_type of this DefaultConfigurationInfo. The data type of the configuration setting.
Returns: The data_type of this DefaultConfigurationInfo. Return type: str
-
default_config_value
¶ [Required] Gets the default_config_value of this DefaultConfigurationInfo. The default value for the configuration setting.
Returns: The default_config_value of this DefaultConfigurationInfo. Return type: str
-
description
¶ Gets the description of this DefaultConfigurationInfo. Description of the configuration setting.
Returns: The description of this DefaultConfigurationInfo. Return type: str
-
is_modifiable
¶ [Required] Gets the is_modifiable of this DefaultConfigurationInfo. Indicates if the configuration is modifiable.
Returns: The is_modifiable of this DefaultConfigurationInfo. Return type: bool
-