📂 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
›
media_services
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/media_services/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: media_workflow.pyc
a O��f�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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8� MediaWorkflowzj Configurable workflows that define the series of tasks that will be used to process video files. �ACTIVE�NEEDS_ATTENTION�DELETEDc K s� ddddddddddddddd �| _ d ddd ddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a/ Initializes a new MediaWorkflow 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 MediaWorkflow. :type id: str :param display_name: The value to assign to the display_name property of this MediaWorkflow. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this MediaWorkflow. :type compartment_id: str :param tasks: The value to assign to the tasks property of this MediaWorkflow. :type tasks: list[oci.media_services.models.MediaWorkflowTask] :param media_workflow_configuration_ids: The value to assign to the media_workflow_configuration_ids property of this MediaWorkflow. :type media_workflow_configuration_ids: list[str] :param parameters: The value to assign to the parameters property of this MediaWorkflow. :type parameters: dict(str, object) :param time_created: The value to assign to the time_created property of this MediaWorkflow. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this MediaWorkflow. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this MediaWorkflow. 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 lifecyle_details: The value to assign to the lifecyle_details property of this MediaWorkflow. :type lifecyle_details: str :param version: The value to assign to the version property of this MediaWorkflow. :type version: int :param freeform_tags: The value to assign to the freeform_tags property of this MediaWorkflow. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MediaWorkflow. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this MediaWorkflow. :type system_tags: dict(str, dict(str, object)) �strzlist[MediaWorkflowTask]z list[str]zdict(str, object)�datetime�intzdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�tasks� media_workflow_configuration_ids� parameters�time_created�time_updated�lifecycle_state�lifecyle_details�version� freeform_tags�defined_tags�system_tagsr �displayName� compartmentIdr �mediaWorkflowConfigurationIdsr �timeCreated�timeUpdated�lifecycleState�lifecyleDetailsr �freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id� _display_name�_compartment_id�_tasks�!_media_workflow_configuration_ids�_parameters� _time_created� _time_updated�_lifecycle_state�_lifecyle_details�_version�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/media_services/models/media_workflow.py�__init__ sX A��zMediaWorkflow.__init__c C s | j S )z� **[Required]** Gets the id of this MediaWorkflow. Unique identifier that is immutable on creation. :return: The id of this MediaWorkflow. :rtype: str �r'