📂 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
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: complete_external_backup_job_details.cpython-39.pyc
a ���fG � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )� CompleteExternalBackupJobDetailsz1 CompleteExternalBackupJobDetails model. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CompleteExternalBackupJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param tde_wallet_path: The value to assign to the tde_wallet_path property of this CompleteExternalBackupJobDetails. :type tde_wallet_path: str :param cf_backup_handle: The value to assign to the cf_backup_handle property of this CompleteExternalBackupJobDetails. :type cf_backup_handle: str :param spf_backup_handle: The value to assign to the spf_backup_handle property of this CompleteExternalBackupJobDetails. :type spf_backup_handle: str :param sql_patches: The value to assign to the sql_patches property of this CompleteExternalBackupJobDetails. :type sql_patches: list[str] :param data_size: The value to assign to the data_size property of this CompleteExternalBackupJobDetails. :type data_size: int :param redo_size: The value to assign to the redo_size property of this CompleteExternalBackupJobDetails. :type redo_size: int �strz list[str]�int)�tde_wallet_path�cf_backup_handle�spf_backup_handle�sql_patches� data_size� redo_sizeZ tdeWalletPathZcfBackupHandleZspfBackupHandleZ sqlPatchesZdataSizeZredoSizeN)Z swagger_typesZ attribute_map�_tde_wallet_path�_cf_backup_handle�_spf_backup_handle�_sql_patches� _data_size� _redo_size)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/database/models/complete_external_backup_job_details.py�__init__ s( � � z)CompleteExternalBackupJobDetails.__init__c C s | j S )a7 Gets the tde_wallet_path of this CompleteExternalBackupJobDetails. If the database being backed up is TDE enabled, this will be the path to the associated TDE wallet in Object Storage. :return: The tde_wallet_path of this CompleteExternalBackupJobDetails. :rtype: str �r �r r r r r I s z0CompleteExternalBackupJobDetails.tde_wallet_pathc C s || _ dS )aE Sets the tde_wallet_path of this CompleteExternalBackupJobDetails. If the database being backed up is TDE enabled, this will be the path to the associated TDE wallet in Object Storage. :param tde_wallet_path: The tde_wallet_path of this CompleteExternalBackupJobDetails. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the cf_backup_handle of this CompleteExternalBackupJobDetails. The handle of the control file backup. :return: The cf_backup_handle of this CompleteExternalBackupJobDetails. :rtype: str �r r r r r r a s z1CompleteExternalBackupJobDetails.cf_backup_handlec C s || _ dS )z� Sets the cf_backup_handle of this CompleteExternalBackupJobDetails. The handle of the control file backup. :param cf_backup_handle: The cf_backup_handle of this CompleteExternalBackupJobDetails. :type: str Nr )r r r r r r m s c C s | j S )z� Gets the spf_backup_handle of this CompleteExternalBackupJobDetails. The handle of the spfile backup. :return: The spf_backup_handle of this CompleteExternalBackupJobDetails. :rtype: str �r r r r r r y s z2CompleteExternalBackupJobDetails.spf_backup_handlec C s || _ dS )z� Sets the spf_backup_handle of this CompleteExternalBackupJobDetails. The handle of the spfile backup. :param spf_backup_handle: The spf_backup_handle of this CompleteExternalBackupJobDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the sql_patches of this CompleteExternalBackupJobDetails. The list of SQL patches that need to be applied to the backup during the restore. :return: The sql_patches of this CompleteExternalBackupJobDetails. :rtype: list[str] �r r r r r r � s z,CompleteExternalBackupJobDetails.sql_patchesc C s || _ dS )a Sets the sql_patches of this CompleteExternalBackupJobDetails. The list of SQL patches that need to be applied to the backup during the restore. :param sql_patches: The sql_patches of this CompleteExternalBackupJobDetails. :type: list[str] Nr )r r r r r r � s c C s | j S )z� Gets the data_size of this CompleteExternalBackupJobDetails. The size of the data in the database, in megabytes. :return: The data_size of this CompleteExternalBackupJobDetails. :rtype: int �r r r r r r � s z*CompleteExternalBackupJobDetails.data_sizec C s || _ dS )z� Sets the data_size of this CompleteExternalBackupJobDetails. The size of the data in the database, in megabytes. :param data_size: The data_size of this CompleteExternalBackupJobDetails. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the redo_size of this CompleteExternalBackupJobDetails. The size of the redo in the database, in megabytes. :return: The redo_size of this CompleteExternalBackupJobDetails. :rtype: int �r r r r r r � s z*CompleteExternalBackupJobDetails.redo_sizec C s || _ dS )z� Sets the redo_size of this CompleteExternalBackupJobDetails. The size of the redo in the database, in megabytes. :param redo_size: The redo_size of this CompleteExternalBackupJobDetails. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z)CompleteExternalBackupJobDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z'CompleteExternalBackupJobDetails.__eq__c C s | |k S r! r r$ r r r �__ne__� s z'CompleteExternalBackupJobDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"