📂 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
›
sch
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/sch/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_storage_target_details.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� TargetDetails� )�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 edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�ObjectStorageTargetDetailsz� The bucket used for the Object Storage target. For configuration instructions, see `To create a service connector`__. __ https://docs.cloud.oracle.com/iaas/Content/service-connector-hub/managingconnectors.htm#create c K sV ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d| _d S )a Initializes a new ObjectStorageTargetDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.sch.models.ObjectStorageTargetDetails.kind` attribute of this class is ``objectStorage`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param kind: The value to assign to the kind property of this ObjectStorageTargetDetails. Allowed values for this property are: "functions", "loggingAnalytics", "monitoring", "notifications", "objectStorage", "streaming" :type kind: str :param namespace: The value to assign to the namespace property of this ObjectStorageTargetDetails. :type namespace: str :param bucket_name: The value to assign to the bucket_name property of this ObjectStorageTargetDetails. :type bucket_name: str :param object_name_prefix: The value to assign to the object_name_prefix property of this ObjectStorageTargetDetails. :type object_name_prefix: str :param batch_rollover_size_in_mbs: The value to assign to the batch_rollover_size_in_mbs property of this ObjectStorageTargetDetails. :type batch_rollover_size_in_mbs: int :param batch_rollover_time_in_ms: The value to assign to the batch_rollover_time_in_ms property of this ObjectStorageTargetDetails. :type batch_rollover_time_in_ms: int �str�int)�kind� namespace�bucket_name�object_name_prefix�batch_rollover_size_in_mbs�batch_rollover_time_in_msr r � bucketName�objectNamePrefix�batchRolloverSizeInMBs�batchRolloverTimeInMsN� objectStorage)� swagger_types� attribute_map�_kind� _namespace�_bucket_name�_object_name_prefix�_batch_rollover_size_in_mbs�_batch_rollover_time_in_ms)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/sch/models/object_storage_target_details.py�__init__ s* !� � z#ObjectStorageTargetDetails.__init__c C s | j S )z� Gets the namespace of this ObjectStorageTargetDetails. The namespace. :return: The namespace of this ObjectStorageTargetDetails. :rtype: str �r �r r r r! r N s z$ObjectStorageTargetDetails.namespacec C s || _ dS )z� Sets the namespace of this ObjectStorageTargetDetails. The namespace. :param namespace: The namespace of this ObjectStorageTargetDetails. :type: str Nr# )r r r r r! r Z s c C s | j S )z� **[Required]** Gets the bucket_name of this ObjectStorageTargetDetails. The name of the bucket. Avoid entering confidential information. :return: The bucket_name of this ObjectStorageTargetDetails. :rtype: str �r r$ r r r! r f s z&ObjectStorageTargetDetails.bucket_namec C s || _ dS )z� Sets the bucket_name of this ObjectStorageTargetDetails. The name of the bucket. Avoid entering confidential information. :param bucket_name: The bucket_name of this ObjectStorageTargetDetails. :type: str Nr% )r r r r r! r r s c C s | j S )z� Gets the object_name_prefix of this ObjectStorageTargetDetails. The prefix of the objects. Avoid entering confidential information. :return: The object_name_prefix of this ObjectStorageTargetDetails. :rtype: str �r r$ r r r! r ~ s z-ObjectStorageTargetDetails.object_name_prefixc C s || _ dS )a Sets the object_name_prefix of this ObjectStorageTargetDetails. The prefix of the objects. Avoid entering confidential information. :param object_name_prefix: The object_name_prefix of this ObjectStorageTargetDetails. :type: str Nr&