📂 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: media_workflow_job.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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z e dBdC� �Z!e!jdDdC� �Z!dEdF� Z"dGdH� Z#dIdJ� Z$dKS )L�MediaWorkflowJobzu A MediaWorkflowJob represents a run of a MediaWorkflow for a specific set of parameters and configurations. �ACCEPTED�IN_PROGRESS�WAITING�REJECTED�FAILED� SUCCEEDED� CANCELING�CANCELEDc K s� dddddddddddddddddd d d �| _ ddd ddddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new MediaWorkflowJob object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param media_workflow_configuration_ids: The value to assign to the media_workflow_configuration_ids property of this MediaWorkflowJob. :type media_workflow_configuration_ids: list[str] :param media_workflow_id: The value to assign to the media_workflow_id property of this MediaWorkflowJob. :type media_workflow_id: str :param id: The value to assign to the id property of this MediaWorkflowJob. :type id: str :param compartment_id: The value to assign to the compartment_id property of this MediaWorkflowJob. :type compartment_id: str :param display_name: The value to assign to the display_name property of this MediaWorkflowJob. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this MediaWorkflowJob. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "WAITING", "REJECTED", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this MediaWorkflowJob. :type lifecycle_details: str :param task_lifecycle_state: The value to assign to the task_lifecycle_state property of this MediaWorkflowJob. :type task_lifecycle_state: list[oci.media_services.models.MediaWorkflowTaskState] :param parameters: The value to assign to the parameters property of this MediaWorkflowJob. :type parameters: dict(str, object) :param time_created: The value to assign to the time_created property of this MediaWorkflowJob. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this MediaWorkflowJob. :type time_updated: datetime :param runnable: The value to assign to the runnable property of this MediaWorkflowJob. :type runnable: dict(str, object) :param outputs: The value to assign to the outputs property of this MediaWorkflowJob. :type outputs: list[oci.media_services.models.JobOutput] :param time_started: The value to assign to the time_started property of this MediaWorkflowJob. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this MediaWorkflowJob. :type time_ended: datetime :param locks: The value to assign to the locks property of this MediaWorkflowJob. :type locks: list[oci.media_services.models.ResourceLock] :param freeform_tags: The value to assign to the freeform_tags property of this MediaWorkflowJob. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MediaWorkflowJob. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this MediaWorkflowJob. :type system_tags: dict(str, dict(str, object)) z list[str]�strzlist[MediaWorkflowTaskState]zdict(str, object)Zdatetimezlist[JobOutput]zlist[ResourceLock]zdict(str, str)zdict(str, dict(str, object)))� media_workflow_configuration_ids�media_workflow_id�id�compartment_id�display_name�lifecycle_state�lifecycle_details�task_lifecycle_state� parameters�time_created�time_updated�runnable�outputs�time_started� time_ended�locks� freeform_tags�defined_tags�system_tagsZmediaWorkflowConfigurationIdsZmediaWorkflowIdr Z compartmentIdZdisplayNameZlifecycleStateZlifecycleDetailsZtaskLifecycleStater ZtimeCreatedZtimeUpdatedr r ZtimeStartedZ timeEndedr ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�!_media_workflow_configuration_ids�_media_workflow_id�_id�_compartment_id� _display_name�_lifecycle_state�_lifecycle_details�_task_lifecycle_state�_parameters� _time_created� _time_updated� _runnable�_outputs� _time_started�_time_ended�_locks�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r8 �P/usr/lib/python3.9/site-packages/oci/media_services/models/media_workflow_job.py�__init__2 sv U��zMediaWorkflowJob.__init__c C s | j S )a Gets the media_workflow_configuration_ids of this MediaWorkflowJob. Configurations to be applied to this run of the workflow. :return: The media_workflow_configuration_ids of this MediaWorkflowJob. :rtype: list[str] �r# �r6 r8 r8 r9 r � s z1MediaWorkflowJob.media_workflow_configuration_idsc C s || _ dS )a" Sets the media_workflow_configuration_ids of this MediaWorkflowJob. Configurations to be applied to this run of the workflow. :param media_workflow_configuration_ids: The media_workflow_configuration_ids of this MediaWorkflowJob. :type: list[str] Nr; )r6 r r8 r8 r9 r � s c C s | j S )z� **[Required]** Gets the media_workflow_id of this MediaWorkflowJob. The workflow to execute. :return: The media_workflow_id of this MediaWorkflowJob. :rtype: str �r$ r<