📂 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_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�JobExecutionResultDetails� )�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 )�&ObjectStorageJobExecutionResultDetailsz� The details of the job execution result stored in Object Storage. The job execution result could be accessed using the Object Storage API. c K sL dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d | _d S )a Initializes a new ObjectStorageJobExecutionResultDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.ObjectStorageJobExecutionResultDetails.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 ObjectStorageJobExecutionResultDetails. 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 ObjectStorageJobExecutionResultDetails. :type namespace_name: str :param bucket_name: The value to assign to the bucket_name property of this ObjectStorageJobExecutionResultDetails. :type bucket_name: str :param object_name: The value to assign to the object_name property of this ObjectStorageJobExecutionResultDetails. :type object_name: str :param row_count: The value to assign to the row_count property of this ObjectStorageJobExecutionResultDetails. :type row_count: int �str�int)�type�namespace_name�bucket_name�object_name� row_countr � namespaceName� bucketName� objectName�rowCountN�OBJECT_STORAGE)� swagger_types� attribute_map�_type�_namespace_name�_bucket_name�_object_name� _row_count)�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_details.py�__init__ s$ � �z/ObjectStorageJobExecutionResultDetails.__init__c C s | j S )a Gets the namespace_name of this ObjectStorageJobExecutionResultDetails. The Object Storage namespace used for job execution result storage. :return: The namespace_name of this ObjectStorageJobExecutionResultDetails. :rtype: str �r �r r r r r D s z5ObjectStorageJobExecutionResultDetails.namespace_namec C s || _ dS )a Sets the namespace_name of this ObjectStorageJobExecutionResultDetails. The Object Storage namespace used for job execution result storage. :param namespace_name: The namespace_name of this ObjectStorageJobExecutionResultDetails. :type: str Nr! )r r r r r r P s c C s | j S )a Gets the bucket_name of this ObjectStorageJobExecutionResultDetails. The name of the bucket used for job execution result storage. :return: The bucket_name of this ObjectStorageJobExecutionResultDetails. :rtype: str �r r"