📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
mysql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/mysql/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_configuration_details.cpython-39.pyc
a ���fc* � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateConfigurationDetailsz= The details required to create a new Configuration. c K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new CreateConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateConfigurationDetails. :type compartment_id: str :param description: The value to assign to the description property of this CreateConfigurationDetails. :type description: str :param display_name: The value to assign to the display_name property of this CreateConfigurationDetails. :type display_name: str :param shape_name: The value to assign to the shape_name property of this CreateConfigurationDetails. :type shape_name: str :param init_variables: The value to assign to the init_variables property of this CreateConfigurationDetails. :type init_variables: oci.mysql.models.InitializationVariables :param variables: The value to assign to the variables property of this CreateConfigurationDetails. :type variables: oci.mysql.models.ConfigurationVariables :param parent_configuration_id: The value to assign to the parent_configuration_id property of this CreateConfigurationDetails. :type parent_configuration_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateConfigurationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateConfigurationDetails. :type defined_tags: dict(str, dict(str, object)) �strZInitializationVariablesZConfigurationVariableszdict(str, str)zdict(str, dict(str, object))) �compartment_id�description�display_name� shape_name�init_variables� variables�parent_configuration_id� freeform_tags�defined_tagsZ compartmentIdr ZdisplayNameZ shapeNameZ initVariablesr ZparentConfigurationIdZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_compartment_id�_description� _display_name�_shape_name�_init_variables� _variables�_parent_configuration_id�_freeform_tags� _defined_tags)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/mysql/models/create_configuration_details.py�__init__ s: +� �z#CreateConfigurationDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateConfigurationDetails. The OCID of the compartment. :return: The compartment_id of this CreateConfigurationDetails. :rtype: str �r �r r r r r ^ s z)CreateConfigurationDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateConfigurationDetails. The OCID of the compartment. :param compartment_id: The compartment_id of this CreateConfigurationDetails. :type: str Nr )r r r r r r j s c C s | j S )z� Gets the description of this CreateConfigurationDetails. User-provided data about the Configuration. :return: The description of this CreateConfigurationDetails. :rtype: str �r r r r r r v s z&CreateConfigurationDetails.descriptionc C s || _ dS )z� Sets the description of this CreateConfigurationDetails. User-provided data about the Configuration. :param description: The description of this CreateConfigurationDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the display_name of this CreateConfigurationDetails. The display name of the Configuration. :return: The display_name of this CreateConfigurationDetails. :rtype: str �r r r r r r � s z'CreateConfigurationDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateConfigurationDetails. The display name of the Configuration. :param display_name: The display_name of this CreateConfigurationDetails. :type: str Nr"