📂 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
›
fusion_apps
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fusion_apps/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: environment_role.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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�EnvironmentRolez3 Describes the role of the FA Environment. �PRIMARY�STANDBYc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new EnvironmentRole object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param current_role: The value to assign to the current_role property of this EnvironmentRole. Allowed values for this property are: "PRIMARY", "STANDBY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type current_role: str :param standby_environment_region: The value to assign to the standby_environment_region property of this EnvironmentRole. :type standby_environment_region: str :param standby_environment_id: The value to assign to the standby_environment_id property of this EnvironmentRole. :type standby_environment_id: str �str)�current_role�standby_environment_region�standby_environment_idZcurrentRoleZstandbyEnvironmentRegionZstandbyEnvironmentIdN)Z swagger_typesZ attribute_map� _current_role�_standby_environment_region�_standby_environment_id)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/fusion_apps/models/environment_role.py�__init__ s ��zEnvironmentRole.__init__c C s | j S )av Gets the current_role of this EnvironmentRole. The current role of the environment Allowed values for this property are: "PRIMARY", "STANDBY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The current_role of this EnvironmentRole. :rtype: str )r �r r r r r >