ruạṛ
a ���fڍ � @ 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 ZdZdZdZdZdZdd� Ze dd� �Z e jdd� �Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �ZejdAd@� �Ze dBdC� �ZejdDdC� �Ze dEdF� �Z e jdGdF� �Z e dHdI� �Z!e!jdJdI� �Z!e dKdL� �Z"e"jdMdL� �Z"e dNdO� �Z#e#jdPdO� �Z#e dQdR� �Z$e$jdSdR� �Z$e dTdU� �Z%e%jdVdU� �Z%e dWdX� �Z&e&jdYdX� �Z&dZd[� Z'd\d]� Z(d^d_� Z)d`S )a�CreateDbSystemDetailsz1 Details required to create a DB System. �ENABLED�DISABLEDc K s, ddddddddddddddddddddddd d ddddd �| _ ddddddddddddddddddd d!d"d#d$d%d&d'd(d)d �| _d*| _d*| _d*| _d*| _d*| _d*| _d*| _d*| _ d*| _ d*| _d*| _d*| _ d*| _d*| _d*| _d*| _d*| _d*| _d*| _d*| _d*| _d*| _d*| _d*| _d*| _d*| _d*| _d*| _d*S )+a� Initializes a new CreateDbSystemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateDbSystemDetails. :type display_name: str :param description: The value to assign to the description property of this CreateDbSystemDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateDbSystemDetails. :type compartment_id: str :param is_highly_available: The value to assign to the is_highly_available property of this CreateDbSystemDetails. :type is_highly_available: bool :param availability_domain: The value to assign to the availability_domain property of this CreateDbSystemDetails. :type availability_domain: str :param fault_domain: The value to assign to the fault_domain property of this CreateDbSystemDetails. :type fault_domain: str :param configuration_id: The value to assign to the configuration_id property of this CreateDbSystemDetails. :type configuration_id: str :param shape_name: The value to assign to the shape_name property of this CreateDbSystemDetails. :type shape_name: str :param mysql_version: The value to assign to the mysql_version property of this CreateDbSystemDetails. :type mysql_version: str :param subnet_id: The value to assign to the subnet_id property of this CreateDbSystemDetails. :type subnet_id: str :param admin_username: The value to assign to the admin_username property of this CreateDbSystemDetails. :type admin_username: str :param admin_password: The value to assign to the admin_password property of this CreateDbSystemDetails. :type admin_password: str :param data_storage_size_in_gbs: The value to assign to the data_storage_size_in_gbs property of this CreateDbSystemDetails. :type data_storage_size_in_gbs: int :param data_storage: The value to assign to the data_storage property of this CreateDbSystemDetails. :type data_storage: oci.mysql.models.DataStorageDetails :param hostname_label: The value to assign to the hostname_label property of this CreateDbSystemDetails. :type hostname_label: str :param ip_address: The value to assign to the ip_address property of this CreateDbSystemDetails. :type ip_address: str :param port: The value to assign to the port property of this CreateDbSystemDetails. :type port: int :param port_x: The value to assign to the port_x property of this CreateDbSystemDetails. :type port_x: int :param backup_policy: The value to assign to the backup_policy property of this CreateDbSystemDetails. :type backup_policy: oci.mysql.models.CreateBackupPolicyDetails :param source: The value to assign to the source property of this CreateDbSystemDetails. :type source: oci.mysql.models.CreateDbSystemSourceDetails :param maintenance: The value to assign to the maintenance property of this CreateDbSystemDetails. :type maintenance: oci.mysql.models.CreateMaintenanceDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateDbSystemDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDbSystemDetails. :type defined_tags: dict(str, dict(str, object)) :param deletion_policy: The value to assign to the deletion_policy property of this CreateDbSystemDetails. :type deletion_policy: oci.mysql.models.CreateDeletionPolicyDetails :param crash_recovery: The value to assign to the crash_recovery property of this CreateDbSystemDetails. Allowed values for this property are: "ENABLED", "DISABLED" :type crash_recovery: str :param database_management: The value to assign to the database_management property of this CreateDbSystemDetails. Allowed values for this property are: "ENABLED", "DISABLED" :type database_management: str :param secure_connections: The value to assign to the secure_connections property of this CreateDbSystemDetails. :type secure_connections: oci.mysql.models.SecureConnectionDetails :param customer_contacts: The value to assign to the customer_contacts property of this CreateDbSystemDetails. :type customer_contacts: list[oci.mysql.models.CustomerContact] �str�bool�intZDataStorageDetailsZCreateBackupPolicyDetailsZCreateDbSystemSourceDetailsZCreateMaintenanceDetailszdict(str, str)zdict(str, dict(str, object))ZCreateDeletionPolicyDetailsZSecureConnectionDetailszlist[CustomerContact])�display_name�description�compartment_id�is_highly_available�availability_domain�fault_domain�configuration_id� shape_name� mysql_version� subnet_id�admin_username�admin_password�data_storage_size_in_gbs�data_storage�hostname_label� ip_address�port�port_x� backup_policy�source�maintenance� freeform_tags�defined_tags�deletion_policy�crash_recovery�database_management�secure_connections�customer_contactsZdisplayNamer Z compartmentIdZisHighlyAvailableZavailabilityDomainZfaultDomainZconfigurationIdZ shapeNameZmysqlVersionZsubnetIdZ adminUsernameZ adminPasswordZdataStorageSizeInGBsZdataStorageZ hostnameLabelZ ipAddressr ZportXZbackupPolicyr r ZfreeformTagsZdefinedTagsZdeletionPolicyZ crashRecoveryZdatabaseManagementZsecureConnectionsZcustomerContactsN)Z swagger_typesZ attribute_map� _display_name�_description�_compartment_id�_is_highly_available�_availability_domain� _fault_domain�_configuration_id�_shape_name�_mysql_version� _subnet_id�_admin_username�_admin_password�_data_storage_size_in_gbs� _data_storage�_hostname_label�_ip_address�_port�_port_x�_backup_policy�_source�_maintenance�_freeform_tags� _defined_tags�_deletion_policy�_crash_recovery�_database_management�_secure_connections�_customer_contacts)�self�kwargs� rF �M/usr/lib/python3.9/site-packages/oci/mysql/models/create_db_system_details.py�__init__"