ruạṛ
a O��fj � @ 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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�SourceIpAddressConditionzf A rule condition that checks client source IP against specified IP address or address range. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )aR Initializes a new SourceIpAddressCondition object with values from keyword arguments. The default value of the :py:attr:`~oci.load_balancer.models.SourceIpAddressCondition.attribute_name` attribute of this class is ``SOURCE_IP_ADDRESS`` 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 SourceIpAddressCondition. Allowed values for this property are: "SOURCE_IP_ADDRESS", "SOURCE_VCN_ID", "SOURCE_VCN_IP_ADDRESS", "PATH" :type attribute_name: str :param attribute_value: The value to assign to the attribute_value property of this SourceIpAddressCondition. :type attribute_value: str �str)�attribute_name�attribute_value� attributeName�attributeValueN�SOURCE_IP_ADDRESS)� swagger_types� attribute_map�_attribute_name�_attribute_value)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/load_balancer/models/source_ip_address_condition.py�__init__ s ��z!SourceIpAddressCondition.__init__c C s | j S )a� **[Required]** Gets the attribute_value of this SourceIpAddressCondition. An IPv4 or IPv6 address range that the source IP address of an incoming packet must match. The service accepts only classless inter-domain routing (CIDR) format (x.x.x.x/y or x:x::x/y) strings. Specify 0.0.0.0/0 or ::/0 to match all incoming traffic. :return: The attribute_value of this SourceIpAddressCondition. :rtype: str �r �r r r r r . s z(SourceIpAddressCondition.attribute_valuec C s || _ dS )a� Sets the attribute_value of this SourceIpAddressCondition. An IPv4 or IPv6 address range that the source IP address of an incoming packet must match. The service accepts only classless inter-domain routing (CIDR) format (x.x.x.x/y or x:x::x/y) strings. Specify 0.0.0.0/0 or ::/0 to match all incoming traffic. :param attribute_value: The attribute_value of this SourceIpAddressCondition. :type: str Nr )r r r r r r >