📂 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.cpython-39.pyc
a ���fPJ � @ 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/� �Zed1d2� �Zej d3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );� MediaWorkflowzj Configurable workflows that define the series of tasks that will be used to process video files. �ACTIVE�NEEDS_ATTENTION�DELETEDc K s� dddddddddddddd d d �| _ ddd ddddddddddddd �| _d| _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 locks: The value to assign to the locks property of this MediaWorkflow. :type locks: list[oci.media_services.models.ResourceLock] :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)Zdatetime�intzlist[ResourceLock]zdict(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�locks� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdr ZmediaWorkflowConfigurationIdsr ZtimeCreatedZtimeUpdatedZlifecycleStateZlifecyleDetailsr r ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_tasks�!_media_workflow_configuration_ids�_parameters� _time_created� _time_updated�_lifecycle_state�_lifecyle_details�_version�_locks�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r, �L/usr/lib/python3.9/site-packages/oci/media_services/models/media_workflow.py�__init__ s^ E��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 �r* r, r, r- r � s zMediaWorkflow.idc C s || _ dS )z� Sets the id of this MediaWorkflow. Unique identifier that is immutable on creation. :param id: The id of this MediaWorkflow. :type: str Nr/ )r* r r, r, r- r � s c C s | j S )a **[Required]** Gets the display_name of this MediaWorkflow. Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this MediaWorkflow. :rtype: str �r r0 r, r, r- r � s zMediaWorkflow.display_namec C s || _ dS )a Sets the display_name of this MediaWorkflow. Name of the Media Workflow. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this MediaWorkflow. :type: str Nr1 )r* r r, r, r- r � s c C s | j S )z� **[Required]** Gets the compartment_id of this MediaWorkflow. Compartment Identifier. :return: The compartment_id of this MediaWorkflow. :rtype: str �r r0 r, r, r- r � s zMediaWorkflow.compartment_idc C s || _ dS )z� Sets the compartment_id of this MediaWorkflow. Compartment Identifier. :param compartment_id: The compartment_id of this MediaWorkflow. :type: str Nr2 )r* r r, r, r- r � s c C s | j S )a� **[Required]** Gets the tasks of this MediaWorkflow. The processing to be done in this workflow. Each key of the MediaWorkflowTasks in this array is unique within the array. The order of the items is preserved from the order of the tasks array in CreateMediaWorkflowDetails or UpdateMediaWorkflowDetails. :return: The tasks of this MediaWorkflow. :rtype: list[oci.media_services.models.MediaWorkflowTask] �r r0 r, r, r- r � s zMediaWorkflow.tasksc C s || _ dS )a� Sets the tasks of this MediaWorkflow. The processing to be done in this workflow. Each key of the MediaWorkflowTasks in this array is unique within the array. The order of the items is preserved from the order of the tasks array in CreateMediaWorkflowDetails or UpdateMediaWorkflowDetails. :param tasks: The tasks of this MediaWorkflow. :type: list[oci.media_services.models.MediaWorkflowTask] Nr3 )r* r r, r, r- r � s c C s | j S )aJ Gets the media_workflow_configuration_ids of this MediaWorkflow. Configurations to be applied to all the runs of this workflow. Parameters in these configurations are overridden by parameters in the MediaWorkflowConfigurations of the MediaWorkflowJob and the parameters of the MediaWorkflowJob. If the same parameter appears in multiple configurations, the values that appear in the configuration at the highest index will be used. :return: The media_workflow_configuration_ids of this MediaWorkflow. :rtype: list[str] �r r0 r, r, r- r � s z.MediaWorkflow.media_workflow_configuration_idsc C s || _ dS )ai Sets the media_workflow_configuration_ids of this MediaWorkflow. Configurations to be applied to all the runs of this workflow. Parameters in these configurations are overridden by parameters in the MediaWorkflowConfigurations of the MediaWorkflowJob and the parameters of the MediaWorkflowJob. If the same parameter appears in multiple configurations, the values that appear in the configuration at the highest index will be used. :param media_workflow_configuration_ids: The media_workflow_configuration_ids of this MediaWorkflow. :type: list[str] Nr4 )r* r r, r, r- r s c C s | j S )a� Gets the parameters of this MediaWorkflow. JSON object representing named parameters and their default values that can be referenced throughout this workflow. The values declared here can be overridden by the MediaWorkflowConfigurations or parameters supplied when creating MediaWorkflowJobs from this MediaWorkflow. :return: The parameters of this MediaWorkflow. :rtype: dict(str, object) �r r0 r, r, r- r s zMediaWorkflow.parametersc C s || _ dS )a� Sets the parameters of this MediaWorkflow. JSON object representing named parameters and their default values that can be referenced throughout this workflow. The values declared here can be overridden by the MediaWorkflowConfigurations or parameters supplied when creating MediaWorkflowJobs from this MediaWorkflow. :param parameters: The parameters of this MediaWorkflow. :type: dict(str, object) Nr5 )r* r r, r, r- r & s c C s | j S )z� Gets the time_created of this MediaWorkflow. The time when the MediaWorkflow was created. An RFC3339 formatted datetime string. :return: The time_created of this MediaWorkflow. :rtype: datetime �r! r0 r, r, r- r 4 s zMediaWorkflow.time_createdc C s || _ dS )z� Sets the time_created of this MediaWorkflow. The time when the MediaWorkflow was created. An RFC3339 formatted datetime string. :param time_created: The time_created of this MediaWorkflow. :type: datetime Nr6 )r* r r, r, r- r @ s c C s | j S )z� Gets the time_updated of this MediaWorkflow. The time when the MediaWorkflow was updated. An RFC3339 formatted datetime string. :return: The time_updated of this MediaWorkflow. :rtype: datetime �r"