📂 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_migrated_dynect_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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�CreateMigratedDynectZoneDetailsz� The body for migrating a zone from DynECT. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. c K sV ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _d | _dS )a Initializes a new CreateMigratedDynectZoneDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.dns.models.CreateMigratedDynectZoneDetails.migration_source` attribute of this class is ``DYNECT`` 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 CreateMigratedDynectZoneDetails. Allowed values for this property are: "NONE", "DYNECT" :type migration_source: str :param name: The value to assign to the name property of this CreateMigratedDynectZoneDetails. :type name: str :param compartment_id: The value to assign to the compartment_id property of this CreateMigratedDynectZoneDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateMigratedDynectZoneDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateMigratedDynectZoneDetails. :type defined_tags: dict(str, dict(str, object)) :param dynect_migration_details: The value to assign to the dynect_migration_details property of this CreateMigratedDynectZoneDetails. :type dynect_migration_details: oci.dns.models.DynectMigrationDetails �strzdict(str, str)zdict(str, dict(str, object))�DynectMigrationDetails)�migration_source�name�compartment_id� freeform_tags�defined_tags�dynect_migration_details�migrationSourcer � compartmentId�freeformTags�definedTags�dynectMigrationDetailsN�DYNECT)� swagger_types� attribute_map�_migration_source�_name�_compartment_id�_freeform_tags� _defined_tags�_dynect_migration_details)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/dns/models/create_migrated_dynect_zone_details.py�__init__ s* !� � z(CreateMigratedDynectZoneDetails.__init__c C s | j S )z� Gets the dynect_migration_details of this CreateMigratedDynectZoneDetails. :return: The dynect_migration_details of this CreateMigratedDynectZoneDetails. :rtype: oci.dns.models.DynectMigrationDetails �r �r r! r! r"