ruạṛ
a ���f�W � @ 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� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z ed>d?� �Z!e!jd@d?� �Z!edAdB� �Z"e"jdCdB� �Z"dDdE� Z#dFdG� Z$dHdI� Z%dJS )K�Zonez� 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� ddddddddddddddddd d d�| _ dd ddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a< Initializes a new Zone 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 Zone. :type name: str :param zone_type: The value to assign to the zone_type property of this Zone. 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 Zone. :type compartment_id: str :param view_id: The value to assign to the view_id property of this Zone. :type view_id: str :param scope: The value to assign to the scope property of this Zone. 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 Zone. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Zone. :type defined_tags: dict(str, dict(str, object)) :param external_masters: The value to assign to the external_masters property of this Zone. :type external_masters: list[oci.dns.models.ExternalMaster] :param external_downstreams: The value to assign to the external_downstreams property of this Zone. :type external_downstreams: list[oci.dns.models.ExternalDownstream] :param self_uri: The value to assign to the self_uri property of this Zone. :type self_uri: str :param id: The value to assign to the id property of this Zone. :type id: str :param time_created: The value to assign to the time_created property of this Zone. :type time_created: datetime :param version: The value to assign to the version property of this Zone. :type version: str :param serial: The value to assign to the serial property of this Zone. :type serial: int :param lifecycle_state: The value to assign to the lifecycle_state property of this Zone. 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 Zone. :type is_protected: bool :param nameservers: The value to assign to the nameservers property of this Zone. :type nameservers: list[oci.dns.models.Nameserver] :param zone_transfer_servers: The value to assign to the zone_transfer_servers property of this Zone. :type zone_transfer_servers: list[oci.dns.models.ZoneTransferServer] �strzdict(str, str)zdict(str, dict(str, object))zlist[ExternalMaster]zlist[ExternalDownstream]Zdatetime�int�boolzlist[Nameserver]zlist[ZoneTransferServer])�name� zone_type�compartment_id�view_id�scope� freeform_tags�defined_tags�external_masters�external_downstreams�self_uri�id�time_created�version�serial�lifecycle_state�is_protected�nameservers�zone_transfer_serversr ZzoneTypeZ compartmentIdZviewIdr ZfreeformTagsZdefinedTagsZexternalMastersZexternalDownstreams�selfr ZtimeCreatedr r! ZlifecycleStateZisProtectedr$ ZzoneTransferServersN)Z swagger_typesZ attribute_map�_name� _zone_type�_compartment_id�_view_id�_scope�_freeform_tags� _defined_tags�_external_masters�_external_downstreams� _self_uri�_id� _time_created�_version�_serial�_lifecycle_state� _is_protected�_nameservers�_zone_transfer_servers)r&