📂 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
›
media_services
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/media_services/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: stream_packaging_config_encryption_aes128.cpython-39.pyc
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�StreamPackagingConfigEncryption� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�%StreamPackagingConfigEncryptionAes128z6 AES128 encryption type (enabled by default). c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a$ Initializes a new StreamPackagingConfigEncryptionAes128 object with values from keyword arguments. The default value of the :py:attr:`~oci.media_services.models.StreamPackagingConfigEncryptionAes128.algorithm` attribute of this class is ``AES128`` and it should not be changed. 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 StreamPackagingConfigEncryptionAes128. Allowed values for this property are: "NONE", "AES128" :type algorithm: str :param kms_key_id: The value to assign to the kms_key_id property of this StreamPackagingConfigEncryptionAes128. :type kms_key_id: str �str)� algorithm� kms_key_idr ZkmsKeyIdNZAES128)Z swagger_typesZ attribute_mapZ _algorithm�_kms_key_id)�self�kwargs� r �g/usr/lib/python3.9/site-packages/oci/media_services/models/stream_packaging_config_encryption_aes128.py�__init__ s ��z.StreamPackagingConfigEncryptionAes128.__init__c C s | j S )a% Gets the kms_key_id of this StreamPackagingConfigEncryptionAes128. The identifier of the customer managed Vault KMS symmetric encryption key (null if Oracle managed). :return: The kms_key_id of this StreamPackagingConfigEncryptionAes128. :rtype: str �r �r r r r r 0 s z0StreamPackagingConfigEncryptionAes128.kms_key_idc C s || _ dS )a. Sets the kms_key_id of this StreamPackagingConfigEncryptionAes128. The identifier of the customer managed Vault KMS symmetric encryption key (null if Oracle managed). :param kms_key_id: The kms_key_id of this StreamPackagingConfigEncryptionAes128. :type: str Nr )r r r r r r <