ruạṛ
a ���fFM � @ 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 dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zd8d9� Zd:d;� Zd<d=� Zd>S )?�DeployPipelinezT A set of stages whose predecessor relation forms a directed acyclic graph. �CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddddd�| _ d d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new DeployPipeline object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this DeployPipeline. :type id: str :param description: The value to assign to the description property of this DeployPipeline. :type description: str :param display_name: The value to assign to the display_name property of this DeployPipeline. :type display_name: str :param project_id: The value to assign to the project_id property of this DeployPipeline. :type project_id: str :param compartment_id: The value to assign to the compartment_id property of this DeployPipeline. :type compartment_id: str :param deploy_pipeline_artifacts: The value to assign to the deploy_pipeline_artifacts property of this DeployPipeline. :type deploy_pipeline_artifacts: oci.devops.models.DeployPipelineArtifactCollection :param deploy_pipeline_environments: The value to assign to the deploy_pipeline_environments property of this DeployPipeline. :type deploy_pipeline_environments: oci.devops.models.DeployPipelineEnvironmentCollection :param time_created: The value to assign to the time_created property of this DeployPipeline. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DeployPipeline. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DeployPipeline. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this DeployPipeline. :type lifecycle_details: str :param deploy_pipeline_parameters: The value to assign to the deploy_pipeline_parameters property of this DeployPipeline. :type deploy_pipeline_parameters: oci.devops.models.DeployPipelineParameterCollection :param freeform_tags: The value to assign to the freeform_tags property of this DeployPipeline. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DeployPipeline. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DeployPipeline. :type system_tags: dict(str, dict(str, object)) �strZ DeployPipelineArtifactCollectionZ#DeployPipelineEnvironmentCollectionZdatetimeZ!DeployPipelineParameterCollectionzdict(str, str)zdict(str, dict(str, object)))�id�description�display_name� project_id�compartment_id�deploy_pipeline_artifacts�deploy_pipeline_environments�time_created�time_updated�lifecycle_state�lifecycle_details�deploy_pipeline_parameters� freeform_tags�defined_tags�system_tagsr r ZdisplayNameZ projectIdZ compartmentIdZdeployPipelineArtifactsZdeployPipelineEnvironmentsZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZdeployPipelineParametersZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_description� _display_name�_project_id�_compartment_id�_deploy_pipeline_artifacts�_deploy_pipeline_environments� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_deploy_pipeline_parameters�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r/ �E/usr/lib/python3.9/site-packages/oci/devops/models/deploy_pipeline.py�__init__. s^ E��zDeployPipeline.__init__c C s | j S )z� **[Required]** Gets the id of this DeployPipeline. Unique identifier that is immutable on creation. :return: The id of this DeployPipeline. :rtype: str �r �r- r/ r/ r0 r � s zDeployPipeline.idc C s || _ dS )z� Sets the id of this DeployPipeline. Unique identifier that is immutable on creation. :param id: The id of this DeployPipeline. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the description of this DeployPipeline. Optional description about the deployment pipeline. :return: The description of this DeployPipeline. :rtype: str �r r3 r/ r/ r0 r � s zDeployPipeline.descriptionc C s || _ dS )z� Sets the description of this DeployPipeline. Optional description about the deployment pipeline. :param description: The description of this DeployPipeline. :type: str Nr4 )r- r r/ r/ r0 r � s c C s | j S )a Gets the display_name of this DeployPipeline. Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information. :return: The display_name of this DeployPipeline. :rtype: str �r r3 r/ r/ r0 r � s zDeployPipeline.display_namec C s || _ dS )a! Sets the display_name of this DeployPipeline. Deployment pipeline display name, which can be renamed and is not necessarily unique. Avoid entering confidential information. :param display_name: The display_name of this DeployPipeline. :type: str Nr5 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the project_id of this DeployPipeline. The OCID of a project. :return: The project_id of this DeployPipeline. :rtype: str �r! r3 r/ r/ r0 r � s zDeployPipeline.project_idc C s || _ dS )z� Sets the project_id of this DeployPipeline. The OCID of a project. :param project_id: The project_id of this DeployPipeline. :type: str Nr6 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this DeployPipeline. The OCID of the compartment where the pipeline is created. :return: The compartment_id of this DeployPipeline. :rtype: str �r"