ruạṛ
a ���f�7 � @ 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 @ sf e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�TsigKeyz� A TSIG key. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �ACTIVE�CREATING�DELETED�DELETING�FAILED�UPDATINGc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new TsigKey object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param algorithm: The value to assign to the algorithm property of this TsigKey. :type algorithm: str :param name: The value to assign to the name property of this TsigKey. :type name: str :param compartment_id: The value to assign to the compartment_id property of this TsigKey. :type compartment_id: str :param secret: The value to assign to the secret property of this TsigKey. :type secret: str :param freeform_tags: The value to assign to the freeform_tags property of this TsigKey. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this TsigKey. :type defined_tags: dict(str, dict(str, object)) :param id: The value to assign to the id property of this TsigKey. :type id: str :param _self: The value to assign to the _self property of this TsigKey. :type _self: str :param time_created: The value to assign to the time_created property of this TsigKey. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this TsigKey. 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 time_updated: The value to assign to the time_updated property of this TsigKey. :type time_updated: datetime �strzdict(str, str)zdict(str, dict(str, object))Zdatetime)� algorithm�name�compartment_id�secret� freeform_tags�defined_tags�id�_self�time_created�lifecycle_state�time_updatedr r Z compartmentIdr ZfreeformTagsZdefinedTagsr �selfZtimeCreatedZlifecycleStateZtimeUpdatedN) Z swagger_typesZ attribute_map� _algorithm�_name�_compartment_id�_secret�_freeform_tags� _defined_tags�_id�_TsigKey__self� _time_created�_lifecycle_state� _time_updated)r �kwargs� r&