📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
blockchain
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/blockchain/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: scale_blockchain_platform_details.pyc
a N��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 edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�ScaleBlockchainPlatformDetailsa� Scale operation details for a blockchain platform. The scale operation payload has multiple options - Add one or more Ordering Service Node (addOsns) - Add one or more Peers (addPeers) - Add more replicas of CA, Console and Rest Proxy (addReplicas) - Add more storage to the platform (addStorage) - Modify the CPU allocation for Peer Nodes (modifyPeers) - Remove one or more replicas of CA, Console and Rest Proxy (removeReplicas) - Remove one or more Ordering Service Node (removeOsns) - Remove one or more Peers (removePeers). The scale operation payload must have at least one of the above options. c K sd ddddddddd�| _ dd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new ScaleBlockchainPlatformDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param add_osns: The value to assign to the add_osns property of this ScaleBlockchainPlatformDetails. :type add_osns: list[oci.blockchain.models.CreateOsnDetails] :param add_replicas: The value to assign to the add_replicas property of this ScaleBlockchainPlatformDetails. :type add_replicas: oci.blockchain.models.ReplicaDetails :param add_peers: The value to assign to the add_peers property of this ScaleBlockchainPlatformDetails. :type add_peers: list[oci.blockchain.models.CreatePeerDetails] :param add_storage: The value to assign to the add_storage property of this ScaleBlockchainPlatformDetails. :type add_storage: oci.blockchain.models.ScaleStorageDetails :param modify_peers: The value to assign to the modify_peers property of this ScaleBlockchainPlatformDetails. :type modify_peers: list[oci.blockchain.models.ModifyPeerDetails] :param remove_replicas: The value to assign to the remove_replicas property of this ScaleBlockchainPlatformDetails. :type remove_replicas: oci.blockchain.models.ReplicaDetails :param remove_osns: The value to assign to the remove_osns property of this ScaleBlockchainPlatformDetails. :type remove_osns: list[str] :param remove_peers: The value to assign to the remove_peers property of this ScaleBlockchainPlatformDetails. :type remove_peers: list[str] zlist[CreateOsnDetails]�ReplicaDetailszlist[CreatePeerDetails]�ScaleStorageDetailszlist[ModifyPeerDetails]z list[str])�add_osns�add_replicas� add_peers�add_storage�modify_peers�remove_replicas�remove_osns�remove_peers�addOsns�addReplicas�addPeers� addStorage�modifyPeers�removeReplicas� removeOsns�removePeersN) � swagger_types� attribute_map� _add_osns� _add_replicas� _add_peers�_add_storage� _modify_peers�_remove_replicas�_remove_osns� _remove_peers)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/blockchain/models/scale_blockchain_platform_details.py�__init__ s4 '��z'ScaleBlockchainPlatformDetails.__init__c C s | j S )z� Gets the add_osns of this ScaleBlockchainPlatformDetails. new OSNs to add :return: The add_osns of this ScaleBlockchainPlatformDetails. :rtype: list[oci.blockchain.models.CreateOsnDetails] �r �r# r% r% r&