📂 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
›
devops
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: nginx_canary_strategy.pyc
a N��fN � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�OkeCanaryStrategy� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�NginxCanaryStrategyz6 Specifies the NGINX canary release strategy. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new NginxCanaryStrategy object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.NginxCanaryStrategy.strategy_type` attribute of this class is ``NGINX_CANARY_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 NginxCanaryStrategy. Allowed values for this property are: "NGINX_CANARY_STRATEGY" :type strategy_type: str :param namespace: The value to assign to the namespace property of this NginxCanaryStrategy. :type namespace: str :param ingress_name: The value to assign to the ingress_name property of this NginxCanaryStrategy. :type ingress_name: str �str)� strategy_type� namespace�ingress_name�strategyTyper �ingressNameN�NGINX_CANARY_STRATEGY)� swagger_types� attribute_map�_strategy_type� _namespace� _ingress_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/nginx_canary_strategy.py�__init__ s ��zNginxCanaryStrategy.__init__c C s | j S )z� **[Required]** Gets the namespace of this NginxCanaryStrategy. Canary namespace to be used for Kubernetes canary deployment. :return: The namespace of this NginxCanaryStrategy. :rtype: str �r �r r r r r 5 s zNginxCanaryStrategy.namespacec C s || _ dS )z� Sets the namespace of this NginxCanaryStrategy. Canary namespace to be used for Kubernetes canary deployment. :param namespace: The namespace of this NginxCanaryStrategy. :type: str Nr )r r r r r r A s c C s | j S )z� **[Required]** Gets the ingress_name of this NginxCanaryStrategy. Name of the Ingress resource. :return: The ingress_name of this NginxCanaryStrategy. :rtype: str �r r r r r r M s z NginxCanaryStrategy.ingress_namec C s || _ dS )z� Sets the ingress_name of this NginxCanaryStrategy. Name of the Ingress resource. :param ingress_name: The ingress_name of this NginxCanaryStrategy. :type: str Nr )r r r r r r Y s c C s t | �S �N)r r r r r �__repr__e s zNginxCanaryStrategy.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__h s zNginxCanaryStrategy.__eq__c C s | |k S r r r r r r �__ne__n s zNginxCanaryStrategy.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r"