📂 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
›
blockchain
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/blockchain/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: 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 d d� Z dd� Zdd� ZdS )�ReplicaDetailszR Number of replicas of service components like Rest Proxy, CA and Console c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aw Initializes a new ReplicaDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param proxy_count: The value to assign to the proxy_count property of this ReplicaDetails. :type proxy_count: int :param ca_count: The value to assign to the ca_count property of this ReplicaDetails. :type ca_count: int :param console_count: The value to assign to the console_count property of this ReplicaDetails. :type console_count: int �int)�proxy_count�ca_count� console_countZ proxyCountZcaCountZconsoleCountN)Z swagger_typesZ attribute_map�_proxy_count� _ca_count�_console_count)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/blockchain/models/replica_details.py�__init__ s ��zReplicaDetails.__init__c C s | j S )z� Gets the proxy_count of this ReplicaDetails. Number of REST proxy replicas :return: The proxy_count of this ReplicaDetails. :rtype: int �r �r r r r r 4 s zReplicaDetails.proxy_countc C s || _ dS )z� Sets the proxy_count of this ReplicaDetails. Number of REST proxy replicas :param proxy_count: The proxy_count of this ReplicaDetails. :type: int Nr )r r r r r r @ s c C s | j S )z� Gets the ca_count of this ReplicaDetails. Number of CA replicas :return: The ca_count of this ReplicaDetails. :rtype: int �r r r r r r L s zReplicaDetails.ca_countc C s || _ dS )z� Sets the ca_count of this ReplicaDetails. Number of CA replicas :param ca_count: The ca_count of this ReplicaDetails. :type: int Nr )r r r r r r X s c C s | j S )z� Gets the console_count of this ReplicaDetails. Number of console replicas :return: The console_count of this ReplicaDetails. :rtype: int �r r r r r r d s zReplicaDetails.console_countc C s || _ dS )z� Sets the console_count of this ReplicaDetails. Number of console replicas :param console_count: The console_count of this ReplicaDetails. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zReplicaDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zReplicaDetails.__eq__c C s | |k S r r r r r r �__ne__� s zReplicaDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"