ruạṛ
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"