File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/media_services/models/media_asset_distribution_channel_attachment_summary.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20211101 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class MediaAssetDistributionChannelAttachmentSummary(object): """ Summary of the MediaAssetDistributionChannelAttachment. """ #: A constant which can be used with the lifecycle_state property of a MediaAssetDistributionChannelAttachmentSummary. #: This constant has a value of "CREATING" LIFECYCLE_STATE_CREATING = "CREATING" #: A constant which can be used with the lifecycle_state property of a MediaAssetDistributionChannelAttachmentSummary. #: This constant has a value of "ACTIVE" LIFECYCLE_STATE_ACTIVE = "ACTIVE" #: A constant which can be used with the lifecycle_state property of a MediaAssetDistributionChannelAttachmentSummary. #: This constant has a value of "NEEDS_ATTENTION" 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 "UPDATING" LIFECYCLE_STATE_UPDATING = "UPDATING" def __init__(self, **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): :param media_asset_id: The value to assign to the media_asset_id property of this MediaAssetDistributionChannelAttachmentSummary. :type media_asset_id: str :param display_name: The value to assign to the display_name property of this MediaAssetDistributionChannelAttachmentSummary. :type display_name: str :param distribution_channel_id: The value to assign to the distribution_channel_id property of this MediaAssetDistributionChannelAttachmentSummary. :type distribution_channel_id: str :param version: The value to assign to the version property of this MediaAssetDistributionChannelAttachmentSummary. :type version: int :param lifecycle_state: 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'. :type lifecycle_state: str :param metadata_ref: The value to assign to the metadata_ref property of this MediaAssetDistributionChannelAttachmentSummary. :type metadata_ref: str :param media_workflow_job_id: The value to assign to the media_workflow_job_id property of this MediaAssetDistributionChannelAttachmentSummary. :type media_workflow_job_id: str :param locks: The value to assign to the locks property of this MediaAssetDistributionChannelAttachmentSummary. :type locks: list[oci.media_services.models.ResourceLock] """ self.swagger_types = { 'media_asset_id': 'str', 'display_name': 'str', 'distribution_channel_id': 'str', 'version': 'int', 'lifecycle_state': 'str', 'metadata_ref': 'str', 'media_workflow_job_id': 'str', 'locks': 'list[ResourceLock]' } self.attribute_map = { 'media_asset_id': 'mediaAssetId', 'display_name': 'displayName', 'distribution_channel_id': 'distributionChannelId', 'version': 'version', 'lifecycle_state': 'lifecycleState', 'metadata_ref': 'metadataRef', 'media_workflow_job_id': 'mediaWorkflowJobId', 'locks': 'locks' } self._media_asset_id = None self._display_name = None self._distribution_channel_id = None self._version = None self._lifecycle_state = None self._metadata_ref = None self._media_workflow_job_id = None self._locks = None @property def media_asset_id(self): """ **[Required]** Gets the media_asset_id of this MediaAssetDistributionChannelAttachmentSummary. OCID of associated media asset. :return: The media_asset_id of this MediaAssetDistributionChannelAttachmentSummary. :rtype: str """ return self._media_asset_id @media_asset_id.setter def media_asset_id(self, media_asset_id): """ Sets the media_asset_id of this MediaAssetDistributionChannelAttachmentSummary. OCID of associated media asset. :param media_asset_id: The media_asset_id of this MediaAssetDistributionChannelAttachmentSummary. :type: str """ self._media_asset_id = media_asset_id @property def display_name(self): """ 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. :return: The display_name of this MediaAssetDistributionChannelAttachmentSummary. :rtype: str """ return self._display_name @display_name.setter def display_name(self, display_name): """ Sets 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. :param display_name: The display_name of this MediaAssetDistributionChannelAttachmentSummary. :type: str """ self._display_name = display_name @property def distribution_channel_id(self): """ **[Required]** Gets the distribution_channel_id of this MediaAssetDistributionChannelAttachmentSummary. OCID of associated Distribution Channel. :return: The distribution_channel_id of this MediaAssetDistributionChannelAttachmentSummary. :rtype: str """ return self._distribution_channel_id @distribution_channel_id.setter def distribution_channel_id(self, distribution_channel_id): """ Sets the distribution_channel_id of this MediaAssetDistributionChannelAttachmentSummary. OCID of associated Distribution Channel. :param distribution_channel_id: The distribution_channel_id of this MediaAssetDistributionChannelAttachmentSummary. :type: str """ self._distribution_channel_id = distribution_channel_id @property def version(self): """ **[Required]** Gets the version of this MediaAssetDistributionChannelAttachmentSummary. Version number of the attachment. :return: The version of this MediaAssetDistributionChannelAttachmentSummary. :rtype: int """ return self._version @version.setter def version(self, version): """ Sets the version of this MediaAssetDistributionChannelAttachmentSummary. Version number of the attachment. :param version: The version of this MediaAssetDistributionChannelAttachmentSummary. :type: int """ self._version = version @property def lifecycle_state(self): """ **[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'. :return: The lifecycle_state of this MediaAssetDistributionChannelAttachmentSummary. :rtype: str """ return self._lifecycle_state @lifecycle_state.setter def lifecycle_state(self, lifecycle_state): """ Sets the lifecycle_state of this MediaAssetDistributionChannelAttachmentSummary. Lifecycle state of the attachment. :param lifecycle_state: The lifecycle_state of this MediaAssetDistributionChannelAttachmentSummary. :type: str """ allowed_values = ["CREATING", "ACTIVE", "NEEDS_ATTENTION", "UPDATING"] if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values): lifecycle_state = 'UNKNOWN_ENUM_VALUE' self._lifecycle_state = lifecycle_state @property def metadata_ref(self): """ **[Required]** Gets the metadata_ref of this MediaAssetDistributionChannelAttachmentSummary. The identifier for the metadata. :return: The metadata_ref of this MediaAssetDistributionChannelAttachmentSummary. :rtype: str """ return self._metadata_ref @metadata_ref.setter def metadata_ref(self, metadata_ref): """ Sets the metadata_ref of this MediaAssetDistributionChannelAttachmentSummary. The identifier for the metadata. :param metadata_ref: The metadata_ref of this MediaAssetDistributionChannelAttachmentSummary. :type: str """ self._metadata_ref = metadata_ref @property def media_workflow_job_id(self): """ Gets the media_workflow_job_id of this MediaAssetDistributionChannelAttachmentSummary. The ingest MediaWorkflowJob ID that created this attachment. :return: The media_workflow_job_id of this MediaAssetDistributionChannelAttachmentSummary. :rtype: str """ return self._media_workflow_job_id @media_workflow_job_id.setter def media_workflow_job_id(self, media_workflow_job_id): """ Sets the media_workflow_job_id of this MediaAssetDistributionChannelAttachmentSummary. The ingest MediaWorkflowJob ID that created this attachment. :param media_workflow_job_id: The media_workflow_job_id of this MediaAssetDistributionChannelAttachmentSummary. :type: str """ self._media_workflow_job_id = media_workflow_job_id @property def locks(self): """ Gets the locks of this MediaAssetDistributionChannelAttachmentSummary. Locks associated with this resource. :return: The locks of this MediaAssetDistributionChannelAttachmentSummary. :rtype: list[oci.media_services.models.ResourceLock] """ return self._locks @locks.setter def locks(self, locks): """ Sets the locks of this MediaAssetDistributionChannelAttachmentSummary. Locks associated with this resource. :param locks: The locks of this MediaAssetDistributionChannelAttachmentSummary. :type: list[oci.media_services.models.ResourceLock] """ self._locks = locks def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings