📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_storage_generic_artifact_location_details.cpython-39.pyc
a ���fr � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�GenericArtifactLocationDetails� )�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 ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )�+ObjectStorageGenericArtifactLocationDetailszA ObjectStorage bucket details where artifact is located. c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a= Initializes a new ObjectStorageGenericArtifactLocationDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.ObjectStorageGenericArtifactLocationDetails.storage_type` attribute of this class is ``OBJECT_STORAGE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param storage_type: The value to assign to the storage_type property of this ObjectStorageGenericArtifactLocationDetails. Allowed values for this property are: "OBJECT_STORAGE" :type storage_type: str :param namespace: The value to assign to the namespace property of this ObjectStorageGenericArtifactLocationDetails. :type namespace: str :param bucket_name: The value to assign to the bucket_name property of this ObjectStorageGenericArtifactLocationDetails. :type bucket_name: str :param object_name: The value to assign to the object_name property of this ObjectStorageGenericArtifactLocationDetails. :type object_name: str :param region: The value to assign to the region property of this ObjectStorageGenericArtifactLocationDetails. :type region: str �str)Zstorage_type� namespace�bucket_name�object_name�regionZstorageTyper Z bucketNameZ objectNamer NZOBJECT_STORAGE)Z swagger_typesZ attribute_mapZ _storage_type� _namespace�_bucket_name�_object_name�_region)�self�kwargs� r �f/usr/lib/python3.9/site-packages/oci/devops/models/object_storage_generic_artifact_location_details.py�__init__ s$ � �z4ObjectStorageGenericArtifactLocationDetails.__init__c C s | j S )a **[Required]** Gets the namespace of this ObjectStorageGenericArtifactLocationDetails. Unique namespace in the tenancy which contains the bucket :return: The namespace of this ObjectStorageGenericArtifactLocationDetails. :rtype: str �r �r r r r r E s z5ObjectStorageGenericArtifactLocationDetails.namespacec C s || _ dS )a Sets the namespace of this ObjectStorageGenericArtifactLocationDetails. Unique namespace in the tenancy which contains the bucket :param namespace: The namespace of this ObjectStorageGenericArtifactLocationDetails. :type: str Nr )r r r r r r Q s c C s | j S )a **[Required]** Gets the bucket_name of this ObjectStorageGenericArtifactLocationDetails. Specifies the Object Storage bucket. :return: The bucket_name of this ObjectStorageGenericArtifactLocationDetails. :rtype: str �r r r r r r ] s z7ObjectStorageGenericArtifactLocationDetails.bucket_namec C s || _ dS )z� Sets the bucket_name of this ObjectStorageGenericArtifactLocationDetails. Specifies the Object Storage bucket. :param bucket_name: The bucket_name of this ObjectStorageGenericArtifactLocationDetails. :type: str Nr )r r r r r r i s c C s | j S )a **[Required]** Gets the object_name of this ObjectStorageGenericArtifactLocationDetails. Specifies the name of object inside the bucket. :return: The object_name of this ObjectStorageGenericArtifactLocationDetails. :rtype: str �r r r r r r u s z7ObjectStorageGenericArtifactLocationDetails.object_namec C s || _ dS )a Sets the object_name of this ObjectStorageGenericArtifactLocationDetails. Specifies the name of object inside the bucket. :param object_name: The object_name of this ObjectStorageGenericArtifactLocationDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the region of this ObjectStorageGenericArtifactLocationDetails. Region identifier. :return: The region of this ObjectStorageGenericArtifactLocationDetails. :rtype: str �r r r r r r � s z2ObjectStorageGenericArtifactLocationDetails.regionc C s || _ dS )z� Sets the region of this ObjectStorageGenericArtifactLocationDetails. Region identifier. :param region: The region of this ObjectStorageGenericArtifactLocationDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z4ObjectStorageGenericArtifactLocationDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z2ObjectStorageGenericArtifactLocationDetails.__eq__c C s | |k S r r r r r r �__ne__� s z2ObjectStorageGenericArtifactLocationDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r"