📂 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
›
dns
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/dns/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: steering_policy_priority_rule_case.cpython-39.pyc
a ���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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�SteeringPolicyPriorityRuleCasez/ SteeringPolicyPriorityRuleCase model. c K s( ddd�| _ ddd�| _d| _d| _dS )aU Initializes a new SteeringPolicyPriorityRuleCase object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param case_condition: The value to assign to the case_condition property of this SteeringPolicyPriorityRuleCase. :type case_condition: str :param answer_data: The value to assign to the answer_data property of this SteeringPolicyPriorityRuleCase. :type answer_data: list[oci.dns.models.SteeringPolicyPriorityAnswerData] �strz&list[SteeringPolicyPriorityAnswerData])�case_condition�answer_dataZ caseConditionZ answerDataN)Z swagger_typesZ attribute_map�_case_condition�_answer_data)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/dns/models/steering_policy_priority_rule_case.py�__init__ s ��z'SteeringPolicyPriorityRuleCase.__init__c C s | j S )ax Gets the case_condition of this SteeringPolicyPriorityRuleCase. An expression that uses conditions at the time of a DNS query to indicate whether a case matches. Conditions may include the geographical location, IP subnet, or ASN the DNS query originated. **Example:** If you have an office that uses the subnet `192.0.2.0/24` you could use a `caseCondition` expression `query.client.address in ('192.0.2.0/24')` to define a case that matches queries from that office. :return: The case_condition of this SteeringPolicyPriorityRuleCase. :rtype: str �r �r r r r r - s z-SteeringPolicyPriorityRuleCase.case_conditionc C s || _ dS )a� Sets the case_condition of this SteeringPolicyPriorityRuleCase. An expression that uses conditions at the time of a DNS query to indicate whether a case matches. Conditions may include the geographical location, IP subnet, or ASN the DNS query originated. **Example:** If you have an office that uses the subnet `192.0.2.0/24` you could use a `caseCondition` expression `query.client.address in ('192.0.2.0/24')` to define a case that matches queries from that office. :param case_condition: The case_condition of this SteeringPolicyPriorityRuleCase. :type: str Nr )r r r r r r >