📂 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: replica_overrides.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ReplicaOverridesaM By default a read replica inherits the MySQL version, shape, and configuration of the source DB system. If you want to override any of these, provide values in the properties, mysqlVersion, shapeName, and configurationId. If you set a property value to "", then the value is inherited from its source DB system. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ReplicaOverrides object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param mysql_version: The value to assign to the mysql_version property of this ReplicaOverrides. :type mysql_version: str :param shape_name: The value to assign to the shape_name property of this ReplicaOverrides. :type shape_name: str :param configuration_id: The value to assign to the configuration_id property of this ReplicaOverrides. :type configuration_id: str �str)� mysql_version� shape_name�configuration_idZmysqlVersionZ shapeNameZconfigurationIdN)Z swagger_typesZ attribute_map�_mysql_version�_shape_name�_configuration_id)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/mysql/models/replica_overrides.py�__init__ s ��zReplicaOverrides.__init__c C s | j S )z� Gets the mysql_version of this ReplicaOverrides. The MySQL version to be used by the read replica. :return: The mysql_version of this ReplicaOverrides. :rtype: str �r �r r r r r 7 s zReplicaOverrides.mysql_versionc C s || _ dS )z� Sets the mysql_version of this ReplicaOverrides. The MySQL version to be used by the read replica. :param mysql_version: The mysql_version of this ReplicaOverrides. :type: str Nr )r r r r r r C s c C s | j S )a� Gets the shape_name of this ReplicaOverrides. The shape to be used by the read replica. The shape determines the resources allocated: CPU cores and memory for VM shapes, CPU cores, memory and storage for non-VM (bare metal) shapes. To get a list of shapes, use the :func:`list_shapes` operation. :return: The shape_name of this ReplicaOverrides. :rtype: str �r r r r r r O s zReplicaOverrides.shape_namec C s || _ dS )a� Sets the shape_name of this ReplicaOverrides. The shape to be used by the read replica. The shape determines the resources allocated: CPU cores and memory for VM shapes, CPU cores, memory and storage for non-VM (bare metal) shapes. To get a list of shapes, use the :func:`list_shapes` operation. :param shape_name: The shape_name of this ReplicaOverrides. :type: str Nr )r r r r r r ] s c C s | j S )z� Gets the configuration_id of this ReplicaOverrides. The OCID of the Configuration to be used by the read replica. :return: The configuration_id of this ReplicaOverrides. :rtype: str �r r r r r r k s z!ReplicaOverrides.configuration_idc C s || _ dS )z� Sets the configuration_id of this ReplicaOverrides. The OCID of the Configuration to be used by the read replica. :param configuration_id: The configuration_id of this ReplicaOverrides. :type: str Nr )r r r r r r w s c C s t | �S �N)r r r r r �__repr__� s zReplicaOverrides.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zReplicaOverrides.__eq__c C s | |k S r r r r r r �__ne__� s zReplicaOverrides.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"