MediaAssetDistributionChannelAttachmentSummary

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

Bases: object

Summary of the MediaAssetDistributionChannelAttachment.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a MediaAssetDistributionChannelAttachmentSummary.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a MediaAssetDistributionChannelAttachmentSummary.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a MediaAssetDistributionChannelAttachmentSummary.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a MediaAssetDistributionChannelAttachmentSummary.
display_name Gets the display_name of this MediaAssetDistributionChannelAttachmentSummary.
distribution_channel_id [Required] Gets the distribution_channel_id of this MediaAssetDistributionChannelAttachmentSummary.
lifecycle_state [Required] Gets the lifecycle_state of this MediaAssetDistributionChannelAttachmentSummary.
locks Gets the locks of this MediaAssetDistributionChannelAttachmentSummary.
media_asset_id [Required] Gets the media_asset_id of this MediaAssetDistributionChannelAttachmentSummary.
media_workflow_job_id Gets the media_workflow_job_id of this MediaAssetDistributionChannelAttachmentSummary.
metadata_ref [Required] Gets the metadata_ref of this MediaAssetDistributionChannelAttachmentSummary.
version [Required] Gets the version of this MediaAssetDistributionChannelAttachmentSummary.

Methods

__init__(**kwargs) Initializes a new MediaAssetDistributionChannelAttachmentSummary object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a MediaAssetDistributionChannelAttachmentSummary. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a MediaAssetDistributionChannelAttachmentSummary. This constant has a value of “CREATING”

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

A constant which can be used with the lifecycle_state property of a MediaAssetDistributionChannelAttachmentSummary. This constant has a value of “NEEDS_ATTENTION”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a MediaAssetDistributionChannelAttachmentSummary. This constant has a value of “UPDATING”

__init__(**kwargs)

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

Parameters:
  • media_asset_id (str) – The value to assign to the media_asset_id property of this MediaAssetDistributionChannelAttachmentSummary.
  • display_name (str) – The value to assign to the display_name property of this MediaAssetDistributionChannelAttachmentSummary.
  • distribution_channel_id (str) – The value to assign to the distribution_channel_id property of this MediaAssetDistributionChannelAttachmentSummary.
  • version (int) – The value to assign to the version property of this MediaAssetDistributionChannelAttachmentSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this MediaAssetDistributionChannelAttachmentSummary. Allowed values for this property are: “CREATING”, “ACTIVE”, “NEEDS_ATTENTION”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • metadata_ref (str) – The value to assign to the metadata_ref property of this MediaAssetDistributionChannelAttachmentSummary.
  • media_workflow_job_id (str) – The value to assign to the media_workflow_job_id property of this MediaAssetDistributionChannelAttachmentSummary.
  • locks (list[oci.media_services.models.ResourceLock]) – The value to assign to the locks property of this MediaAssetDistributionChannelAttachmentSummary.
display_name

Gets the display_name of this MediaAssetDistributionChannelAttachmentSummary. Display name for the MediaAssetDistributionChannelAttachment. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this MediaAssetDistributionChannelAttachmentSummary.
Return type:str
distribution_channel_id

[Required] Gets the distribution_channel_id of this MediaAssetDistributionChannelAttachmentSummary. OCID of associated Distribution Channel.

Returns:The distribution_channel_id of this MediaAssetDistributionChannelAttachmentSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this MediaAssetDistributionChannelAttachmentSummary. Lifecycle state of the attachment.

Allowed values for this property are: “CREATING”, “ACTIVE”, “NEEDS_ATTENTION”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this MediaAssetDistributionChannelAttachmentSummary.
Return type:str
locks

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

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

[Required] Gets the media_asset_id of this MediaAssetDistributionChannelAttachmentSummary. OCID of associated media asset.

Returns:The media_asset_id of this MediaAssetDistributionChannelAttachmentSummary.
Return type:str
media_workflow_job_id

Gets the media_workflow_job_id of this MediaAssetDistributionChannelAttachmentSummary. The ingest MediaWorkflowJob ID that created this attachment.

Returns:The media_workflow_job_id of this MediaAssetDistributionChannelAttachmentSummary.
Return type:str
metadata_ref

[Required] Gets the metadata_ref of this MediaAssetDistributionChannelAttachmentSummary. The identifier for the metadata.

Returns:The metadata_ref of this MediaAssetDistributionChannelAttachmentSummary.
Return type:str
version

[Required] Gets the version of this MediaAssetDistributionChannelAttachmentSummary. Version number of the attachment.

Returns:The version of this MediaAssetDistributionChannelAttachmentSummary.
Return type:int