📂 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
›
apigateway
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apigateway/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: any_of_selection_key.cpython-39.opt-1.pyc
a ���ft � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DynamicSelectionKey� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�AnyOfSelectionKeyz� When dynamically routing and dynamically authenticating requests, the route or authentication server associated with a set of selection keys is used if the context variable in an incoming request exactly matches one of the keys in the set. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a� Initializes a new AnyOfSelectionKey object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.AnyOfSelectionKey.type` attribute of this class is ``ANY_OF`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this AnyOfSelectionKey. Allowed values for this property are: "ANY_OF", "WILDCARD" :type type: str :param is_default: The value to assign to the is_default property of this AnyOfSelectionKey. :type is_default: bool :param name: The value to assign to the name property of this AnyOfSelectionKey. :type name: str :param values: The value to assign to the values property of this AnyOfSelectionKey. :type values: list[str] �str�boolz list[str])�typeZ is_default�name�valuesr Z isDefaultr r NZANY_OF)Z swagger_typesZ attribute_mapZ_typeZ_is_default�_name�_values)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/apigateway/models/any_of_selection_key.py�__init__ s ��zAnyOfSelectionKey.__init__c C s | j S )a� Gets the values of this AnyOfSelectionKey. The set of selection keys to match with the context variable in an incoming request. If the context variable exactly matches one of the keys in the set, the request is sent to the route or authentication server associated with the set. :return: The values of this AnyOfSelectionKey. :rtype: list[str] �r �r r r r r >