📂 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: peer.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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zd d!� Zd"S )#�Peerz A Peer details �ACTIVE�INACTIVE�FAILEDc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a* Initializes a new Peer object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param peer_key: The value to assign to the peer_key property of this Peer. :type peer_key: str :param role: The value to assign to the role property of this Peer. :type role: str :param alias: The value to assign to the alias property of this Peer. :type alias: str :param ocpu_allocation_param: The value to assign to the ocpu_allocation_param property of this Peer. :type ocpu_allocation_param: oci.blockchain.models.OcpuAllocationNumberParam :param host: The value to assign to the host property of this Peer. :type host: str :param ad: The value to assign to the ad property of this Peer. :type ad: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Peer. Allowed values for this property are: "ACTIVE", "INACTIVE", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �str�OcpuAllocationNumberParam)�peer_key�role�alias�ocpu_allocation_param�host�ad�lifecycle_state�peerKeyr r �ocpuAllocationParamr r �lifecycleStateN) � swagger_types� attribute_map� _peer_key�_role�_alias�_ocpu_allocation_param�_host�_ad�_lifecycle_state)�self�kwargs� r! �~/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/blockchain/models/peer.py�__init__ s. %�� z Peer.__init__c C s | j S )z� **[Required]** Gets the peer_key of this Peer. peer identifier :return: The peer_key of this Peer. :rtype: str �r �r r! r! r"