📂 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:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_media_workflow_job_details.cpython-39.pyc
a ���f�2 � @ 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 ZdZdZdZdd� Zedd� �Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�CreateMediaWorkflowJobDetailsz/ Information to run the MediaWorkflow. �ID�NAMEc K sd ddddddddd�| _ dd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a( Initializes a new CreateMediaWorkflowJobDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.media_services.models.CreateMediaWorkflowJobByNameDetails` * :class:`~oci.media_services.models.CreateMediaWorkflowJobByIdDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param workflow_identifier_type: The value to assign to the workflow_identifier_type property of this CreateMediaWorkflowJobDetails. Allowed values for this property are: "ID", "NAME" :type workflow_identifier_type: str :param media_workflow_configuration_ids: The value to assign to the media_workflow_configuration_ids property of this CreateMediaWorkflowJobDetails. :type media_workflow_configuration_ids: list[str] :param compartment_id: The value to assign to the compartment_id property of this CreateMediaWorkflowJobDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateMediaWorkflowJobDetails. :type display_name: str :param parameters: The value to assign to the parameters property of this CreateMediaWorkflowJobDetails. :type parameters: dict(str, object) :param freeform_tags: The value to assign to the freeform_tags property of this CreateMediaWorkflowJobDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateMediaWorkflowJobDetails. :type defined_tags: dict(str, dict(str, object)) :param locks: The value to assign to the locks property of this CreateMediaWorkflowJobDetails. :type locks: list[oci.media_services.models.ResourceLock] �strz list[str]zdict(str, object)zdict(str, str)zdict(str, dict(str, object))zlist[ResourceLock])�workflow_identifier_type� media_workflow_configuration_ids�compartment_id�display_name� parameters� freeform_tags�defined_tags�locks�workflowIdentifierTypeZmediaWorkflowConfigurationIdsZ compartmentIdZdisplayNamer ZfreeformTagsZdefinedTagsr N) Z swagger_typesZ attribute_map�_workflow_identifier_type�!_media_workflow_configuration_ids�_compartment_id� _display_name�_parameters�_freeform_tags� _defined_tags�_locks)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/media_services/models/create_media_workflow_job_details.py�__init__ s4 -��z&CreateMediaWorkflowJobDetails.__init__c C s( | d }|dkrdS |dkr dS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r Z#CreateMediaWorkflowJobByNameDetailsr Z!CreateMediaWorkflowJobByIdDetailsr Nr )Zobject_dictionary�typer r r �get_subtypee s z)CreateMediaWorkflowJobDetails.get_subtypec C s | j S )ac **[Required]** Gets the workflow_identifier_type of this CreateMediaWorkflowJobDetails. Discriminate identification of a workflow by name versus a workflow by ID. Allowed values for this property are: "ID", "NAME" :return: The workflow_identifier_type of this CreateMediaWorkflowJobDetails. :rtype: str )r �r r r r r u s z6CreateMediaWorkflowJobDetails.workflow_identifier_typec C s* ddg}t ||�s td|� ���|| _dS )a/ Sets the workflow_identifier_type of this CreateMediaWorkflowJobDetails. Discriminate identification of a workflow by name versus a workflow by ID. :param workflow_identifier_type: The workflow_identifier_type of this CreateMediaWorkflowJobDetails. :type: str r r zEInvalid value for `workflow_identifier_type`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r � s �c C s | j S )a Gets the media_workflow_configuration_ids of this CreateMediaWorkflowJobDetails. Configurations to be applied to this run of the workflow. :return: The media_workflow_configuration_ids of this CreateMediaWorkflowJobDetails. :rtype: list[str] �r r"