ruạṛ
a ���f � @ 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 ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�NewTransferDevicez" NewTransferDevice model. � PREPARINGc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new NewTransferDevice object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param label: The value to assign to the label property of this NewTransferDevice. :type label: str :param serial_number: The value to assign to the serial_number property of this NewTransferDevice. :type serial_number: str :param iscsi_iqn: The value to assign to the iscsi_iqn property of this NewTransferDevice. :type iscsi_iqn: str :param lifecycle_state: The value to assign to the lifecycle_state property of this NewTransferDevice. Allowed values for this property are: "PREPARING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param encryption_passphrase: The value to assign to the encryption_passphrase property of this NewTransferDevice. :type encryption_passphrase: str :param transfer_job_id: The value to assign to the transfer_job_id property of this NewTransferDevice. :type transfer_job_id: str :param creation_time: The value to assign to the creation_time property of this NewTransferDevice. :type creation_time: datetime �strZdatetime)�label� serial_number� iscsi_iqn�lifecycle_state�encryption_passphrase�transfer_job_id� creation_timer ZserialNumberZiscsiIQNZlifecycleStateZencryptionPassphraseZ transferJobIdZcreationTimeN) Z swagger_typesZ attribute_map�_label�_serial_number� _iscsi_iqn�_lifecycle_state�_encryption_passphrase�_transfer_job_id�_creation_time)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/dts/models/new_transfer_device.py�__init__ s. %�� zNewTransferDevice.__init__c C s | j S )z� **[Required]** Gets the label of this NewTransferDevice. :return: The label of this NewTransferDevice. :rtype: str �r �r r r r r V s zNewTransferDevice.labelc C s || _ dS )z� Sets the label of this NewTransferDevice. :param label: The label of this NewTransferDevice. :type: str Nr )r r r r r r ` s c C s | j S )z� Gets the serial_number of this NewTransferDevice. :return: The serial_number of this NewTransferDevice. :rtype: str �r r r r r r j s zNewTransferDevice.serial_numberc C s || _ dS )z� Sets the serial_number of this NewTransferDevice. :param serial_number: The serial_number of this NewTransferDevice. :type: str Nr )r r r r r r t s c C s | j S )z� Gets the iscsi_iqn of this NewTransferDevice. :return: The iscsi_iqn of this NewTransferDevice. :rtype: str �r r r r r r ~ s zNewTransferDevice.iscsi_iqnc C s || _ dS )z� Sets the iscsi_iqn of this NewTransferDevice. :param iscsi_iqn: The iscsi_iqn of this NewTransferDevice. :type: str Nr )r r r r r r � s c C s | j S )aJ Gets the lifecycle_state of this NewTransferDevice. Allowed values for this property are: "PREPARING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this NewTransferDevice. :rtype: str )r r r r r r � s z!NewTransferDevice.lifecycle_statec C s dg}t ||�sd}|| _dS )z� Sets the lifecycle_state of this NewTransferDevice. :param lifecycle_state: The lifecycle_state of this NewTransferDevice. :type: str r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r � s c C s | j S )z� Gets the encryption_passphrase of this NewTransferDevice. :return: The encryption_passphrase of this NewTransferDevice. :rtype: str �r r r r r r � s z'NewTransferDevice.encryption_passphrasec C s || _ dS )z� Sets the encryption_passphrase of this NewTransferDevice. :param encryption_passphrase: The encryption_passphrase of this NewTransferDevice. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the transfer_job_id of this NewTransferDevice. :return: The transfer_job_id of this NewTransferDevice. :rtype: str �r r r r r r � s z!NewTransferDevice.transfer_job_idc C s || _ dS )z� Sets the transfer_job_id of this NewTransferDevice. :param transfer_job_id: The transfer_job_id of this NewTransferDevice. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the creation_time of this NewTransferDevice. :return: The creation_time of this NewTransferDevice. :rtype: datetime �r r r r r r � s zNewTransferDevice.creation_timec C s || _ dS )z� Sets the creation_time of this NewTransferDevice. :param creation_time: The creation_time of this NewTransferDevice. :type: datetime Nr"