📂 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
›
key_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/key_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: backup_location_bucket.pyc
a O��f} � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�BackupLocation� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�BackupLocationBucketzH Object storage bucket details to upload or download the backup c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a* Initializes a new BackupLocationBucket object with values from keyword arguments. The default value of the :py:attr:`~oci.key_management.models.BackupLocationBucket.destination` attribute of this class is ``BUCKET`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param destination: The value to assign to the destination property of this BackupLocationBucket. Allowed values for this property are: "BUCKET", "PRE_AUTHENTICATED_REQUEST_URI" :type destination: str :param namespace: The value to assign to the namespace property of this BackupLocationBucket. :type namespace: str :param bucket_name: The value to assign to the bucket_name property of this BackupLocationBucket. :type bucket_name: str :param object_name: The value to assign to the object_name property of this BackupLocationBucket. :type object_name: str �str)�destination� namespace�bucket_name�object_namer r � bucketName� objectNameN�BUCKET)� swagger_types� attribute_map�_destination� _namespace�_bucket_name�_object_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/key_management/models/backup_location_bucket.py�__init__ s ��zBackupLocationBucket.__init__c C s | j S )z� **[Required]** Gets the namespace of this BackupLocationBucket. :return: The namespace of this BackupLocationBucket. :rtype: str �r �r r r r r <