📂 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_answer.cpython-39.opt-1.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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�SteeringPolicyAnswerz� DNS record data with metadata for processing in a steering policy. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) aq Initializes a new SteeringPolicyAnswer object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this SteeringPolicyAnswer. :type name: str :param rtype: The value to assign to the rtype property of this SteeringPolicyAnswer. :type rtype: str :param rdata: The value to assign to the rdata property of this SteeringPolicyAnswer. :type rdata: str :param pool: The value to assign to the pool property of this SteeringPolicyAnswer. :type pool: str :param is_disabled: The value to assign to the is_disabled property of this SteeringPolicyAnswer. :type is_disabled: bool �str�bool)�name�rtype�rdata�pool�is_disabledr r r r Z isDisabledN)Z swagger_typesZ attribute_map�_name�_rtype�_rdata�_pool�_is_disabled)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/dns/models/steering_policy_answer.py�__init__ s"