📂 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
›
object_storage
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/object_storage/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_object_storage_tier_details.cpython-39.pyc
a ���fQ � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�UpdateObjectStorageTierDetailsa� To change the storage tier of an object, we specify the object name and the desired storage tier in the body. Objects can be moved between Standard and InfrequentAccess tiers and from Standard or InfrequentAccess tier to Archive tier. If a version id is specified, only the specified version of the object is moved to a different storage tier, else the current version is used. �Standard�InfrequentAccess�Archivec K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new UpdateObjectStorageTierDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param object_name: The value to assign to the object_name property of this UpdateObjectStorageTierDetails. :type object_name: str :param storage_tier: The value to assign to the storage_tier property of this UpdateObjectStorageTierDetails. Allowed values for this property are: "Standard", "InfrequentAccess", "Archive" :type storage_tier: str :param version_id: The value to assign to the version_id property of this UpdateObjectStorageTierDetails. :type version_id: str �str)�object_name�storage_tier� version_idZ objectNameZstorageTierZ versionIdN)Z swagger_typesZ attribute_map�_object_name� _storage_tier�_version_id)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/object_storage/models/update_object_storage_tier_details.py�__init__"