MediaWorkflowJobSummary¶
-
class
oci.media_services.models.
MediaWorkflowJobSummary
(**kwargs)¶ Bases:
object
Summary of a MediaWorkflowJob.
Methods
__init__
(**kwargs)Initializes a new MediaWorkflowJobSummary object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this MediaWorkflowJobSummary. display_name
Gets the display_name of this MediaWorkflowJobSummary. freeform_tags
Gets the freeform_tags of this MediaWorkflowJobSummary. id
Gets the id of this MediaWorkflowJobSummary. lifecycle_details
Gets the lifecycle_details of this MediaWorkflowJobSummary. lifecycle_state
Gets the lifecycle_state of this MediaWorkflowJobSummary. locks
Gets the locks of this MediaWorkflowJobSummary. media_workflow_id
Gets the media_workflow_id of this MediaWorkflowJobSummary. system_tags
Gets the system_tags of this MediaWorkflowJobSummary. time_created
Gets the time_created of this MediaWorkflowJobSummary. time_updated
Gets the time_updated of this MediaWorkflowJobSummary. -
__init__
(**kwargs)¶ Initializes a new MediaWorkflowJobSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - media_workflow_id (str) – The value to assign to the media_workflow_id property of this MediaWorkflowJobSummary.
- id (str) – The value to assign to the id property of this MediaWorkflowJobSummary.
- display_name (str) – The value to assign to the display_name property of this MediaWorkflowJobSummary.
- time_created (datetime) – The value to assign to the time_created property of this MediaWorkflowJobSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this MediaWorkflowJobSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MediaWorkflowJobSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this MediaWorkflowJobSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MediaWorkflowJobSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MediaWorkflowJobSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MediaWorkflowJobSummary.
- locks (list[oci.media_services.models.ResourceLock]) – The value to assign to the locks property of this MediaWorkflowJobSummary.
Gets the defined_tags of this MediaWorkflowJobSummary. 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 MediaWorkflowJobSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this MediaWorkflowJobSummary. Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.
Returns: The display_name of this MediaWorkflowJobSummary. Return type: str
Gets the freeform_tags of this MediaWorkflowJobSummary. 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 MediaWorkflowJobSummary. Return type: dict(str, str)
-
id
¶ Gets the id of this MediaWorkflowJobSummary. Unique identifier for this job.
Returns: The id of this MediaWorkflowJobSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this MediaWorkflowJobSummary. The lifecyle details.
Returns: The lifecycle_details of this MediaWorkflowJobSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this MediaWorkflowJobSummary. The current state of the MediaWorkflowJob.
Returns: The lifecycle_state of this MediaWorkflowJobSummary. Return type: str
-
locks
¶ Gets the locks of this MediaWorkflowJobSummary. Locks associated with this resource.
Returns: The locks of this MediaWorkflowJobSummary. Return type: list[oci.media_services.models.ResourceLock]
-
media_workflow_id
¶ Gets the media_workflow_id of this MediaWorkflowJobSummary. The workflow to execute.
Returns: The media_workflow_id of this MediaWorkflowJobSummary. Return type: str
Gets the system_tags of this MediaWorkflowJobSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this MediaWorkflowJobSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ Gets the time_created of this MediaWorkflowJobSummary. Creation time of the job. An RFC3339 formatted datetime string.
Returns: The time_created of this MediaWorkflowJobSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this MediaWorkflowJobSummary. Updated time of the job. An RFC3339 formatted datetime string.
Returns: The time_updated of this MediaWorkflowJobSummary. Return type: datetime
-