📂 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
›
opensearch
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opensearch/models/__pycache__
💾
Free:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: opensearch_cluster_backup.cpython-39.opt-1.pyc
a ���f�Y � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z dBdC� Z!dDdE� Z"dFdG� Z#dHS )I�OpensearchClusterBackupa6 An OpenSearch cluster backup resource. An cluster is set of instances that provide OpenSearch functionality in OCI Search Service with OpenSearch. For more information, see `Cluster Backups`__. __ https://docs.cloud.oracle.com/iaas/Content/search-opensearch/Concepts/ociopensearchbackups.htm � SCHEDULED�MANUAL�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddddddddd�| _ ddd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a� Initializes a new OpensearchClusterBackup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this OpensearchClusterBackup. :type id: str :param display_name: The value to assign to the display_name property of this OpensearchClusterBackup. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this OpensearchClusterBackup. :type compartment_id: str :param backup_type: The value to assign to the backup_type property of this OpensearchClusterBackup. Allowed values for this property are: "SCHEDULED", "MANUAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type backup_type: str :param time_created: The value to assign to the time_created property of this OpensearchClusterBackup. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this OpensearchClusterBackup. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this OpensearchClusterBackup. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecyle_details: The value to assign to the lifecyle_details property of this OpensearchClusterBackup. :type lifecyle_details: str :param source_cluster_id: The value to assign to the source_cluster_id property of this OpensearchClusterBackup. :type source_cluster_id: str :param namespace: The value to assign to the namespace property of this OpensearchClusterBackup. :type namespace: str :param bucket_name: The value to assign to the bucket_name property of this OpensearchClusterBackup. :type bucket_name: str :param prefix: The value to assign to the prefix property of this OpensearchClusterBackup. :type prefix: str :param time_expired: The value to assign to the time_expired property of this OpensearchClusterBackup. :type time_expired: datetime :param backup_size: The value to assign to the backup_size property of this OpensearchClusterBackup. :type backup_size: float :param source_cluster_display_name: The value to assign to the source_cluster_display_name property of this OpensearchClusterBackup. :type source_cluster_display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this OpensearchClusterBackup. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this OpensearchClusterBackup. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this OpensearchClusterBackup. :type system_tags: dict(str, dict(str, object)) �strZdatetime�floatzdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�backup_type�time_created�time_updated�lifecycle_state�lifecyle_details�source_cluster_id� namespace�bucket_name�prefix�time_expired�backup_size�source_cluster_display_name� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdZ backupTypeZtimeCreatedZtimeUpdatedZlifecycleStateZlifecyleDetailsZsourceClusterIdr Z bucketNamer ZtimeExpiredZ backupSizeZsourceClusterDisplayNameZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_backup_type� _time_created� _time_updated�_lifecycle_state�_lifecyle_details�_source_cluster_id� _namespace�_bucket_name�_prefix� _time_expired�_backup_size�_source_cluster_display_name�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r7 �S/usr/lib/python3.9/site-packages/oci/opensearch/models/opensearch_cluster_backup.py�__init__5 sp S��z OpensearchClusterBackup.__init__c C s | j S )z� **[Required]** Gets the id of this OpensearchClusterBackup. The OCID of the cluster backup. :return: The id of this OpensearchClusterBackup. :rtype: str �r# �r5 r7 r7 r8 r � s zOpensearchClusterBackup.idc C s || _ dS )z� Sets the id of this OpensearchClusterBackup. The OCID of the cluster backup. :param id: The id of this OpensearchClusterBackup. :type: str Nr: )r5 r r7 r7 r8 r � s c C s | j S )z� Gets the display_name of this OpensearchClusterBackup. The name of the cluster backup. Avoid entering confidential information. :return: The display_name of this OpensearchClusterBackup. :rtype: str �r$ r; r7 r7 r8 r � s z$OpensearchClusterBackup.display_namec C s || _ dS )z� Sets the display_name of this OpensearchClusterBackup. The name of the cluster backup. Avoid entering confidential information. :param display_name: The display_name of this OpensearchClusterBackup. :type: str Nr<