ruạṛ
a ���fq � @ 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 @ sj e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zedd� �Z e jd d� �Z dd� Zdd� Zdd� ZdS )�ApiSpecificationRouteBackendz- The backend to forward requests to. �ORACLE_FUNCTIONS_BACKEND�HTTP_BACKEND�STOCK_RESPONSE_BACKEND�DYNAMIC_ROUTING_BACKEND�OAUTH2_LOGOUT_BACKENDc K s ddi| _ ddi| _d| _dS )ag Initializes a new ApiSpecificationRouteBackend 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.OAuth2LogoutBackend` * :class:`~oci.apigateway.models.HTTPBackend` * :class:`~oci.apigateway.models.OracleFunctionBackend` * :class:`~oci.apigateway.models.StockResponseBackend` * :class:`~oci.apigateway.models.DynamicRoutingBackend` 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 ApiSpecificationRouteBackend. Allowed values for this property are: "ORACLE_FUNCTIONS_BACKEND", "HTTP_BACKEND", "STOCK_RESPONSE_BACKEND", "DYNAMIC_ROUTING_BACKEND", "OAUTH2_LOGOUT_BACKEND", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str �type�strN)Z swagger_typesZ attribute_map�_type)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/apigateway/models/api_specification_route_backend.py�__init__&