📂 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
›
database_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_storage_job_execution_result_location.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�JobExecutionResultLocation� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�'ObjectStorageJobExecutionResultLocationzN The details about Object Storage job execution result location type. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new ObjectStorageJobExecutionResultLocation object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.ObjectStorageJobExecutionResultLocation.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 type: The value to assign to the type property of this ObjectStorageJobExecutionResultLocation. Allowed values for this property are: "OBJECT_STORAGE" :type type: str :param namespace_name: The value to assign to the namespace_name property of this ObjectStorageJobExecutionResultLocation. :type namespace_name: str :param bucket_name: The value to assign to the bucket_name property of this ObjectStorageJobExecutionResultLocation. :type bucket_name: str �str)�type�namespace_name�bucket_namer � namespaceName� bucketNameN�OBJECT_STORAGE)� swagger_types� attribute_map�_type�_namespace_name�_bucket_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/object_storage_job_execution_result_location.py�__init__ s ��z0ObjectStorageJobExecutionResultLocation.__init__c C s | j S )a Gets the namespace_name of this ObjectStorageJobExecutionResultLocation. The Object Storage namespace used for job execution result storage. :return: The namespace_name of this ObjectStorageJobExecutionResultLocation. :rtype: str �r �r r r r r 5 s z6ObjectStorageJobExecutionResultLocation.namespace_namec C s || _ dS )a Sets the namespace_name of this ObjectStorageJobExecutionResultLocation. The Object Storage namespace used for job execution result storage. :param namespace_name: The namespace_name of this ObjectStorageJobExecutionResultLocation. :type: str Nr )r r r r r r A s c C s | j S )a Gets the bucket_name of this ObjectStorageJobExecutionResultLocation. The name of the bucket used for job execution result storage. :return: The bucket_name of this ObjectStorageJobExecutionResultLocation. :rtype: str �r r r r r r M s z3ObjectStorageJobExecutionResultLocation.bucket_namec C s || _ dS )a Sets the bucket_name of this ObjectStorageJobExecutionResultLocation. The name of the bucket used for job execution result storage. :param bucket_name: The bucket_name of this ObjectStorageJobExecutionResultLocation. :type: str Nr )r r r r r r Y s c C s t | �S �N)r r r r r �__repr__e s z0ObjectStorageJobExecutionResultLocation.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__h s z.ObjectStorageJobExecutionResultLocation.__eq__c C s | |k S r r r r r r �__ne__n s z.ObjectStorageJobExecutionResultLocation.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r"