ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DeployArtifactSource� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�GenericDeployArtifactSourcez9 Specifies the Artifact Registry source details. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new GenericDeployArtifactSource object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.GenericDeployArtifactSource.deploy_artifact_source_type` attribute of this class is ``GENERIC_ARTIFACT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param deploy_artifact_source_type: The value to assign to the deploy_artifact_source_type property of this GenericDeployArtifactSource. Allowed values for this property are: "INLINE", "OCIR", "GENERIC_ARTIFACT", "HELM_CHART", "HELM_COMMAND_SPEC" :type deploy_artifact_source_type: str :param repository_id: The value to assign to the repository_id property of this GenericDeployArtifactSource. :type repository_id: str :param deploy_artifact_path: The value to assign to the deploy_artifact_path property of this GenericDeployArtifactSource. :type deploy_artifact_path: str :param deploy_artifact_version: The value to assign to the deploy_artifact_version property of this GenericDeployArtifactSource. :type deploy_artifact_version: str �str)Zdeploy_artifact_source_type� repository_id�deploy_artifact_path�deploy_artifact_versionZdeployArtifactSourceTypeZrepositoryIdZdeployArtifactPathZdeployArtifactVersionNZGENERIC_ARTIFACT)Z swagger_typesZ attribute_mapZ_deploy_artifact_source_type�_repository_id�_deploy_artifact_path�_deploy_artifact_version)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/devops/models/generic_deploy_artifact_source.py�__init__ s ��z$GenericDeployArtifactSource.__init__c C s | j S )z� **[Required]** Gets the repository_id of this GenericDeployArtifactSource. The OCID of a repository. :return: The repository_id of this GenericDeployArtifactSource. :rtype: str �r �r r r r r >