📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
object_storage
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/object_storage/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_bucket_details.pyc
a O��f�H � @ 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 @ sb e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�UpdateBucketDetailsa[ To use any of the API operations, you must be authorized in an IAM policy. If you are not authorized, talk to an administrator. If you are an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm �NoPublicAccess� ObjectRead�ObjectReadWithoutList�Enabled� Suspendedc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a7 Initializes a new UpdateBucketDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace: The value to assign to the namespace property of this UpdateBucketDetails. :type namespace: str :param compartment_id: The value to assign to the compartment_id property of this UpdateBucketDetails. :type compartment_id: str :param name: The value to assign to the name property of this UpdateBucketDetails. :type name: str :param metadata: The value to assign to the metadata property of this UpdateBucketDetails. :type metadata: dict(str, str) :param public_access_type: The value to assign to the public_access_type property of this UpdateBucketDetails. Allowed values for this property are: "NoPublicAccess", "ObjectRead", "ObjectReadWithoutList" :type public_access_type: str :param object_events_enabled: The value to assign to the object_events_enabled property of this UpdateBucketDetails. :type object_events_enabled: bool :param freeform_tags: The value to assign to the freeform_tags property of this UpdateBucketDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateBucketDetails. :type defined_tags: dict(str, dict(str, object)) :param kms_key_id: The value to assign to the kms_key_id property of this UpdateBucketDetails. :type kms_key_id: str :param versioning: The value to assign to the versioning property of this UpdateBucketDetails. Allowed values for this property are: "Enabled", "Suspended" :type versioning: str :param auto_tiering: The value to assign to the auto_tiering property of this UpdateBucketDetails. :type auto_tiering: str �strzdict(str, str)�boolzdict(str, dict(str, object)))� namespace�compartment_id�name�metadata�public_access_type�object_events_enabled� freeform_tags�defined_tags� kms_key_id� versioning�auto_tieringr � compartmentIdr r �publicAccessType�objectEventsEnabled�freeformTags�definedTags�kmsKeyIdr �autoTieringN) � swagger_types� attribute_map� _namespace�_compartment_id�_name� _metadata�_public_access_type�_object_events_enabled�_freeform_tags� _defined_tags�_kms_key_id�_versioning� _auto_tiering)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/object_storage/models/update_bucket_details.py�__init__( sF 5��zUpdateBucketDetails.__init__c C s | j S )z� Gets the namespace of this UpdateBucketDetails. The Object Storage namespace in which the bucket lives. :return: The namespace of this UpdateBucketDetails. :rtype: str �r"