📂 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
›
object_storage
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/object_storage/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sse_customer_key_details.pyc
a O��fw � @ 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 ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z dd� Zdd� Zdd� Z dS )�SSECustomerKeyDetailszj Specifies the details of the customer-provided encryption key (SSE-C) associated with an object. �AES256c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new SSECustomerKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param algorithm: The value to assign to the algorithm property of this SSECustomerKeyDetails. Allowed values for this property are: "AES256" :type algorithm: str :param key: The value to assign to the key property of this SSECustomerKeyDetails. :type key: str :param key_sha256: The value to assign to the key_sha256 property of this SSECustomerKeyDetails. :type key_sha256: str �str)� algorithm�key� key_sha256r r � keySha256N)� swagger_types� attribute_map� _algorithm�_key�_key_sha256)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/object_storage/models/sse_customer_key_details.py�__init__ s ��zSSECustomerKeyDetails.__init__c C s | j S )a0 **[Required]** Gets the algorithm of this SSECustomerKeyDetails. Specifies the encryption algorithm. The only supported value is "AES256". Allowed values for this property are: "AES256" :return: The algorithm of this SSECustomerKeyDetails. :rtype: str )r �r r r r r 7 s zSSECustomerKeyDetails.algorithmc C s( dg}t ||�std�|���|| _dS )z� Sets the algorithm of this SSECustomerKeyDetails. Specifies the encryption algorithm. The only supported value is "AES256". :param algorithm: The algorithm of this SSECustomerKeyDetails. :type: str r z9Invalid value for `algorithm`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r E s ��c C s | j S )a **[Required]** Gets the key of this SSECustomerKeyDetails. Specifies the base64-encoded 256-bit encryption key to use to encrypt or decrypt the object data. :return: The key of this SSECustomerKeyDetails. :rtype: str �r r r r r r W s zSSECustomerKeyDetails.keyc C s || _ dS )z� Sets the key of this SSECustomerKeyDetails. Specifies the base64-encoded 256-bit encryption key to use to encrypt or decrypt the object data. :param key: The key of this SSECustomerKeyDetails. :type: str Nr )r r r r r r c s c C s | j S )a9 **[Required]** Gets the key_sha256 of this SSECustomerKeyDetails. Specifies the base64-encoded SHA256 hash of the encryption key. This value is used to check the integrity of the encryption key. :return: The key_sha256 of this SSECustomerKeyDetails. :rtype: str �r r r r r r o s z SSECustomerKeyDetails.key_sha256c C s || _ dS )a3 Sets the key_sha256 of this SSECustomerKeyDetails. Specifies the base64-encoded SHA256 hash of the encryption key. This value is used to check the integrity of the encryption key. :param key_sha256: The key_sha256 of this SSECustomerKeyDetails. :type: str Nr )r r r r r r | s c C s t | �S �N)r r r r r �__repr__� s zSSECustomerKeyDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zSSECustomerKeyDetails.__eq__c C s | |k S r r r r r r �__ne__� s zSSECustomerKeyDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�ALGORITHM_AES256r �propertyr �setterr r r r"