📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: fixed_ttl_response_cache_store_policy.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ResponseCacheStorePolicy� )�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 )� FixedTTLResponseCacheStorePolicyzH How a response from a backend is cached in the Response Cache. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a7 Initializes a new FixedTTLResponseCacheStorePolicy object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.FixedTTLResponseCacheStorePolicy.type` attribute of this class is ``FIXED_TTL_STORE_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 FixedTTLResponseCacheStorePolicy. Allowed values for this property are: "FIXED_TTL_STORE_POLICY" :type type: str :param time_to_live_in_seconds: The value to assign to the time_to_live_in_seconds property of this FixedTTLResponseCacheStorePolicy. :type time_to_live_in_seconds: int �str�int)�type�time_to_live_in_secondsr ZtimeToLiveInSecondsNZFIXED_TTL_STORE_POLICY)Z swagger_typesZ attribute_mapZ_type�_time_to_live_in_seconds)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/apigateway/models/fixed_ttl_response_cache_store_policy.py�__init__ s ��z)FixedTTLResponseCacheStorePolicy.__init__c C s | j S )aO **[Required]** Gets the time_to_live_in_seconds of this FixedTTLResponseCacheStorePolicy. Sets the number of seconds for a response from a backend being stored in the Response Cache before it expires. :return: The time_to_live_in_seconds of this FixedTTLResponseCacheStorePolicy. :rtype: int �r �r r r r r 0 s z8FixedTTLResponseCacheStorePolicy.time_to_live_in_secondsc C s || _ dS )aV Sets the time_to_live_in_seconds of this FixedTTLResponseCacheStorePolicy. Sets the number of seconds for a response from a backend being stored in the Response Cache before it expires. :param time_to_live_in_seconds: The time_to_live_in_seconds of this FixedTTLResponseCacheStorePolicy. :type: int Nr )r r r r r r <