📂 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: zone_summary.pyc
a N��f�G � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zd8d9� Zd:d;� Z d<d=� Z!d>S )?�ZoneSummaryz� A DNS zone. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �PRIMARY� SECONDARY�GLOBAL�PRIVATE�ACTIVE�CREATING�DELETED�DELETING�FAILED�UPDATINGc K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new ZoneSummary 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 ZoneSummary. :type name: str :param zone_type: The value to assign to the zone_type property of this ZoneSummary. Allowed values for this property are: "PRIMARY", "SECONDARY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type zone_type: str :param compartment_id: The value to assign to the compartment_id property of this ZoneSummary. :type compartment_id: str :param view_id: The value to assign to the view_id property of this ZoneSummary. :type view_id: str :param scope: The value to assign to the scope property of this ZoneSummary. Allowed values for this property are: "GLOBAL", "PRIVATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type scope: str :param freeform_tags: The value to assign to the freeform_tags property of this ZoneSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ZoneSummary. :type defined_tags: dict(str, dict(str, object)) :param self_uri: The value to assign to the self_uri property of this ZoneSummary. :type self_uri: str :param id: The value to assign to the id property of this ZoneSummary. :type id: str :param time_created: The value to assign to the time_created property of this ZoneSummary. :type time_created: datetime :param version: The value to assign to the version property of this ZoneSummary. :type version: str :param serial: The value to assign to the serial property of this ZoneSummary. :type serial: int :param lifecycle_state: The value to assign to the lifecycle_state property of this ZoneSummary. Allowed values for this property are: "ACTIVE", "CREATING", "DELETED", "DELETING", "FAILED", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param is_protected: The value to assign to the is_protected property of this ZoneSummary. :type is_protected: bool �strzdict(str, str)zdict(str, dict(str, object))�datetime�int�bool)�name� zone_type�compartment_id�view_id�scope� freeform_tags�defined_tags�self_uri�id�time_created�version�serial�lifecycle_state�is_protectedr �zoneType� compartmentId�viewIdr �freeformTags�definedTags�selfr �timeCreatedr r �lifecycleState�isProtectedN)� swagger_types� attribute_map�_name� _zone_type�_compartment_id�_view_id�_scope�_freeform_tags� _defined_tags� _self_uri�_id� _time_created�_version�_serial�_lifecycle_state� _is_protected)r( �kwargs� r= �/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/dns/models/zone_summary.py�__init__: sX E��zZoneSummary.__init__c C s | j S )z� **[Required]** Gets the name of this ZoneSummary. The name of the zone. :return: The name of this ZoneSummary. :rtype: str �r. �r( r= r= r>