📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: steering_policy_health_rule_case.cpython-39.pyc
a ���f8 � @ 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 ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�SteeringPolicyHealthRuleCasez- SteeringPolicyHealthRuleCase model. c K s ddi| _ ddi| _d| _dS )a Initializes a new SteeringPolicyHealthRuleCase 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 SteeringPolicyHealthRuleCase. :type case_condition: str �case_condition�strZ caseConditionN)Z swagger_typesZ attribute_map�_case_condition)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/dns/models/steering_policy_health_rule_case.py�__init__ s ��z%SteeringPolicyHealthRuleCase.__init__c C s | j S )at Gets the case_condition of this SteeringPolicyHealthRuleCase. 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 SteeringPolicyHealthRuleCase. :rtype: str �r �r r r r r &