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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �Recordz� A DNS resource record. For more information, see `Supported DNS Resource Record Types`__. __ https://docs.cloud.oracle.com/iaas/Content/DNS/Reference/supporteddnsresource.htm c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a9 Initializes a new Record object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param domain: The value to assign to the domain property of this Record. :type domain: str :param record_hash: The value to assign to the record_hash property of this Record. :type record_hash: str :param is_protected: The value to assign to the is_protected property of this Record. :type is_protected: bool :param rdata: The value to assign to the rdata property of this Record. :type rdata: str :param rrset_version: The value to assign to the rrset_version property of this Record. :type rrset_version: str :param rtype: The value to assign to the rtype property of this Record. :type rtype: str :param ttl: The value to assign to the ttl property of this Record. :type ttl: int �str�bool�int)�domain�record_hash�is_protected�rdata� rrset_version�rtype�ttlr Z recordHashZisProtectedr ZrrsetVersionr r N) Z swagger_typesZ attribute_map�_domain�_record_hash� _is_protected�_rdata�_rrset_version�_rtype�_ttl)�self�kwargs� r �9/usr/lib/python3.9/site-packages/oci/dns/models/record.py�__init__ s. #�� zRecord.__init__c C s | j S )z� Gets the domain of this Record. The fully qualified domain name where the record can be located. :return: The domain of this Record. :rtype: str �r �r r r r r S s z Record.domainc C s || _ dS )z� Sets the domain of this Record. The fully qualified domain name where the record can be located. :param domain: The domain of this Record. :type: str Nr )r r r r r r _ s c C s | j S )z� Gets the record_hash of this Record. A unique identifier for the record within its zone. :return: The record_hash of this Record. :rtype: str �r r r r r r k s zRecord.record_hashc C s || _ dS )z� Sets the record_hash of this Record. A unique identifier for the record within its zone. :param record_hash: The record_hash of this Record. :type: str Nr )r r r r r r w s c C s | j S )z� Gets the is_protected of this Record. A Boolean flag indicating whether or not parts of the record are unable to be explicitly managed. :return: The is_protected of this Record. :rtype: bool �r r r r r r � s zRecord.is_protectedc C s || _ dS )z� Sets the is_protected of this Record. A Boolean flag indicating whether or not parts of the record are unable to be explicitly managed. :param is_protected: The is_protected of this Record. :type: bool Nr )r r r r r r � s c C s | j S )a� Gets the rdata of this Record. The record's data, as whitespace-delimited tokens in type-specific presentation format. All RDATA is normalized and the returned presentation of your RDATA may differ from its initial input. For more information about RDATA, see `Supported DNS Resource Record Types`__ __ https://docs.cloud.oracle.com/iaas/Content/DNS/Reference/supporteddnsresource.htm :return: The rdata of this Record. :rtype: str �r r r r r r � s zRecord.rdatac C s || _ dS )a Sets the rdata of this Record. The record's data, as whitespace-delimited tokens in type-specific presentation format. All RDATA is normalized and the returned presentation of your RDATA may differ from its initial input. For more information about RDATA, see `Supported DNS Resource Record Types`__ __ https://docs.cloud.oracle.com/iaas/Content/DNS/Reference/supporteddnsresource.htm :param rdata: The rdata of this Record. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the rrset_version of this Record. The latest version of the record's zone in which its RRSet differs from the preceding version. :return: The rrset_version of this Record. :rtype: str �r r r r r r � s zRecord.rrset_versionc C s || _ dS )z� Sets the rrset_version of this Record. The latest version of the record's zone in which its RRSet differs from the preceding version. :param rrset_version: The rrset_version of this Record. :type: str Nr"