CreateMediaWorkflowConfigurationDetails

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

Bases: object

The information needed to create a new MediaWorkflowConfiguration.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CreateMediaWorkflowConfigurationDetails.
defined_tags Gets the defined_tags of this CreateMediaWorkflowConfigurationDetails.
display_name [Required] Gets the display_name of this CreateMediaWorkflowConfigurationDetails.
freeform_tags Gets the freeform_tags of this CreateMediaWorkflowConfigurationDetails.
locks Gets the locks of this CreateMediaWorkflowConfigurationDetails.
parameters [Required] Gets the parameters of this CreateMediaWorkflowConfigurationDetails.
__init__(**kwargs)

Initializes a new CreateMediaWorkflowConfigurationDetails 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 CreateMediaWorkflowConfigurationDetails.
  • parameters (dict(str, object)) – The value to assign to the parameters property of this CreateMediaWorkflowConfigurationDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateMediaWorkflowConfigurationDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateMediaWorkflowConfigurationDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateMediaWorkflowConfigurationDetails.
  • locks (list[oci.media_services.models.ResourceLock]) – The value to assign to the locks property of this CreateMediaWorkflowConfigurationDetails.
compartment_id

[Required] Gets the compartment_id of this CreateMediaWorkflowConfigurationDetails. Compartment Identifier.

Returns:The compartment_id of this CreateMediaWorkflowConfigurationDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateMediaWorkflowConfigurationDetails. 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 CreateMediaWorkflowConfigurationDetails.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this CreateMediaWorkflowConfigurationDetails. MediaWorkflowConfiguration identifier. Avoid entering confidential information.

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

Gets the freeform_tags of this CreateMediaWorkflowConfigurationDetails. 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 CreateMediaWorkflowConfigurationDetails.
Return type:dict(str, str)
locks

Gets the locks of this CreateMediaWorkflowConfigurationDetails. Locks associated with this resource.

Returns:The locks of this CreateMediaWorkflowConfigurationDetails.
Return type:list[oci.media_services.models.ResourceLock]
parameters

[Required] Gets the parameters of this CreateMediaWorkflowConfigurationDetails. Reuseable parameter values encoded as a JSON; the top and second level JSON elements are objects. Each key of the top level object refers to a task key that is unqiue to the workflow, each of the second level objects’ keys refer to the name of a parameter that is unique to the task. taskKey -> parameterName -> parameterValue

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