ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateDeploymentDetails� )�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 )�%CreateDeployPipelineDeploymentDetailszc Details of the new deployment to be created that will run all the stages in the pipeline. c K sj ddddddddd�| _ dd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )ab Initializes a new CreateDeployPipelineDeploymentDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.CreateDeployPipelineDeploymentDetails.deployment_type` attribute of this class is ``PIPELINE_DEPLOYMENT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param deploy_pipeline_id: The value to assign to the deploy_pipeline_id property of this CreateDeployPipelineDeploymentDetails. :type deploy_pipeline_id: str :param deployment_type: The value to assign to the deployment_type property of this CreateDeployPipelineDeploymentDetails. :type deployment_type: str :param display_name: The value to assign to the display_name property of this CreateDeployPipelineDeploymentDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateDeployPipelineDeploymentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDeployPipelineDeploymentDetails. :type defined_tags: dict(str, dict(str, object)) :param deployment_arguments: The value to assign to the deployment_arguments property of this CreateDeployPipelineDeploymentDetails. :type deployment_arguments: oci.devops.models.DeploymentArgumentCollection :param deploy_stage_override_arguments: The value to assign to the deploy_stage_override_arguments property of this CreateDeployPipelineDeploymentDetails. :type deploy_stage_override_arguments: oci.devops.models.DeployStageOverrideArgumentCollection :param deploy_artifact_override_arguments: The value to assign to the deploy_artifact_override_arguments property of this CreateDeployPipelineDeploymentDetails. :type deploy_artifact_override_arguments: oci.devops.models.DeployArtifactOverrideArgumentCollection �strzdict(str, str)zdict(str, dict(str, object))�DeploymentArgumentCollection�%DeployStageOverrideArgumentCollection�(DeployArtifactOverrideArgumentCollection)�deploy_pipeline_id�deployment_type�display_name� freeform_tags�defined_tags�deployment_arguments�deploy_stage_override_arguments�"deploy_artifact_override_arguments�deployPipelineId�deploymentType�displayName�freeformTags�definedTags�deploymentArguments�deployStageOverrideArguments�deployArtifactOverrideArgumentsN�PIPELINE_DEPLOYMENT) � swagger_types� attribute_map�_deploy_pipeline_id�_deployment_type� _display_name�_freeform_tags� _defined_tags�_deployment_arguments� _deploy_stage_override_arguments�#_deploy_artifact_override_arguments)�self�kwargs� r* ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/create_deploy_pipeline_deployment_details.py�__init__ s6 (��z.CreateDeployPipelineDeploymentDetails.__init__c C s | j S )z� Gets the deployment_arguments of this CreateDeployPipelineDeploymentDetails. :return: The deployment_arguments of this CreateDeployPipelineDeploymentDetails. :rtype: oci.devops.models.DeploymentArgumentCollection �r% �r( r* r* r+ r W s z:CreateDeployPipelineDeploymentDetails.deployment_argumentsc C s || _ dS )a Sets the deployment_arguments of this CreateDeployPipelineDeploymentDetails. :param deployment_arguments: The deployment_arguments of this CreateDeployPipelineDeploymentDetails. :type: oci.devops.models.DeploymentArgumentCollection Nr- )r( r r* r* r+ r a s c C s | j S )a Gets the deploy_stage_override_arguments of this CreateDeployPipelineDeploymentDetails. :return: The deploy_stage_override_arguments of this CreateDeployPipelineDeploymentDetails. :rtype: oci.devops.models.DeployStageOverrideArgumentCollection �r&