📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
47.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: media_asset.cpython-39.pyc
a ���fPn � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Z e jd9d8� �Z ed:d;� �Z!e!jd<d;� �Z!ed=d>� �Z"e"jd?d>� �Z"ed@dA� �Z#e#jdBdA� �Z#edCdD� �Z$e$jdEdD� �Z$edFdG� �Z%e%jdHdG� �Z%edIdJ� �Z&e&jdKdJ� �Z&edLdM� �Z'e'jdNdM� �Z'edOdP� �Z(e(jdQdP� �Z(edRdS� �Z)e)jdTdS� �Z)edUdV� �Z*e*jdWdV� �Z*dXdY� Z+dZd[� Z,d\d]� Z-d^S )_� MediaAssetz~ Represents the metadata associated with an asset that has been either produced by or registered with Media Services. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�AUDIO�VIDEO�PLAYLIST�IMAGE�CAPTION_FILE�UNKNOWNc K s ddddddddddddddddddddddddd �| _ d ddd ddddddddddddddddddd d!d �| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _ d"| _ d"| _d"| _d"| _ d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"S )#aw Initializes a new MediaAsset object with values from keyword arguments. 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 MediaAsset. :type id: str :param compartment_id: The value to assign to the compartment_id property of this MediaAsset. :type compartment_id: str :param source_media_workflow_id: The value to assign to the source_media_workflow_id property of this MediaAsset. :type source_media_workflow_id: str :param media_workflow_job_id: The value to assign to the media_workflow_job_id property of this MediaAsset. :type media_workflow_job_id: str :param source_media_workflow_version: The value to assign to the source_media_workflow_version property of this MediaAsset. :type source_media_workflow_version: int :param display_name: The value to assign to the display_name property of this MediaAsset. :type display_name: str :param time_created: The value to assign to the time_created property of this MediaAsset. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this MediaAsset. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param type: The value to assign to the type property of this MediaAsset. Allowed values for this property are: "AUDIO", "VIDEO", "PLAYLIST", "IMAGE", "CAPTION_FILE", "UNKNOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param parent_media_asset_id: The value to assign to the parent_media_asset_id property of this MediaAsset. :type parent_media_asset_id: str :param master_media_asset_id: The value to assign to the master_media_asset_id property of this MediaAsset. :type master_media_asset_id: str :param bucket_name: The value to assign to the bucket_name property of this MediaAsset. :type bucket_name: str :param namespace_name: The value to assign to the namespace_name property of this MediaAsset. :type namespace_name: str :param object_name: The value to assign to the object_name property of this MediaAsset. :type object_name: str :param object_etag: The value to assign to the object_etag property of this MediaAsset. :type object_etag: str :param time_updated: The value to assign to the time_updated property of this MediaAsset. :type time_updated: datetime :param segment_range_start_index: The value to assign to the segment_range_start_index property of this MediaAsset. :type segment_range_start_index: int :param segment_range_end_index: The value to assign to the segment_range_end_index property of this MediaAsset. :type segment_range_end_index: int :param metadata: The value to assign to the metadata property of this MediaAsset. :type metadata: list[oci.media_services.models.Metadata] :param media_asset_tags: The value to assign to the media_asset_tags property of this MediaAsset. :type media_asset_tags: list[oci.media_services.models.MediaAssetTag] :param freeform_tags: The value to assign to the freeform_tags property of this MediaAsset. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MediaAsset. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this MediaAsset. :type system_tags: dict(str, dict(str, object)) :param locks: The value to assign to the locks property of this MediaAsset. :type locks: list[oci.media_services.models.ResourceLock] �str�intZdatetimezlist[Metadata]zlist[MediaAssetTag]zdict(str, str)zdict(str, dict(str, object))zlist[ResourceLock])�id�compartment_id�source_media_workflow_id�media_workflow_job_id�source_media_workflow_version�display_name�time_created�lifecycle_state�type�parent_media_asset_id�master_media_asset_id�bucket_name�namespace_name�object_name�object_etag�time_updated�segment_range_start_index�segment_range_end_index�metadata�media_asset_tags� freeform_tags�defined_tags�system_tags�locksr Z compartmentIdZsourceMediaWorkflowIdZmediaWorkflowJobIdZsourceMediaWorkflowVersionZdisplayNameZtimeCreatedZlifecycleStater ZparentMediaAssetIdZmasterMediaAssetIdZ bucketNameZ namespaceNameZ objectNameZ objectEtagZtimeUpdatedZsegmentRangeStartIndexZsegmentRangeEndIndexr'