📂 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
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: nginx_blue_green_strategy.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�OkeBlueGreenStrategy� )�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 )�NginxBlueGreenStrategyz: Specifies the NGINX blue green release strategy. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) aD Initializes a new NginxBlueGreenStrategy object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.NginxBlueGreenStrategy.strategy_type` attribute of this class is ``NGINX_BLUE_GREEN_STRATEGY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param strategy_type: The value to assign to the strategy_type property of this NginxBlueGreenStrategy. Allowed values for this property are: "NGINX_BLUE_GREEN_STRATEGY" :type strategy_type: str :param namespace_a: The value to assign to the namespace_a property of this NginxBlueGreenStrategy. :type namespace_a: str :param namespace_b: The value to assign to the namespace_b property of this NginxBlueGreenStrategy. :type namespace_b: str :param ingress_name: The value to assign to the ingress_name property of this NginxBlueGreenStrategy. :type ingress_name: str �str)Z strategy_type�namespace_a�namespace_b�ingress_nameZstrategyTypeZ namespaceAZ namespaceBZingressNameNZNGINX_BLUE_GREEN_STRATEGY)Z swagger_typesZ attribute_mapZ_strategy_type�_namespace_a�_namespace_b� _ingress_name)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/devops/models/nginx_blue_green_strategy.py�__init__ s ��zNginxBlueGreenStrategy.__init__c C s | j S )z� **[Required]** Gets the namespace_a of this NginxBlueGreenStrategy. Namespace A for deployment. Example: namespaceA - first Namespace name. :return: The namespace_a of this NginxBlueGreenStrategy. :rtype: str �r �r r r r r >