ruạṛ
a O��f+ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ConfigSource� )�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 )�ObjectStorageConfigSourcezA Metadata about the Object Storage configuration source. c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a� Initializes a new ObjectStorageConfigSource object with values from keyword arguments. The default value of the :py:attr:`~oci.resource_manager.models.ObjectStorageConfigSource.config_source_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_type: The value to assign to the config_source_type property of this ObjectStorageConfigSource. 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_type: str :param working_directory: The value to assign to the working_directory property of this ObjectStorageConfigSource. :type working_directory: str :param region: The value to assign to the region property of this ObjectStorageConfigSource. :type region: str :param namespace: The value to assign to the namespace property of this ObjectStorageConfigSource. :type namespace: str :param bucket_name: The value to assign to the bucket_name property of this ObjectStorageConfigSource. :type bucket_name: str �str)�config_source_type�working_directory�region� namespace�bucket_name�configSourceType�workingDirectoryr r � bucketNameN�OBJECT_STORAGE_CONFIG_SOURCE)� swagger_types� attribute_map�_config_source_type�_working_directory�_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.py�__init__ s$ � �z"ObjectStorageConfigSource.__init__c C s | j S )z� **[Required]** Gets the region of this ObjectStorageConfigSource. The name of the bucket's region. Example: `us-phoenix-1` :return: The region of this ObjectStorageConfigSource. :rtype: str �r �r r r r r C s z ObjectStorageConfigSource.regionc C s || _ dS )z� Sets the region of this ObjectStorageConfigSource. The name of the bucket's region. Example: `us-phoenix-1` :param region: The region of this ObjectStorageConfigSource. :type: str Nr )r r r r r r P s c C s | j S )z� **[Required]** Gets the namespace of this ObjectStorageConfigSource. The Object Storage namespace that contains the bucket. :return: The namespace of this ObjectStorageConfigSource. :rtype: str �r r r r r r ] s z#ObjectStorageConfigSource.namespacec C s || _ dS )z� Sets the namespace of this ObjectStorageConfigSource. The Object Storage namespace that contains the bucket. :param namespace: The namespace of this ObjectStorageConfigSource. :type: str Nr! )r r r r r r i s c C s | j S )an **[Required]** Gets the bucket_name of this ObjectStorageConfigSource. The name of the bucket that contains the Terraform configuration files. Maximum file size (applies to each file in the bucket): 100 MB. (In a bucket, a file is an object.) :return: The bucket_name of this ObjectStorageConfigSource. :rtype: str �r r r r r r u s z%ObjectStorageConfigSource.bucket_namec C s || _ dS )ai Sets the bucket_name of this ObjectStorageConfigSource. The name of the bucket that contains the Terraform configuration files. Maximum file size (applies to each file in the bucket): 100 MB. (In a bucket, a file is an object.) :param bucket_name: The bucket_name of this ObjectStorageConfigSource. :type: str Nr"