StreamCdnConfigSummary¶
- 
class 
oci.media_services.models.StreamCdnConfigSummary(**kwargs)¶ Bases:
objectSummary of the StreamCdnConfig.
Methods
__init__(**kwargs)Initializes a new StreamCdnConfigSummary object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this StreamCdnConfigSummary. defined_tagsGets the defined_tags of this StreamCdnConfigSummary. display_name[Required] Gets the display_name of this StreamCdnConfigSummary. distribution_channel_id[Required] Gets the distribution_channel_id of this StreamCdnConfigSummary. freeform_tagsGets the freeform_tags of this StreamCdnConfigSummary. id[Required] Gets the id of this StreamCdnConfigSummary. is_enabled[Required] Gets the is_enabled of this StreamCdnConfigSummary. lifecycle_detailsGets the lifecycle_details of this StreamCdnConfigSummary. lifecycle_stateGets the lifecycle_state of this StreamCdnConfigSummary. locksGets the locks of this StreamCdnConfigSummary. system_tagsGets the system_tags of this StreamCdnConfigSummary. time_createdGets the time_created of this StreamCdnConfigSummary. time_updatedGets the time_updated of this StreamCdnConfigSummary. - 
__init__(**kwargs)¶ Initializes a new StreamCdnConfigSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this StreamCdnConfigSummary.
 - display_name (str) – The value to assign to the display_name property of this StreamCdnConfigSummary.
 - compartment_id (str) – The value to assign to the compartment_id property of this StreamCdnConfigSummary.
 - distribution_channel_id (str) – The value to assign to the distribution_channel_id property of this StreamCdnConfigSummary.
 - is_enabled (bool) – The value to assign to the is_enabled property of this StreamCdnConfigSummary.
 - time_created (datetime) – The value to assign to the time_created property of this StreamCdnConfigSummary.
 - time_updated (datetime) – The value to assign to the time_updated property of this StreamCdnConfigSummary.
 - lifecycle_state (str) – The value to assign to the lifecycle_state property of this StreamCdnConfigSummary.
 - lifecycle_details (str) – The value to assign to the lifecycle_details property of this StreamCdnConfigSummary.
 - freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this StreamCdnConfigSummary.
 - defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this StreamCdnConfigSummary.
 - system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this StreamCdnConfigSummary.
 - locks (list[oci.media_services.models.ResourceLock]) – The value to assign to the locks property of this StreamCdnConfigSummary.
 
- 
compartment_id¶ [Required] Gets the compartment_id of this StreamCdnConfigSummary. Compartment Identifier.
Returns: The compartment_id of this StreamCdnConfigSummary. Return type: str 
Gets the defined_tags of this StreamCdnConfigSummary. 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 StreamCdnConfigSummary. Return type: dict(str, dict(str, object)) 
- 
display_name¶ [Required] Gets the display_name of this StreamCdnConfigSummary. The CDN Configuration identifier or display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
Returns: The display_name of this StreamCdnConfigSummary. Return type: str 
- 
distribution_channel_id¶ [Required] Gets the distribution_channel_id of this StreamCdnConfigSummary. Distribution Channel Identifier.
Returns: The distribution_channel_id of this StreamCdnConfigSummary. Return type: str 
Gets the freeform_tags of this StreamCdnConfigSummary. 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 StreamCdnConfigSummary. Return type: dict(str, str) 
- 
id¶ [Required] Gets the id of this StreamCdnConfigSummary. Unique identifier that is immutable on creation.
Returns: The id of this StreamCdnConfigSummary. Return type: str 
- 
is_enabled¶ [Required] Gets the is_enabled of this StreamCdnConfigSummary. Whether publishing to CDN is enabled.
Returns: The is_enabled of this StreamCdnConfigSummary. Return type: bool 
- 
lifecycle_details¶ Gets the lifecycle_details of this StreamCdnConfigSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The lifecycle_details of this StreamCdnConfigSummary. Return type: str 
- 
lifecycle_state¶ Gets the lifecycle_state of this StreamCdnConfigSummary. The current state of the CDN Configuration.
Returns: The lifecycle_state of this StreamCdnConfigSummary. Return type: str 
- 
locks¶ Gets the locks of this StreamCdnConfigSummary. Locks associated with this resource.
Returns: The locks of this StreamCdnConfigSummary. Return type: list[oci.media_services.models.ResourceLock] 
Gets the system_tags of this StreamCdnConfigSummary. 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 StreamCdnConfigSummary. Return type: dict(str, dict(str, object)) 
- 
time_created¶ Gets the time_created of this StreamCdnConfigSummary. The time when the the CDN Configuration was created. An RFC3339 formatted datetime string.
Returns: The time_created of this StreamCdnConfigSummary. Return type: datetime 
- 
time_updated¶ Gets the time_updated of this StreamCdnConfigSummary. The time the CDN Configuration was updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this StreamCdnConfigSummary. Return type: datetime 
-