📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_stream_packaging_config_details.cpython-39.pyc
a ���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 @ s e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zd d!� Zd"d#� Zd$S )%�"CreateStreamPackagingConfigDetailsz@ The information about the new Packaging Configuration. �HLS�DASHc K sd ddddddddd�| _ dd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a$ Initializes a new CreateStreamPackagingConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param distribution_channel_id: The value to assign to the distribution_channel_id property of this CreateStreamPackagingConfigDetails. :type distribution_channel_id: str :param display_name: The value to assign to the display_name property of this CreateStreamPackagingConfigDetails. :type display_name: str :param stream_packaging_format: The value to assign to the stream_packaging_format property of this CreateStreamPackagingConfigDetails. Allowed values for this property are: "HLS", "DASH" :type stream_packaging_format: str :param segment_time_in_seconds: The value to assign to the segment_time_in_seconds property of this CreateStreamPackagingConfigDetails. :type segment_time_in_seconds: int :param encryption: The value to assign to the encryption property of this CreateStreamPackagingConfigDetails. :type encryption: oci.media_services.models.StreamPackagingConfigEncryption :param freeform_tags: The value to assign to the freeform_tags property of this CreateStreamPackagingConfigDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateStreamPackagingConfigDetails. :type defined_tags: dict(str, dict(str, object)) :param locks: The value to assign to the locks property of this CreateStreamPackagingConfigDetails. :type locks: list[oci.media_services.models.ResourceLock] �str�intZStreamPackagingConfigEncryptionzdict(str, str)zdict(str, dict(str, object))zlist[ResourceLock])�distribution_channel_id�display_name�stream_packaging_format�segment_time_in_seconds� encryption� freeform_tags�defined_tags�locksZdistributionChannelIdZdisplayNameZstreamPackagingFormatZsegmentTimeInSecondsr ZfreeformTagsZdefinedTagsr N) Z swagger_typesZ attribute_map�_distribution_channel_id� _display_name�_stream_packaging_format�_segment_time_in_seconds�_encryption�_freeform_tags� _defined_tags�_locks)�self�kwargs� r �d/usr/lib/python3.9/site-packages/oci/media_services/models/create_stream_packaging_config_details.py�__init__ s4 (��z+CreateStreamPackagingConfigDetails.__init__c C s | j S )aG **[Required]** Gets the distribution_channel_id of this CreateStreamPackagingConfigDetails. Unique identifier of the Distribution Channel that this stream packaging configuration belongs to. :return: The distribution_channel_id of this CreateStreamPackagingConfigDetails. :rtype: str �r �r r r r r ` s z:CreateStreamPackagingConfigDetails.distribution_channel_idc C s || _ dS )aN Sets the distribution_channel_id of this CreateStreamPackagingConfigDetails. Unique identifier of the Distribution Channel that this stream packaging configuration belongs to. :param distribution_channel_id: The distribution_channel_id of this CreateStreamPackagingConfigDetails. :type: str Nr )r r r r r r l s c C s | j S )a' **[Required]** Gets the display_name of this CreateStreamPackagingConfigDetails. The name of the stream Packaging Configuration. Avoid entering confidential information. :return: The display_name of this CreateStreamPackagingConfigDetails. :rtype: str �r r! r r r r x s z/CreateStreamPackagingConfigDetails.display_namec C s || _ dS )a# Sets the display_name of this CreateStreamPackagingConfigDetails. The name of the stream Packaging Configuration. Avoid entering confidential information. :param display_name: The display_name of this CreateStreamPackagingConfigDetails. :type: str Nr"