📂 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
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: encryption_key_info_summary.cpython-39.pyc
a ���f2 � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�EncryptionKeyInfoSummaryz3 This is the summary of an encryption key. �ORACLE_MANAGED�CUSTOMER_MANAGED�ACTIVE_DATA� ARCHIVAL_DATA�ALLc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a( Initializes a new EncryptionKeyInfoSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key_source: The value to assign to the key_source property of this EncryptionKeyInfoSummary. Allowed values for this property are: "ORACLE_MANAGED", "CUSTOMER_MANAGED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type key_source: str :param key_id: The value to assign to the key_id property of this EncryptionKeyInfoSummary. :type key_id: str :param key_type: The value to assign to the key_type property of this EncryptionKeyInfoSummary. Allowed values for this property are: "ACTIVE_DATA", "ARCHIVAL_DATA", "ALL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type key_type: str �str)� key_source�key_id�key_typeZ keySourceZkeyIdZkeyTypeN)Z swagger_typesZ attribute_map�_key_source�_key_id� _key_type)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/log_analytics/models/encryption_key_info_summary.py�__init__&