📂 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.cpython-39.pyc
a ���f1J � @ 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 � �Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zd5d6� Zd7d8� Zd9d:� Zd;S )<�StreamPackagingConfigzF A stream packaging configuration for a Distribution Channel. �HLS�DASH�ACTIVE�NEEDS_ATTENTION�DELETEDc K s� ddddddddddddddd�| _ d d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new StreamPackagingConfig object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.media_services.models.HlsStreamPackagingConfig` * :class:`~oci.media_services.models.DashStreamPackagingConfig` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this StreamPackagingConfig. :type id: str :param compartment_id: The value to assign to the compartment_id property of this StreamPackagingConfig. :type compartment_id: str :param distribution_channel_id: The value to assign to the distribution_channel_id property of this StreamPackagingConfig. :type distribution_channel_id: str :param display_name: The value to assign to the display_name property of this StreamPackagingConfig. :type display_name: str :param stream_packaging_format: The value to assign to the stream_packaging_format property of this StreamPackagingConfig. Allowed values for this property are: "HLS", "DASH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type stream_packaging_format: str :param segment_time_in_seconds: The value to assign to the segment_time_in_seconds property of this StreamPackagingConfig. :type segment_time_in_seconds: int :param encryption: The value to assign to the encryption property of this StreamPackagingConfig. :type encryption: oci.media_services.models.StreamPackagingConfigEncryption :param time_created: The value to assign to the time_created property of this StreamPackagingConfig. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this StreamPackagingConfig. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this StreamPackagingConfig. Allowed values for this property are: "ACTIVE", "NEEDS_ATTENTION", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this StreamPackagingConfig. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this StreamPackagingConfig. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this StreamPackagingConfig. :type system_tags: dict(str, dict(str, object)) :param locks: The value to assign to the locks property of this StreamPackagingConfig. :type locks: list[oci.media_services.models.ResourceLock] �str�intZStreamPackagingConfigEncryptionZdatetimezdict(str, str)zdict(str, dict(str, object))zlist[ResourceLock])�id�compartment_id�distribution_channel_id�display_name�stream_packaging_format�segment_time_in_seconds� encryption�time_created�time_updated�lifecycle_state� freeform_tags�defined_tags�system_tags�locksr Z compartmentIdZdistributionChannelIdZdisplayName�streamPackagingFormatZsegmentTimeInSecondsr ZtimeCreatedZtimeUpdatedZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsr N)Z swagger_typesZ attribute_map�_id�_compartment_id�_distribution_channel_id� _display_name�_stream_packaging_format�_segment_time_in_seconds�_encryption� _time_created� _time_updated�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags�_locks)�self�kwargs� r- �U/usr/lib/python3.9/site-packages/oci/media_services/models/stream_packaging_config.py�__init__&