📂 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
›
resource_manager
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/resource_manager/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_storage_config_source_record.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ConfigSourceRecord� )�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 )�ObjectStorageConfigSourceRecordzA Metadata about the Object Storage configuration source. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a= Initializes a new ObjectStorageConfigSourceRecord object with values from keyword arguments. The default value of the :py:attr:`~oci.resource_manager.models.ObjectStorageConfigSourceRecord.config_source_record_type` attribute of this class is ``OBJECT_STORAGE_CONFIG_SOURCE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config_source_record_type: The value to assign to the config_source_record_type property of this ObjectStorageConfigSourceRecord. Allowed values for this property are: "BITBUCKET_CLOUD_CONFIG_SOURCE", "BITBUCKET_SERVER_CONFIG_SOURCE", "COMPARTMENT_CONFIG_SOURCE", "DEVOPS_CONFIG_SOURCE", "GIT_CONFIG_SOURCE", "OBJECT_STORAGE_CONFIG_SOURCE", "ZIP_UPLOAD" :type config_source_record_type: str :param region: The value to assign to the region property of this ObjectStorageConfigSourceRecord. :type region: str :param namespace: The value to assign to the namespace property of this ObjectStorageConfigSourceRecord. :type namespace: str :param bucket_name: The value to assign to the bucket_name property of this ObjectStorageConfigSourceRecord. :type bucket_name: str �str)�config_source_record_type�region� namespace�bucket_name�configSourceRecordTyper r � bucketNameN�OBJECT_STORAGE_CONFIG_SOURCE)� swagger_types� attribute_map�_config_source_record_type�_region� _namespace�_bucket_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/resource_manager/models/object_storage_config_source_record.py�__init__ s ��z(ObjectStorageConfigSourceRecord.__init__c C s | j S )z� **[Required]** Gets the region of this ObjectStorageConfigSourceRecord. The name of the bucket's region. Example: `us-phoenix-1` :return: The region of this ObjectStorageConfigSourceRecord. :rtype: str �r �r r r r r <