📂 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: backup_event_details.cpython-39.pyc
a ���fZ � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �BackupEventDetailsz/ Details about a cluster backup event. �DELETED�SUCCESS�FAILEDc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new BackupEventDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cluster_id: The value to assign to the cluster_id property of this BackupEventDetails. :type cluster_id: str :param backup_state: The value to assign to the backup_state property of this BackupEventDetails. Allowed values for this property are: "DELETED", "SUCCESS", "FAILED" :type backup_state: str :param snapshot_name: The value to assign to the snapshot_name property of this BackupEventDetails. :type snapshot_name: str :param time_started: The value to assign to the time_started property of this BackupEventDetails. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this BackupEventDetails. :type time_ended: datetime :param backup_size: The value to assign to the backup_size property of this BackupEventDetails. :type backup_size: float �strZdatetime�float)� cluster_id�backup_state� snapshot_name�time_started� time_ended�backup_sizeZ clusterIdZbackupStateZsnapshotNameZtimeStartedZ timeEndedZ backupSizeN)Z swagger_typesZ attribute_map�_cluster_id� _backup_state�_snapshot_name� _time_started�_time_ended�_backup_size)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/opensearch/models/backup_event_details.py�__init__ s( � � zBackupEventDetails.__init__c C s | j S )z� **[Required]** Gets the cluster_id of this BackupEventDetails. The OCID of the OpenSearch cluster for the cluster backup. :return: The cluster_id of this BackupEventDetails. :rtype: str �r �r r r r r V s zBackupEventDetails.cluster_idc C s || _ dS )z� Sets the cluster_id of this BackupEventDetails. The OCID of the OpenSearch cluster for the cluster backup. :param cluster_id: The cluster_id of this BackupEventDetails. :type: str Nr )r r r r r r b s c C s | j S )a( **[Required]** Gets the backup_state of this BackupEventDetails. The result of the cluster backup operation. Allowed values for this property are: "DELETED", "SUCCESS", "FAILED" :return: The backup_state of this BackupEventDetails. :rtype: str )r r r r r r n s zBackupEventDetails.backup_statec C s* g d�}t ||�s td|� ���|| _dS )z� Sets the backup_state of this BackupEventDetails. The result of the cluster backup operation. :param backup_state: The backup_state of this BackupEventDetails. :type: str )r r r z9Invalid value for `backup_state`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r | s �c C s | j S )z� Gets the snapshot_name of this BackupEventDetails. The name of the cluster backup. :return: The snapshot_name of this BackupEventDetails. :rtype: str �r r r r r r � s z BackupEventDetails.snapshot_namec C s || _ dS )z� Sets the snapshot_name of this BackupEventDetails. The name of the cluster backup. :param snapshot_name: The snapshot_name of this BackupEventDetails. :type: str Nr )r r r r r r � s c C s | j S )a6 **[Required]** Gets the time_started of this BackupEventDetails. The date and time the cluster backup event started. Format defined by `RFC3339`__. __ https://tools.ietf.org/html/rfc3339 :return: The time_started of this BackupEventDetails. :rtype: datetime �r r r r r r � s zBackupEventDetails.time_startedc C s || _ dS )a2 Sets the time_started of this BackupEventDetails. The date and time the cluster backup event started. Format defined by `RFC3339`__. __ https://tools.ietf.org/html/rfc3339 :param time_started: The time_started of this BackupEventDetails. :type: datetime Nr! )r r r r r r � s c C s | j S )a2 **[Required]** Gets the time_ended of this BackupEventDetails. The date and time the cluster backup event started. Format defined by `RFC3339`__. __ https://tools.ietf.org/html/rfc3339 :return: The time_ended of this BackupEventDetails. :rtype: datetime �r r r r r r � s zBackupEventDetails.time_endedc C s || _ dS )a, Sets the time_ended of this BackupEventDetails. The date and time the cluster backup event started. Format defined by `RFC3339`__. __ https://tools.ietf.org/html/rfc3339 :param time_ended: The time_ended of this BackupEventDetails. :type: datetime Nr"