📂 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: update_db_system_details.cpython-39.pyc
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$dTdU� Z%dVdW� Z&dXdY� Z'dZS )[�UpdateDbSystemDetailsz1 Details required to update a DB System. �ENABLED�DISABLEDc K s dddddddddddddddddddddd ddd dd�| _ d 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'S )(a} Initializes a new UpdateDbSystemDetails 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 UpdateDbSystemDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateDbSystemDetails. :type description: str :param subnet_id: The value to assign to the subnet_id property of this UpdateDbSystemDetails. :type subnet_id: str :param is_highly_available: The value to assign to the is_highly_available property of this UpdateDbSystemDetails. :type is_highly_available: bool :param availability_domain: The value to assign to the availability_domain property of this UpdateDbSystemDetails. :type availability_domain: str :param fault_domain: The value to assign to the fault_domain property of this UpdateDbSystemDetails. :type fault_domain: str :param shape_name: The value to assign to the shape_name property of this UpdateDbSystemDetails. :type shape_name: str :param mysql_version: The value to assign to the mysql_version property of this UpdateDbSystemDetails. :type mysql_version: str :param configuration_id: The value to assign to the configuration_id property of this UpdateDbSystemDetails. :type configuration_id: str :param admin_username: The value to assign to the admin_username property of this UpdateDbSystemDetails. :type admin_username: str :param admin_password: The value to assign to the admin_password property of this UpdateDbSystemDetails. :type admin_password: str :param data_storage_size_in_gbs: The value to assign to the data_storage_size_in_gbs property of this UpdateDbSystemDetails. :type data_storage_size_in_gbs: int :param data_storage: The value to assign to the data_storage property of this UpdateDbSystemDetails. :type data_storage: oci.mysql.models.DataStorageDetails :param hostname_label: The value to assign to the hostname_label property of this UpdateDbSystemDetails. :type hostname_label: str :param ip_address: The value to assign to the ip_address property of this UpdateDbSystemDetails. :type ip_address: str :param port: The value to assign to the port property of this UpdateDbSystemDetails. :type port: int :param port_x: The value to assign to the port_x property of this UpdateDbSystemDetails. :type port_x: int :param backup_policy: The value to assign to the backup_policy property of this UpdateDbSystemDetails. :type backup_policy: oci.mysql.models.UpdateBackupPolicyDetails :param maintenance: The value to assign to the maintenance property of this UpdateDbSystemDetails. :type maintenance: oci.mysql.models.UpdateMaintenanceDetails :param freeform_tags: The value to assign to the freeform_tags property of this UpdateDbSystemDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateDbSystemDetails. :type defined_tags: dict(str, dict(str, object)) :param deletion_policy: The value to assign to the deletion_policy property of this UpdateDbSystemDetails. :type deletion_policy: oci.mysql.models.UpdateDeletionPolicyDetails :param crash_recovery: The value to assign to the crash_recovery property of this UpdateDbSystemDetails. 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 UpdateDbSystemDetails. 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 UpdateDbSystemDetails. :type secure_connections: oci.mysql.models.SecureConnectionDetails :param customer_contacts: The value to assign to the customer_contacts property of this UpdateDbSystemDetails. :type customer_contacts: list[oci.mysql.models.CustomerContact] �str�bool�intZDataStorageDetailsZUpdateBackupPolicyDetailsZUpdateMaintenanceDetailszdict(str, str)zdict(str, dict(str, object))ZUpdateDeletionPolicyDetailsZSecureConnectionDetailszlist[CustomerContact])�display_name�description� subnet_id�is_highly_available�availability_domain�fault_domain� shape_name� mysql_version�configuration_id�admin_username�admin_password�data_storage_size_in_gbs�data_storage�hostname_label� ip_address�port�port_x� backup_policy�maintenance� freeform_tags�defined_tags�deletion_policy�crash_recovery�database_management�secure_connections�customer_contactsZdisplayNamer ZsubnetIdZisHighlyAvailableZavailabilityDomainZfaultDomainZ shapeNameZmysqlVersionZconfigurationIdZ adminUsernameZ adminPasswordZdataStorageSizeInGBsZdataStorageZ hostnameLabelZ ipAddressr ZportXZbackupPolicyr ZfreeformTagsZdefinedTagsZdeletionPolicyZ crashRecoveryZdatabaseManagementZsecureConnectionsZcustomerContactsN)Z swagger_typesZ attribute_map� _display_name�_description� _subnet_id�_is_highly_available�_availability_domain� _fault_domain�_shape_name�_mysql_version�_configuration_id�_admin_username�_admin_password�_data_storage_size_in_gbs� _data_storage�_hostname_label�_ip_address�_port�_port_x�_backup_policy�_maintenance�_freeform_tags� _defined_tags�_deletion_policy�_crash_recovery�_database_management�_secure_connections�_customer_contacts)�self�kwargs� rB �M/usr/lib/python3.9/site-packages/oci/mysql/models/update_db_system_details.py�__init__"