📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_replica_details.cpython-39.opt-1.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 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 dd� Zdd� Zdd� ZdS ) �CreateReplicaDetailsz4 Details required to create a read replica. c K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )af Initializes a new CreateReplicaDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param db_system_id: The value to assign to the db_system_id property of this CreateReplicaDetails. :type db_system_id: str :param display_name: The value to assign to the display_name property of this CreateReplicaDetails. :type display_name: str :param description: The value to assign to the description property of this CreateReplicaDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateReplicaDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateReplicaDetails. :type defined_tags: dict(str, dict(str, object)) :param is_delete_protected: The value to assign to the is_delete_protected property of this CreateReplicaDetails. :type is_delete_protected: bool :param replica_overrides: The value to assign to the replica_overrides property of this CreateReplicaDetails. :type replica_overrides: oci.mysql.models.ReplicaOverrides �strzdict(str, str)zdict(str, dict(str, object))�boolZReplicaOverrides)�db_system_id�display_name�description� freeform_tags�defined_tags�is_delete_protected�replica_overridesZ dbSystemIdZdisplayNamer ZfreeformTagsZdefinedTagsZisDeleteProtectedZreplicaOverridesN) Z swagger_typesZ attribute_map� _db_system_id� _display_name�_description�_freeform_tags� _defined_tags�_is_delete_protected�_replica_overrides)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/mysql/models/create_replica_details.py�__init__ s. #�� zCreateReplicaDetails.__init__c C s | j S )z� **[Required]** Gets the db_system_id of this CreateReplicaDetails. The OCID of the DB System the read replica is associated with. :return: The db_system_id of this CreateReplicaDetails. :rtype: str �r �r r r r r P s z!CreateReplicaDetails.db_system_idc C s || _ dS )z� Sets the db_system_id of this CreateReplicaDetails. The OCID of the DB System the read replica is associated with. :param db_system_id: The db_system_id of this CreateReplicaDetails. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the display_name of this CreateReplicaDetails. The user-friendly name for the read replica. It does not have to be unique. :return: The display_name of this CreateReplicaDetails. :rtype: str �r r r r r r h s z!CreateReplicaDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateReplicaDetails. The user-friendly name for the read replica. It does not have to be unique. :param display_name: The display_name of this CreateReplicaDetails. :type: str Nr )r r r r r r t s c C s | j S )z� Gets the description of this CreateReplicaDetails. User provided description of the read replica. :return: The description of this CreateReplicaDetails. :rtype: str �r r r r r r � s z CreateReplicaDetails.descriptionc C s || _ dS )z� Sets the description of this CreateReplicaDetails. User provided description of the read replica. :param description: The description of this CreateReplicaDetails. :type: str Nr )r r r r r r � s c C s | j S )aO Gets the freeform_tags of this CreateReplicaDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this CreateReplicaDetails. :rtype: dict(str, str) �r r r r r r � s z"CreateReplicaDetails.freeform_tagsc C s || _ dS )a[ Sets the freeform_tags of this CreateReplicaDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this CreateReplicaDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )aI Gets the defined_tags of this CreateReplicaDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this CreateReplicaDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z!CreateReplicaDetails.defined_tagsc C s || _ dS )aT Sets the defined_tags of this CreateReplicaDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this CreateReplicaDetails. :type: dict(str, dict(str, object)) Nr! )r r r r r r � s c C s | j S )a% Gets the is_delete_protected of this CreateReplicaDetails. Specifies whether the read replica can be deleted. Set to true to prevent deletion, false (default) to allow. Note that if a read replica is delete protected it also prevents the entire DB System from being deleted. If the DB System is delete protected, read replicas can still be deleted individually if they are not delete protected themselves. :return: The is_delete_protected of this CreateReplicaDetails. :rtype: bool �r r r r r r � s z(CreateReplicaDetails.is_delete_protectedc C s || _ dS )a7 Sets the is_delete_protected of this CreateReplicaDetails. Specifies whether the read replica can be deleted. Set to true to prevent deletion, false (default) to allow. Note that if a read replica is delete protected it also prevents the entire DB System from being deleted. If the DB System is delete protected, read replicas can still be deleted individually if they are not delete protected themselves. :param is_delete_protected: The is_delete_protected of this CreateReplicaDetails. :type: bool Nr"