📂 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
›
golden_gate
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/golden_gate/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: deployment_wallets_operation_summary.cpython-39.pyc
a ���f�0 � @ 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 d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd � Zd!d"� Zd#S )$�!DeploymentWalletsOperationSummaryz7 Summary of the deployment wallets operations. �EXPORT�IMPORT� EXPORTING�EXPORTED�IMPORTED� IMPORTING�FAILEDc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a Initializes a new DeploymentWalletsOperationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param wallet_operation_id: The value to assign to the wallet_operation_id property of this DeploymentWalletsOperationSummary. :type wallet_operation_id: str :param wallet_secret_id: The value to assign to the wallet_secret_id property of this DeploymentWalletsOperationSummary. :type wallet_secret_id: str :param deployment_wallet_operation_type: The value to assign to the deployment_wallet_operation_type property of this DeploymentWalletsOperationSummary. Allowed values for this property are: "EXPORT", "IMPORT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type deployment_wallet_operation_type: str :param deployment_wallet_operation_status: The value to assign to the deployment_wallet_operation_status property of this DeploymentWalletsOperationSummary. Allowed values for this property are: "EXPORTING", "EXPORTED", "IMPORTED", "IMPORTING", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type deployment_wallet_operation_status: str :param time_started: The value to assign to the time_started property of this DeploymentWalletsOperationSummary. :type time_started: datetime :param time_completed: The value to assign to the time_completed property of this DeploymentWalletsOperationSummary. :type time_completed: datetime �strZdatetime)�wallet_operation_id�wallet_secret_id� deployment_wallet_operation_type�"deployment_wallet_operation_status�time_started�time_completedZwalletOperationIdZwalletSecretIdZdeploymentWalletOperationTypeZdeploymentWalletOperationStatusZtimeStartedZ timeCompletedN)Z swagger_typesZ attribute_map�_wallet_operation_id�_wallet_secret_id�!_deployment_wallet_operation_type�#_deployment_wallet_operation_status� _time_started�_time_completed)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/golden_gate/models/deployment_wallets_operation_summary.py�__init__. s( #� � z*DeploymentWalletsOperationSummary.__init__c C s | j S )a� **[Required]** Gets the wallet_operation_id of this DeploymentWalletsOperationSummary. The UUID of the wallet operation performed by the customer. If provided, this will reference a key which the customer can use to query or search a particular wallet operation :return: The wallet_operation_id of this DeploymentWalletsOperationSummary. :rtype: str �r �r r r r r i s z5DeploymentWalletsOperationSummary.wallet_operation_idc C s || _ dS )a� Sets the wallet_operation_id of this DeploymentWalletsOperationSummary. The UUID of the wallet operation performed by the customer. If provided, this will reference a key which the customer can use to query or search a particular wallet operation :param wallet_operation_id: The wallet_operation_id of this DeploymentWalletsOperationSummary. :type: str Nr )r r r r r r v s c C s | j S )a� **[Required]** Gets the wallet_secret_id of this DeploymentWalletsOperationSummary. The OCID of the customer's GoldenGate Service Secret. If provided, it references a key that customers will be required to ensure the policies are established to permit GoldenGate to use this Secret. :return: The wallet_secret_id of this DeploymentWalletsOperationSummary. :rtype: str �r r! r r r r � s z2DeploymentWalletsOperationSummary.wallet_secret_idc C s || _ dS )a� Sets the wallet_secret_id of this DeploymentWalletsOperationSummary. The OCID of the customer's GoldenGate Service Secret. If provided, it references a key that customers will be required to ensure the policies are established to permit GoldenGate to use this Secret. :param wallet_secret_id: The wallet_secret_id of this DeploymentWalletsOperationSummary. :type: str Nr"