📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
sch
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/sch/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_storage_target_details.cpython-39.opt-1.pyc
a ���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 destination bucket for data transferred from the source. For configuration instructions, see `Creating a Connector`__. __ https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector.htm 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 Z bucketNameZobjectNamePrefixZbatchRolloverSizeInMBsZbatchRolloverTimeInMsNZ objectStorage)Z swagger_typesZ attribute_mapZ_kind� _namespace�_bucket_name�_object_name_prefix�_batch_rollover_size_in_mbs�_batch_rollover_time_in_ms)�self�kwargs� r �P/usr/lib/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 P 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 \ s c C s | j S )a� **[Required]** Gets the bucket_name of this ObjectStorageTargetDetails. The name of the bucket. Valid characters are letters (upper or lower case), numbers, hyphens (-), underscores(_), and periods (.). Bucket names must be unique within an Object Storage namespace. Avoid entering confidential information. Example: my-new-bucket1 :return: The bucket_name of this ObjectStorageTargetDetails. :rtype: str �r r r r r r h s z&ObjectStorageTargetDetails.bucket_namec C s || _ dS )a� Sets the bucket_name of this ObjectStorageTargetDetails. The name of the bucket. Valid characters are letters (upper or lower case), numbers, hyphens (-), underscores(_), and periods (.). Bucket names must be unique within an Object Storage namespace. Avoid entering confidential information. Example: my-new-bucket1 :param bucket_name: The bucket_name of this ObjectStorageTargetDetails. :type: str Nr )r r r r r r v 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 )r r r r r r � s c C s | j S )z� Gets the batch_rollover_size_in_mbs of this ObjectStorageTargetDetails. The batch rollover size in megabytes. :return: The batch_rollover_size_in_mbs of this ObjectStorageTargetDetails. :rtype: int �r r r r r r � s z5ObjectStorageTargetDetails.batch_rollover_size_in_mbsc C s || _ dS )a Sets the batch_rollover_size_in_mbs of this ObjectStorageTargetDetails. The batch rollover size in megabytes. :param batch_rollover_size_in_mbs: The batch_rollover_size_in_mbs of this ObjectStorageTargetDetails. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the batch_rollover_time_in_ms of this ObjectStorageTargetDetails. The batch rollover time in milliseconds. :return: The batch_rollover_time_in_ms of this ObjectStorageTargetDetails. :rtype: int �r r r r r r � s z4ObjectStorageTargetDetails.batch_rollover_time_in_msc C s || _ dS )a Sets the batch_rollover_time_in_ms of this ObjectStorageTargetDetails. The batch rollover time in milliseconds. :param batch_rollover_time_in_ms: The batch_rollover_time_in_ms of this ObjectStorageTargetDetails. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z#ObjectStorageTargetDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z!ObjectStorageTargetDetails.__eq__c C s | |k S r! r r$ r r r �__ne__� s z!ObjectStorageTargetDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r"