📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
disaster_recovery
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/disaster_recovery/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_storage_log_location.cpython-39.pyc
a ���f} � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�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 d d� Z dd� Zdd� ZdS )�ObjectStorageLogLocationzR The details of an object storage log location for a DR protection group. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a~ Initializes a new ObjectStorageLogLocation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace: The value to assign to the namespace property of this ObjectStorageLogLocation. :type namespace: str :param bucket: The value to assign to the bucket property of this ObjectStorageLogLocation. :type bucket: str :param object: The value to assign to the object property of this ObjectStorageLogLocation. :type object: str �str)� namespace�bucket�objectr r r N)Z swagger_typesZ attribute_map� _namespace�_bucket�_object)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/disaster_recovery/models/object_storage_log_location.py�__init__ s ��z!ObjectStorageLogLocation.__init__c C s | j S )a **[Required]** Gets the namespace of this ObjectStorageLogLocation. The namespace in object storage (Note - this is usually the tenancy name). Example: `myocitenancy` :return: The namespace of this ObjectStorageLogLocation. :rtype: str �r �r r r r r 4 s z"ObjectStorageLogLocation.namespacec C s || _ dS )a Sets the namespace of this ObjectStorageLogLocation. The namespace in object storage (Note - this is usually the tenancy name). Example: `myocitenancy` :param namespace: The namespace of this ObjectStorageLogLocation. :type: str Nr )r r r r r r B s c C s | j S )a **[Required]** Gets the bucket of this ObjectStorageLogLocation. The bucket name inside the object storage namespace. Example: `operation_logs` :return: The bucket of this ObjectStorageLogLocation. :rtype: str �r r r r r r P s zObjectStorageLogLocation.bucketc C s || _ dS )z� Sets the bucket of this ObjectStorageLogLocation. The bucket name inside the object storage namespace. Example: `operation_logs` :param bucket: The bucket of this ObjectStorageLogLocation. :type: str Nr )r r r r r r ^ s c C s | j S )a Gets the object of this ObjectStorageLogLocation. The object name inside the object storage bucket. Example: `switchover_plan_executions` :return: The object of this ObjectStorageLogLocation. :rtype: str �r r r r r r l s zObjectStorageLogLocation.objectc C s || _ dS )a Sets the object of this ObjectStorageLogLocation. The object name inside the object storage bucket. Example: `switchover_plan_executions` :param object: The object of this ObjectStorageLogLocation. :type: str Nr )r r r r r r z s c C s t | �S �N)r r r r r �__repr__� s z!ObjectStorageLogLocation.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zObjectStorageLogLocation.__eq__c C s | |k S r r r r r r �__ne__� s zObjectStorageLogLocation.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"