📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: media_workflow_task.pyc
a O��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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �MediaWorkflowTaskz� Defines the type of processing to be run at a given point in the workflow, parameters to configure the processing, and any processing that must be completed before this processing begins. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a? Initializes a new MediaWorkflowTask object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this MediaWorkflowTask. :type type: str :param version: The value to assign to the version property of this MediaWorkflowTask. :type version: int :param key: The value to assign to the key property of this MediaWorkflowTask. :type key: str :param prerequisites: The value to assign to the prerequisites property of this MediaWorkflowTask. :type prerequisites: list[str] :param enable_parameter_reference: The value to assign to the enable_parameter_reference property of this MediaWorkflowTask. :type enable_parameter_reference: str :param enable_when_referenced_parameter_equals: The value to assign to the enable_when_referenced_parameter_equals property of this MediaWorkflowTask. :type enable_when_referenced_parameter_equals: dict(str, object) :param parameters: The value to assign to the parameters property of this MediaWorkflowTask. :type parameters: dict(str, object) �str�intz list[str]zdict(str, object))�type�version�key� prerequisites�enable_parameter_reference�'enable_when_referenced_parameter_equals� parametersr r r r �enableParameterReference�#enableWhenReferencedParameterEqualsr N) � swagger_types� attribute_map�_type�_version�_key�_prerequisites�_enable_parameter_reference�(_enable_when_referenced_parameter_equals�_parameters)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/media_services/models/media_workflow_task.py�__init__ s. #�� zMediaWorkflowTask.__init__c C s | j S )z� Gets the type of this MediaWorkflowTask. The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration. :return: The type of this MediaWorkflowTask. :rtype: str �r �r r r r r O s zMediaWorkflowTask.typec C s || _ dS )z� Sets the type of this MediaWorkflowTask. The type of process to run at this task. Refers to the name of a MediaWorkflowTaskDeclaration. :param type: The type of this MediaWorkflowTask. :type: str Nr )r r r r r r [ s c C s | j S )z� **[Required]** Gets the version of this MediaWorkflowTask. The version of the MediaWorkflowTaskDeclaration. :return: The version of this MediaWorkflowTask. :rtype: int �r r! r r r r g s zMediaWorkflowTask.versionc C s || _ dS )z� Sets the version of this MediaWorkflowTask. The version of the MediaWorkflowTaskDeclaration. :param version: The version of this MediaWorkflowTask. :type: int Nr"