📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
media_services
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/media_services/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_media_asset_details.pyc
a O��fvU � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zed:d;� �Zej d<d;� �Zed=d>� �Zej d?d>� �Zd@dA� ZdBdC� Z dDdE� Z!dFS )G�CreateMediaAssetDetailsz/ The information about new MediaAsset. �AUDIO�VIDEO�PLAYLIST�IMAGE�CAPTION_FILE�UNKNOWNc K s� ddddddddddddddddddd�| _ dd d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateMediaAssetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_media_workflow_id: The value to assign to the source_media_workflow_id property of this CreateMediaAssetDetails. :type source_media_workflow_id: str :param media_workflow_job_id: The value to assign to the media_workflow_job_id property of this CreateMediaAssetDetails. :type media_workflow_job_id: str :param source_media_workflow_version: The value to assign to the source_media_workflow_version property of this CreateMediaAssetDetails. :type source_media_workflow_version: int :param display_name: The value to assign to the display_name property of this CreateMediaAssetDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateMediaAssetDetails. :type compartment_id: str :param type: The value to assign to the type property of this CreateMediaAssetDetails. Allowed values for this property are: "AUDIO", "VIDEO", "PLAYLIST", "IMAGE", "CAPTION_FILE", "UNKNOWN" :type type: str :param parent_media_asset_id: The value to assign to the parent_media_asset_id property of this CreateMediaAssetDetails. :type parent_media_asset_id: str :param master_media_asset_id: The value to assign to the master_media_asset_id property of this CreateMediaAssetDetails. :type master_media_asset_id: str :param bucket_name: The value to assign to the bucket_name property of this CreateMediaAssetDetails. :type bucket_name: str :param namespace_name: The value to assign to the namespace_name property of this CreateMediaAssetDetails. :type namespace_name: str :param object_name: The value to assign to the object_name property of this CreateMediaAssetDetails. :type object_name: str :param object_etag: The value to assign to the object_etag property of this CreateMediaAssetDetails. :type object_etag: str :param metadata: The value to assign to the metadata property of this CreateMediaAssetDetails. :type metadata: list[oci.media_services.models.Metadata] :param segment_range_start_index: The value to assign to the segment_range_start_index property of this CreateMediaAssetDetails. :type segment_range_start_index: int :param segment_range_end_index: The value to assign to the segment_range_end_index property of this CreateMediaAssetDetails. :type segment_range_end_index: int :param media_asset_tags: The value to assign to the media_asset_tags property of this CreateMediaAssetDetails. :type media_asset_tags: list[oci.media_services.models.MediaAssetTag] :param freeform_tags: The value to assign to the freeform_tags property of this CreateMediaAssetDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateMediaAssetDetails. :type defined_tags: dict(str, dict(str, object)) �str�intzlist[Metadata]zlist[MediaAssetTag]zdict(str, str)zdict(str, dict(str, object)))�source_media_workflow_id�media_workflow_job_id�source_media_workflow_version�display_name�compartment_id�type�parent_media_asset_id�master_media_asset_id�bucket_name�namespace_name�object_name�object_etag�metadata�segment_range_start_index�segment_range_end_index�media_asset_tags� freeform_tags�defined_tags�sourceMediaWorkflowId�mediaWorkflowJobId�sourceMediaWorkflowVersion�displayName� compartmentIdr �parentMediaAssetId�masterMediaAssetId� bucketName� namespaceName� objectName� objectEtagr �segmentRangeStartIndex�segmentRangeEndIndex�mediaAssetTags�freeformTags�definedTagsN)� swagger_types� attribute_map�_source_media_workflow_id�_media_workflow_job_id�_source_media_workflow_version� _display_name�_compartment_id�_type�_parent_media_asset_id�_master_media_asset_id�_bucket_name�_namespace_name�_object_name�_object_etag� _metadata�_segment_range_start_index�_segment_range_end_index�_media_asset_tags�_freeform_tags� _defined_tags)�self�kwargs� rG ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/media_services/models/create_media_asset_details.py�__init__( sp P��z CreateMediaAssetDetails.__init__c C s | j S )z� Gets the source_media_workflow_id of this CreateMediaAssetDetails. The ID of the MediaWorkflow used to produce this asset. :return: The source_media_workflow_id of this CreateMediaAssetDetails. :rtype: str �r3 �rE rG rG rH r � s z0CreateMediaAssetDetails.source_media_workflow_idc C s || _ dS )a Sets the source_media_workflow_id of this CreateMediaAssetDetails. The ID of the MediaWorkflow used to produce this asset. :param source_media_workflow_id: The source_media_workflow_id of this CreateMediaAssetDetails. :type: str NrJ )rE r rG rG rH r � s c C s | j S )z� Gets the media_workflow_job_id of this CreateMediaAssetDetails. The ID of the MediaWorkflowJob used to produce this asset. :return: The media_workflow_job_id of this CreateMediaAssetDetails. :rtype: str �r4 rK rG rG rH r � s z-CreateMediaAssetDetails.media_workflow_job_idc C s || _ dS )a Sets the media_workflow_job_id of this CreateMediaAssetDetails. The ID of the MediaWorkflowJob used to produce this asset. :param media_workflow_job_id: The media_workflow_job_id of this CreateMediaAssetDetails. :type: str NrL )rE r rG rG rH r � s c C s | j S )a Gets the source_media_workflow_version of this CreateMediaAssetDetails. The version of the MediaWorkflow used to produce this asset. :return: The source_media_workflow_version of this CreateMediaAssetDetails. :rtype: int �r5 rK rG rG rH r � s z5CreateMediaAssetDetails.source_media_workflow_versionc C s || _ dS )a$ Sets the source_media_workflow_version of this CreateMediaAssetDetails. The version of the MediaWorkflow used to produce this asset. :param source_media_workflow_version: The source_media_workflow_version of this CreateMediaAssetDetails. :type: int NrM )rE r rG rG rH r � s c C s | j S )a Gets the display_name of this CreateMediaAssetDetails. Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information. :return: The display_name of this CreateMediaAssetDetails. :rtype: str �r6 rK rG rG rH r � s z$CreateMediaAssetDetails.display_namec C s || _ dS )a Sets the display_name of this CreateMediaAssetDetails. Display name for the Media Asset. Does not have to be unique. Avoid entering confidential information. :param display_name: The display_name of this CreateMediaAssetDetails. :type: str NrN )rE r rG rG rH r s c C s | j S )z� **[Required]** Gets the compartment_id of this CreateMediaAssetDetails. Compartment Identifier. :return: The compartment_id of this CreateMediaAssetDetails. :rtype: str �r7 rK rG rG rH r s z&CreateMediaAssetDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateMediaAssetDetails. Compartment Identifier. :param compartment_id: The compartment_id of this CreateMediaAssetDetails. :type: str NrO )rE r rG rG rH r s c C s | j S )a5 **[Required]** Gets the type of this CreateMediaAssetDetails. The type of the media asset. Allowed values for this property are: "AUDIO", "VIDEO", "PLAYLIST", "IMAGE", "CAPTION_FILE", "UNKNOWN" :return: The type of this CreateMediaAssetDetails. :rtype: str )r8 rK rG rG rH r , s zCreateMediaAssetDetails.typec C s* g d�}t ||�s td�|���|| _dS )z� Sets the type of this CreateMediaAssetDetails. The type of the media asset. :param type: The type of this CreateMediaAssetDetails. :type: str )r r r r r r z4Invalid value for `type`, must be None or one of {0}N)r � ValueError�formatr8 )rE r �allowed_valuesrG rG rH r : s ��c C s | j S )z� Gets the parent_media_asset_id of this CreateMediaAssetDetails. The ID of the parent asset from which this asset is derived. :return: The parent_media_asset_id of this CreateMediaAssetDetails. :rtype: str �r9 rK rG rG rH r L s z-CreateMediaAssetDetails.parent_media_asset_idc C s || _ dS )a Sets the parent_media_asset_id of this CreateMediaAssetDetails. The ID of the parent asset from which this asset is derived. :param parent_media_asset_id: The parent_media_asset_id of this CreateMediaAssetDetails. :type: str NrS )rE r rG rG rH r X s c C s | j S )z� Gets the master_media_asset_id of this CreateMediaAssetDetails. The ID of the senior most asset from which this asset is derived. :return: The master_media_asset_id of this CreateMediaAssetDetails. :rtype: str �r: rK rG rG rH r d s z-CreateMediaAssetDetails.master_media_asset_idc C s || _ dS )a Sets the master_media_asset_id of this CreateMediaAssetDetails. The ID of the senior most asset from which this asset is derived. :param master_media_asset_id: The master_media_asset_id of this CreateMediaAssetDetails. :type: str NrT )rE r rG rG rH r p s c C s | j S )z� Gets the bucket_name of this CreateMediaAssetDetails. The name of the object storage bucket where this asset is located. :return: The bucket_name of this CreateMediaAssetDetails. :rtype: str �r; rK rG rG rH r | s z#CreateMediaAssetDetails.bucket_namec C s || _ dS )z� Sets the bucket_name of this CreateMediaAssetDetails. The name of the object storage bucket where this asset is located. :param bucket_name: The bucket_name of this CreateMediaAssetDetails. :type: str NrU )rE r rG rG rH r � s c C s | j S )z� Gets the namespace_name of this CreateMediaAssetDetails. The object storage namespace where this asset is located. :return: The namespace_name of this CreateMediaAssetDetails. :rtype: str �r<