MySqlConfigurationDataSummary¶
-
class
oci.database_management.models.
MySqlConfigurationDataSummary
(**kwargs)¶ Bases:
object
The configuration variables for a MySQL Database.
Attributes
SOURCE_COMMAND_LINE
A constant which can be used with the source property of a MySqlConfigurationDataSummary. SOURCE_COMPILED
A constant which can be used with the source property of a MySqlConfigurationDataSummary. SOURCE_DYNAMIC
A constant which can be used with the source property of a MySqlConfigurationDataSummary. SOURCE_EXPLICIT
A constant which can be used with the source property of a MySqlConfigurationDataSummary. SOURCE_EXTRA
A constant which can be used with the source property of a MySqlConfigurationDataSummary. SOURCE_GLOBAL
A constant which can be used with the source property of a MySqlConfigurationDataSummary. SOURCE_LOGIN
A constant which can be used with the source property of a MySqlConfigurationDataSummary. SOURCE_PERSISTED
A constant which can be used with the source property of a MySqlConfigurationDataSummary. SOURCE_SERVER
A constant which can be used with the source property of a MySqlConfigurationDataSummary. SOURCE_USER
A constant which can be used with the source property of a MySqlConfigurationDataSummary. default_value
[Required] Gets the default_value of this MySqlConfigurationDataSummary. description
[Required] Gets the description of this MySqlConfigurationDataSummary. host_set
[Required] Gets the host_set of this MySqlConfigurationDataSummary. is_configurable
[Required] Gets the is_configurable of this MySqlConfigurationDataSummary. is_dynamic
[Required] Gets the is_dynamic of this MySqlConfigurationDataSummary. is_init
[Required] Gets the is_init of this MySqlConfigurationDataSummary. max_value
[Required] Gets the max_value of this MySqlConfigurationDataSummary. min_value
[Required] Gets the min_value of this MySqlConfigurationDataSummary. name
[Required] Gets the name of this MySqlConfigurationDataSummary. path
[Required] Gets the path of this MySqlConfigurationDataSummary. possible_values
[Required] Gets the possible_values of this MySqlConfigurationDataSummary. source
[Required] Gets the source of this MySqlConfigurationDataSummary. supported_versions
[Required] Gets the supported_versions of this MySqlConfigurationDataSummary. time_set
[Required] Gets the time_set of this MySqlConfigurationDataSummary. type
[Required] Gets the type of this MySqlConfigurationDataSummary. user_set
[Required] Gets the user_set of this MySqlConfigurationDataSummary. value
[Required] Gets the value of this MySqlConfigurationDataSummary. Methods
__init__
(**kwargs)Initializes a new MySqlConfigurationDataSummary object with values from keyword arguments. -
SOURCE_COMMAND_LINE
= 'COMMAND_LINE'¶ A constant which can be used with the source property of a MySqlConfigurationDataSummary. This constant has a value of “COMMAND_LINE”
-
SOURCE_COMPILED
= 'COMPILED'¶ A constant which can be used with the source property of a MySqlConfigurationDataSummary. This constant has a value of “COMPILED”
-
SOURCE_DYNAMIC
= 'DYNAMIC'¶ A constant which can be used with the source property of a MySqlConfigurationDataSummary. This constant has a value of “DYNAMIC”
-
SOURCE_EXPLICIT
= 'EXPLICIT'¶ A constant which can be used with the source property of a MySqlConfigurationDataSummary. This constant has a value of “EXPLICIT”
-
SOURCE_EXTRA
= 'EXTRA'¶ A constant which can be used with the source property of a MySqlConfigurationDataSummary. This constant has a value of “EXTRA”
-
SOURCE_GLOBAL
= 'GLOBAL'¶ A constant which can be used with the source property of a MySqlConfigurationDataSummary. This constant has a value of “GLOBAL”
-
SOURCE_LOGIN
= 'LOGIN'¶ A constant which can be used with the source property of a MySqlConfigurationDataSummary. This constant has a value of “LOGIN”
-
SOURCE_PERSISTED
= 'PERSISTED'¶ A constant which can be used with the source property of a MySqlConfigurationDataSummary. This constant has a value of “PERSISTED”
-
SOURCE_SERVER
= 'SERVER'¶ A constant which can be used with the source property of a MySqlConfigurationDataSummary. This constant has a value of “SERVER”
-
SOURCE_USER
= 'USER'¶ A constant which can be used with the source property of a MySqlConfigurationDataSummary. This constant has a value of “USER”
-
__init__
(**kwargs)¶ Initializes a new MySqlConfigurationDataSummary 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 MySqlConfigurationDataSummary.
- value (str) – The value to assign to the value property of this MySqlConfigurationDataSummary.
- source (str) – The value to assign to the source property of this MySqlConfigurationDataSummary. Allowed values for this property are: “COMPILED”, “GLOBAL”, “SERVER”, “EXPLICIT”, “EXTRA”, “USER”, “LOGIN”, “COMMAND_LINE”, “PERSISTED”, “DYNAMIC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- min_value (float) – The value to assign to the min_value property of this MySqlConfigurationDataSummary.
- max_value (float) – The value to assign to the max_value property of this MySqlConfigurationDataSummary.
- type (str) – The value to assign to the type property of this MySqlConfigurationDataSummary.
- default_value (str) – The value to assign to the default_value property of this MySqlConfigurationDataSummary.
- time_set (datetime) – The value to assign to the time_set property of this MySqlConfigurationDataSummary.
- host_set (str) – The value to assign to the host_set property of this MySqlConfigurationDataSummary.
- user_set (str) – The value to assign to the user_set property of this MySqlConfigurationDataSummary.
- is_dynamic (bool) – The value to assign to the is_dynamic property of this MySqlConfigurationDataSummary.
- is_init (bool) – The value to assign to the is_init property of this MySqlConfigurationDataSummary.
- is_configurable (bool) – The value to assign to the is_configurable property of this MySqlConfigurationDataSummary.
- path (str) – The value to assign to the path property of this MySqlConfigurationDataSummary.
- description (str) – The value to assign to the description property of this MySqlConfigurationDataSummary.
- possible_values (str) – The value to assign to the possible_values property of this MySqlConfigurationDataSummary.
- supported_versions (str) – The value to assign to the supported_versions property of this MySqlConfigurationDataSummary.
-
default_value
¶ [Required] Gets the default_value of this MySqlConfigurationDataSummary. The default value of the variable.
Returns: The default_value of this MySqlConfigurationDataSummary. Return type: str
-
description
¶ [Required] Gets the description of this MySqlConfigurationDataSummary. The description of the variable.
Returns: The description of this MySqlConfigurationDataSummary. Return type: str
-
host_set
¶ [Required] Gets the host_set of this MySqlConfigurationDataSummary. The host from where the value of the variable was set. This is empty for a MySQL Database System.
Returns: The host_set of this MySqlConfigurationDataSummary. Return type: str
-
is_configurable
¶ [Required] Gets the is_configurable of this MySqlConfigurationDataSummary. Indicates whether the variable is configurable.
Returns: The is_configurable of this MySqlConfigurationDataSummary. Return type: bool
-
is_dynamic
¶ [Required] Gets the is_dynamic of this MySqlConfigurationDataSummary. Indicates whether the variable can be set dynamically or not.
Returns: The is_dynamic of this MySqlConfigurationDataSummary. Return type: bool
-
is_init
¶ [Required] Gets the is_init of this MySqlConfigurationDataSummary. Indicates whether the variable is set at server startup.
Returns: The is_init of this MySqlConfigurationDataSummary. Return type: bool
-
max_value
¶ [Required] Gets the max_value of this MySqlConfigurationDataSummary. The maximum value of the variable.
Returns: The max_value of this MySqlConfigurationDataSummary. Return type: float
-
min_value
¶ [Required] Gets the min_value of this MySqlConfigurationDataSummary. The minimum value of the variable.
Returns: The min_value of this MySqlConfigurationDataSummary. Return type: float
-
name
¶ [Required] Gets the name of this MySqlConfigurationDataSummary. The name of the configuration variable
Returns: The name of this MySqlConfigurationDataSummary. Return type: str
-
path
¶ [Required] Gets the path of this MySqlConfigurationDataSummary. The path name of the option file (VARIABLE_PATH), if the variable was set in an option file. If the variable was not set in an
Returns: The path of this MySqlConfigurationDataSummary. Return type: str
-
possible_values
¶ [Required] Gets the possible_values of this MySqlConfigurationDataSummary. The comma-separated list of possible values for the variable in value:valueDescription format.
Returns: The possible_values of this MySqlConfigurationDataSummary. Return type: str
-
source
¶ [Required] Gets the source of this MySqlConfigurationDataSummary. The source from which the variable was most recently set.
Allowed values for this property are: “COMPILED”, “GLOBAL”, “SERVER”, “EXPLICIT”, “EXTRA”, “USER”, “LOGIN”, “COMMAND_LINE”, “PERSISTED”, “DYNAMIC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The source of this MySqlConfigurationDataSummary. Return type: str
-
supported_versions
¶ [Required] Gets the supported_versions of this MySqlConfigurationDataSummary. The comma-separated list of MySQL versions that support the variable.
Returns: The supported_versions of this MySqlConfigurationDataSummary. Return type: str
-
time_set
¶ [Required] Gets the time_set of this MySqlConfigurationDataSummary. The time when the value of the variable was set.
Returns: The time_set of this MySqlConfigurationDataSummary. Return type: datetime
-
type
¶ [Required] Gets the type of this MySqlConfigurationDataSummary. The type of variable.
Returns: The type of this MySqlConfigurationDataSummary. Return type: str
-
user_set
¶ [Required] Gets the user_set of this MySqlConfigurationDataSummary. The user who sets the value of the variable. This is empty for a MySQL Database System.
Returns: The user_set of this MySqlConfigurationDataSummary. Return type: str
-
value
¶ [Required] Gets the value of this MySqlConfigurationDataSummary. The value of the variable.
Returns: The value of this MySqlConfigurationDataSummary. Return type: str
-