CreateConfigurationDetails¶
-
class
oci.mysql.models.
CreateConfigurationDetails
(**kwargs)¶ Bases:
object
The details required to create a new Configuration.
Methods
__init__
(**kwargs)Initializes a new CreateConfigurationDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateConfigurationDetails. defined_tags
Gets the defined_tags of this CreateConfigurationDetails. description
Gets the description of this CreateConfigurationDetails. display_name
Gets the display_name of this CreateConfigurationDetails. freeform_tags
Gets the freeform_tags of this CreateConfigurationDetails. init_variables
Gets the init_variables of this CreateConfigurationDetails. parent_configuration_id
Gets the parent_configuration_id of this CreateConfigurationDetails. shape_name
[Required] Gets the shape_name of this CreateConfigurationDetails. variables
Gets the variables of this CreateConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new CreateConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateConfigurationDetails.
- description (str) – The value to assign to the description property of this CreateConfigurationDetails.
- display_name (str) – The value to assign to the display_name property of this CreateConfigurationDetails.
- shape_name (str) – The value to assign to the shape_name property of this CreateConfigurationDetails.
- init_variables (oci.mysql.models.InitializationVariables) – The value to assign to the init_variables property of this CreateConfigurationDetails.
- variables (oci.mysql.models.ConfigurationVariables) – The value to assign to the variables property of this CreateConfigurationDetails.
- parent_configuration_id (str) – The value to assign to the parent_configuration_id property of this CreateConfigurationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateConfigurationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateConfigurationDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateConfigurationDetails. The OCID of the compartment.
Returns: The compartment_id of this CreateConfigurationDetails. Return type: str
Gets the defined_tags of this CreateConfigurationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateConfigurationDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateConfigurationDetails. User-provided data about the Configuration.
Returns: The description of this CreateConfigurationDetails. Return type: str
-
display_name
¶ Gets the display_name of this CreateConfigurationDetails. The display name of the Configuration.
Returns: The display_name of this CreateConfigurationDetails. Return type: str
Gets the freeform_tags of this CreateConfigurationDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this CreateConfigurationDetails. Return type: dict(str, str)
-
init_variables
¶ Gets the init_variables of this CreateConfigurationDetails.
Returns: The init_variables of this CreateConfigurationDetails. Return type: oci.mysql.models.InitializationVariables
-
parent_configuration_id
¶ Gets the parent_configuration_id of this CreateConfigurationDetails. The OCID of the Configuration from which the new Configuration is derived. The values in CreateConfigurationDetails.variables supersede the variables of the parent Configuration.
Returns: The parent_configuration_id of this CreateConfigurationDetails. Return type: str
-
shape_name
¶ [Required] Gets the shape_name of this CreateConfigurationDetails. The name of the associated Shape.
Returns: The shape_name of this CreateConfigurationDetails. Return type: str
-
variables
¶ Gets the variables of this CreateConfigurationDetails.
Returns: The variables of this CreateConfigurationDetails. Return type: oci.mysql.models.ConfigurationVariables
-