📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
dns
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/dns/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: resolver_rule.pyc
a N��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 @ s� e Zd ZdZdZdd� Zedd� �Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�ResolverRulez� A rule for a resolver. Specifying both qnameCoverConditions and clientAddressConditions is not allowed. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �FORWARDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aU Initializes a new ResolverRule 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.dns.models.ResolverForwardRule` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param client_address_conditions: The value to assign to the client_address_conditions property of this ResolverRule. :type client_address_conditions: list[str] :param qname_cover_conditions: The value to assign to the qname_cover_conditions property of this ResolverRule. :type qname_cover_conditions: list[str] :param action: The value to assign to the action property of this ResolverRule. Allowed values for this property are: "FORWARD", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action: str z list[str]�str)�client_address_conditions�qname_cover_conditions�action�clientAddressConditions�qnameCoverConditionsr N)� swagger_types� attribute_map�_client_address_conditions�_qname_cover_conditions�_action)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/dns/models/resolver_rule.py�__init__ s ��zResolverRule.__init__c C s | d }|dkrdS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r �ResolverForwardRuler Nr )�object_dictionary�typer r r �get_subtype>