📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_zone_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateZoneBaseDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�CreateZoneDetailsz� The body for defining a new zone. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �PRIMARY� SECONDARY�GLOBAL�PRIVATEc K st dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new CreateZoneDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.dns.models.CreateZoneDetails.migration_source` attribute of this class is ``NONE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param migration_source: The value to assign to the migration_source property of this CreateZoneDetails. Allowed values for this property are: "NONE", "DYNECT" :type migration_source: str :param name: The value to assign to the name property of this CreateZoneDetails. :type name: str :param compartment_id: The value to assign to the compartment_id property of this CreateZoneDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateZoneDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateZoneDetails. :type defined_tags: dict(str, dict(str, object)) :param zone_type: The value to assign to the zone_type property of this CreateZoneDetails. Allowed values for this property are: "PRIMARY", "SECONDARY" :type zone_type: str :param view_id: The value to assign to the view_id property of this CreateZoneDetails. :type view_id: str :param scope: The value to assign to the scope property of this CreateZoneDetails. Allowed values for this property are: "GLOBAL", "PRIVATE" :type scope: str :param external_masters: The value to assign to the external_masters property of this CreateZoneDetails. :type external_masters: list[oci.dns.models.ExternalMaster] �strzdict(str, str)zdict(str, dict(str, object))zlist[ExternalMaster]) �migration_source�name�compartment_id� freeform_tags�defined_tags� zone_type�view_id�scope�external_masters�migrationSourcer � compartmentId�freeformTags�definedTags�zoneType�viewIdr �externalMastersN�NONE)� swagger_types� attribute_map�_migration_source�_name�_compartment_id�_freeform_tags� _defined_tags� _zone_type�_view_id�_scope�_external_masters)�self�kwargs� r, ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/dns/models/create_zone_details.py�__init__"