📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_transfer_appliance_details.cpython-39.opt-1.pyc
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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�UpdateTransferApplianceDetailsz/ UpdateTransferApplianceDetails model. � PREPARING� FINALIZED�RETURN_LABEL_REQUESTED�RETURN_LABEL_GENERATING�RETURN_LABEL_AVAILABLE�DELETED�CUSTOMER_NEVER_RECEIVED� CANCELLEDc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) ax Initializes a new UpdateTransferApplianceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param lifecycle_state: The value to assign to the lifecycle_state property of this UpdateTransferApplianceDetails. Allowed values for this property are: "PREPARING", "FINALIZED", "RETURN_LABEL_REQUESTED", "RETURN_LABEL_GENERATING", "RETURN_LABEL_AVAILABLE", "DELETED", "CUSTOMER_NEVER_RECEIVED", "CANCELLED" :type lifecycle_state: str :param customer_shipping_address: The value to assign to the customer_shipping_address property of this UpdateTransferApplianceDetails. :type customer_shipping_address: oci.dts.models.ShippingAddress :param expected_return_date: The value to assign to the expected_return_date property of this UpdateTransferApplianceDetails. :type expected_return_date: datetime :param pickup_window_start_time: The value to assign to the pickup_window_start_time property of this UpdateTransferApplianceDetails. :type pickup_window_start_time: datetime :param pickup_window_end_time: The value to assign to the pickup_window_end_time property of this UpdateTransferApplianceDetails. :type pickup_window_end_time: datetime :param minimum_storage_capacity_in_terabytes: The value to assign to the minimum_storage_capacity_in_terabytes property of this UpdateTransferApplianceDetails. :type minimum_storage_capacity_in_terabytes: int �strZShippingAddressZdatetime�int)�lifecycle_state�customer_shipping_address�expected_return_date�pickup_window_start_time�pickup_window_end_time�%minimum_storage_capacity_in_terabytesZlifecycleStateZcustomerShippingAddressZexpectedReturnDateZpickupWindowStartTimeZpickupWindowEndTimeZ!minimumStorageCapacityInTerabytesN)Z swagger_typesZ attribute_map�_lifecycle_state�_customer_shipping_address�_expected_return_date�_pickup_window_start_time�_pickup_window_end_time�&_minimum_storage_capacity_in_terabytes)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/dts/models/update_transfer_appliance_details.py�__init__2 s( � � z'UpdateTransferApplianceDetails.__init__c C s | j S )a~ Gets the lifecycle_state of this UpdateTransferApplianceDetails. Allowed values for this property are: "PREPARING", "FINALIZED", "RETURN_LABEL_REQUESTED", "RETURN_LABEL_GENERATING", "RETURN_LABEL_AVAILABLE", "DELETED", "CUSTOMER_NEVER_RECEIVED", "CANCELLED" :return: The lifecycle_state of this UpdateTransferApplianceDetails. :rtype: str )r �r r r r r j s z.UpdateTransferApplianceDetails.lifecycle_statec C s* g d�}t ||�s td|� ���|| _dS )z� Sets the lifecycle_state of this UpdateTransferApplianceDetails. :param lifecycle_state: The lifecycle_state of this UpdateTransferApplianceDetails. :type: str )r r r r r r r r z<Invalid value for `lifecycle_state`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r v s �c C s | j S )z� Gets the customer_shipping_address of this UpdateTransferApplianceDetails. :return: The customer_shipping_address of this UpdateTransferApplianceDetails. :rtype: oci.dts.models.ShippingAddress �r r"