UpdateMediaWorkflowDetails

class oci.media_services.models.UpdateMediaWorkflowDetails(**kwargs)

Bases: object

The information to be updated.

Methods

__init__(**kwargs) Initializes a new UpdateMediaWorkflowDetails object with values from keyword arguments.

Attributes

defined_tags Gets the defined_tags of this UpdateMediaWorkflowDetails.
display_name Gets the display_name of this UpdateMediaWorkflowDetails.
freeform_tags Gets the freeform_tags of this UpdateMediaWorkflowDetails.
media_workflow_configuration_ids Gets the media_workflow_configuration_ids of this UpdateMediaWorkflowDetails.
parameters Gets the parameters of this UpdateMediaWorkflowDetails.
tasks Gets the tasks of this UpdateMediaWorkflowDetails.
__init__(**kwargs)

Initializes a new UpdateMediaWorkflowDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateMediaWorkflowDetails.
  • tasks (list[oci.media_services.models.MediaWorkflowTask]) – The value to assign to the tasks property of this UpdateMediaWorkflowDetails.
  • media_workflow_configuration_ids (list[str]) – The value to assign to the media_workflow_configuration_ids property of this UpdateMediaWorkflowDetails.
  • parameters (dict(str, object)) – The value to assign to the parameters property of this UpdateMediaWorkflowDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateMediaWorkflowDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateMediaWorkflowDetails.
defined_tags

Gets the defined_tags of this UpdateMediaWorkflowDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this UpdateMediaWorkflowDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateMediaWorkflowDetails. Name for the MediaWorkflow. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this UpdateMediaWorkflowDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateMediaWorkflowDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this UpdateMediaWorkflowDetails.
Return type:dict(str, str)
media_workflow_configuration_ids

Gets the media_workflow_configuration_ids of this UpdateMediaWorkflowDetails. Configurations to be applied to all jobs for this workflow. Parameters in these configurations are overridden by parameters in the MediaWorkflowConfigurations of the MediaWorkflogJob and the parameters of the MediaWorkflowJob.

Returns:The media_workflow_configuration_ids of this UpdateMediaWorkflowDetails.
Return type:list[str]
parameters

Gets the parameters of this UpdateMediaWorkflowDetails. 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.

Returns:The parameters of this UpdateMediaWorkflowDetails.
Return type:dict(str, object)
tasks

Gets the tasks of this UpdateMediaWorkflowDetails. The processing to be done in this workflow. Each key of the MediaWorkflowTasks in this array must be unique within the array.

Returns:The tasks of this UpdateMediaWorkflowDetails.
Return type:list[oci.media_services.models.MediaWorkflowTask]