📂 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: create_bucket_details.cpython-39.pyc
a ���f+M � @ 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 @ sj 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$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zd,d-� Zd.d/� Zd0d1� Zd2S )3�CreateBucketDetailsa[ 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�Standard�Archive�Enabled�Disabledc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new CreateBucketDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateBucketDetails. :type name: str :param compartment_id: The value to assign to the compartment_id property of this CreateBucketDetails. :type compartment_id: str :param metadata: The value to assign to the metadata property of this CreateBucketDetails. :type metadata: dict(str, str) :param public_access_type: The value to assign to the public_access_type property of this CreateBucketDetails. Allowed values for this property are: "NoPublicAccess", "ObjectRead", "ObjectReadWithoutList" :type public_access_type: str :param storage_tier: The value to assign to the storage_tier property of this CreateBucketDetails. Allowed values for this property are: "Standard", "Archive" :type storage_tier: str :param object_events_enabled: The value to assign to the object_events_enabled property of this CreateBucketDetails. :type object_events_enabled: bool :param freeform_tags: The value to assign to the freeform_tags property of this CreateBucketDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateBucketDetails. :type defined_tags: dict(str, dict(str, object)) :param kms_key_id: The value to assign to the kms_key_id property of this CreateBucketDetails. :type kms_key_id: str :param versioning: The value to assign to the versioning property of this CreateBucketDetails. Allowed values for this property are: "Enabled", "Disabled" :type versioning: str :param auto_tiering: The value to assign to the auto_tiering property of this CreateBucketDetails. :type auto_tiering: str �strzdict(str, str)�boolzdict(str, dict(str, object)))�name�compartment_id�metadata�public_access_type�storage_tier�object_events_enabled� freeform_tags�defined_tags� kms_key_id� versioning�auto_tieringr Z compartmentIdr ZpublicAccessTypeZstorageTierZobjectEventsEnabledZfreeformTagsZdefinedTagsZkmsKeyIdr ZautoTieringN) Z swagger_typesZ attribute_map�_name�_compartment_id� _metadata�_public_access_type� _storage_tier�_object_events_enabled�_freeform_tags� _defined_tags�_kms_key_id�_versioning� _auto_tiering)�self�kwargs� r( �S/usr/lib/python3.9/site-packages/oci/object_storage/models/create_bucket_details.py�__init__2 sF 6��zCreateBucketDetails.__init__c C s | j S )a� **[Required]** Gets the name of this CreateBucketDetails. The name of the bucket. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Bucket names must be unique within an Object Storage namespace. Avoid entering confidential information. example: Example: my-new-bucket1 :return: The name of this CreateBucketDetails. :rtype: str �r �r&