ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� RuleCondition� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ st e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )�PathMatchConditionzg The path string and match condition to apply when evaluating an incoming URI for redirection. �EXACT_MATCH�FORCE_LONGEST_PREFIX_MATCH�PREFIX_MATCH�SUFFIX_MATCHc K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a( Initializes a new PathMatchCondition object with values from keyword arguments. The default value of the :py:attr:`~oci.load_balancer.models.PathMatchCondition.attribute_name` attribute of this class is ``PATH`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param attribute_name: The value to assign to the attribute_name property of this PathMatchCondition. Allowed values for this property are: "SOURCE_IP_ADDRESS", "SOURCE_VCN_ID", "SOURCE_VCN_IP_ADDRESS", "PATH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type attribute_name: str :param attribute_value: The value to assign to the attribute_value property of this PathMatchCondition. :type attribute_value: str :param operator: The value to assign to the operator property of this PathMatchCondition. Allowed values for this property are: "EXACT_MATCH", "FORCE_LONGEST_PREFIX_MATCH", "PREFIX_MATCH", "SUFFIX_MATCH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operator: str �str)Zattribute_name�attribute_value�operatorZ attributeNameZattributeValuer N�PATH)Z swagger_typesZ attribute_mapZ_attribute_name�_attribute_value� _operator)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/load_balancer/models/path_match_condition.py�__init__"