📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
47.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: wildcard_selection_key.cpython-39.pyc
a ���fV � @ 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 )�WildcardSelectionKeyz� When dynamically routing and dynamically authenticating requests, the route or authentication server associated with a selection key containing a wildcard is used if the context variable in an incoming request matches that key. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new WildcardSelectionKey object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.WildcardSelectionKey.type` attribute of this class is ``WILDCARD`` 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 WildcardSelectionKey. 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 WildcardSelectionKey. :type is_default: bool :param name: The value to assign to the name property of this WildcardSelectionKey. :type name: str :param expression: The value to assign to the expression property of this WildcardSelectionKey. :type expression: str �str�bool)�typeZ is_default�name� expressionr Z isDefaultr r NZWILDCARD)Z swagger_typesZ attribute_mapZ_typeZ_is_default�_name�_expression)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/apigateway/models/wildcard_selection_key.py�__init__ s ��zWildcardSelectionKey.__init__c C s | j S )a] **[Required]** Gets the expression of this WildcardSelectionKey. A selection key string containing a wildcard to match with the context variable in an incoming request. If the context variable matches the string, the request is sent to the route or authentication server associated with the selection key. Valid wildcards are '*' (zero or more characters) and '+' (one or more characters). The string can only contain one wildcard, and the wildcard must be at the start or the end of the string. :return: The expression of this WildcardSelectionKey. :rtype: str �r �r r r r r >