📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
log_analytics
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/log_analytics/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: assign_encryption_key_details.pyc
a O��f� � @ 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 @ sp e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zd d� Zdd� Z dd� ZdS )�AssignEncryptionKeyDetailszC This is the input used to assign customer encryption key. �ACTIVE_DATA� ARCHIVAL_DATA�ALLc K s( ddd�| _ ddd�| _d| _d| _dS )aN Initializes a new AssignEncryptionKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key_id: The value to assign to the key_id property of this AssignEncryptionKeyDetails. :type key_id: str :param key_type: The value to assign to the key_type property of this AssignEncryptionKeyDetails. Allowed values for this property are: "ACTIVE_DATA", "ARCHIVAL_DATA", "ALL" :type key_type: str �str)�key_id�key_type�keyId�keyTypeN)� swagger_types� attribute_map�_key_id� _key_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/assign_encryption_key_details.py�__init__ s ��z#AssignEncryptionKeyDetails.__init__c C s | j S )z� **[Required]** Gets the key_id of this AssignEncryptionKeyDetails. This is the key OCID for encryption key. :return: The key_id of this AssignEncryptionKeyDetails. :rtype: str �r �r r r r r 8 s z!AssignEncryptionKeyDetails.key_idc C s || _ dS )z� Sets the key_id of this AssignEncryptionKeyDetails. This is the key OCID for encryption key. :param key_id: The key_id of this AssignEncryptionKeyDetails. :type: str Nr )r r r r r r D s c C s | j S )aZ **[Required]** Gets the key_type of this AssignEncryptionKeyDetails. This is the type of data to be encrypted. It can be either active or archival. Allowed values for this property are: "ACTIVE_DATA", "ARCHIVAL_DATA", "ALL" :return: The key_type of this AssignEncryptionKeyDetails. :rtype: str )r r r r r r P s z#AssignEncryptionKeyDetails.key_typec C s* g d�}t ||�s td�|���|| _dS )z� Sets the key_type of this AssignEncryptionKeyDetails. This is the type of data to be encrypted. It can be either active or archival. :param key_type: The key_type of this AssignEncryptionKeyDetails. :type: str )r r r z8Invalid value for `key_type`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r ^ s ��c C s t | �S �N)r r r r r �__repr__p s z#AssignEncryptionKeyDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__s s z!AssignEncryptionKeyDetails.__eq__c C s | |k S r r r r r r �__ne__y s z!AssignEncryptionKeyDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�KEY_TYPE_ACTIVE_DATA�KEY_TYPE_ARCHIVAL_DATA�KEY_TYPE_ALLr �propertyr �setterr r r"