📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
dts
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/dts/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: transfer_job_summary.cpython-39.opt-1.pyc
a ���fn/ � @ 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 @ s6 e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�TransferJobSummaryz# TransferJobSummary model. �DISK� APPLIANCE� INITIATED� PREPARING�ACTIVE�DELETED�CLOSEDc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new TransferJobSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this TransferJobSummary. :type id: str :param upload_bucket_name: The value to assign to the upload_bucket_name property of this TransferJobSummary. :type upload_bucket_name: str :param display_name: The value to assign to the display_name property of this TransferJobSummary. :type display_name: str :param label: The value to assign to the label property of this TransferJobSummary. :type label: str :param device_type: The value to assign to the device_type property of this TransferJobSummary. Allowed values for this property are: "DISK", "APPLIANCE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type device_type: str :param creation_time: The value to assign to the creation_time property of this TransferJobSummary. :type creation_time: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this TransferJobSummary. Allowed values for this property are: "INITIATED", "PREPARING", "ACTIVE", "DELETED", "CLOSED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this TransferJobSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this TransferJobSummary. :type defined_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object))) �id�upload_bucket_name�display_name�label�device_type� creation_time�lifecycle_state� freeform_tags�defined_tagsr ZuploadBucketNameZdisplayNamer Z deviceTypeZcreationTimeZlifecycleStateZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_upload_bucket_name� _display_name�_label�_device_type�_creation_time�_lifecycle_state�_freeform_tags� _defined_tags)�self�kwargs� r# �G/usr/lib/python3.9/site-packages/oci/dts/models/transfer_job_summary.py�__init__. s: /� �zTransferJobSummary.__init__c C s | j S )z� Gets the id of this TransferJobSummary. :return: The id of this TransferJobSummary. :rtype: str �r �r! r# r# r$ r ~ s zTransferJobSummary.idc C s || _ dS )z� Sets the id of this TransferJobSummary. :param id: The id of this TransferJobSummary. :type: str Nr&