📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_deploy_pipeline_deployment_details.cpython-39.pyc
a ���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))ZDeploymentArgumentCollectionZ%DeployStageOverrideArgumentCollectionZ(DeployArtifactOverrideArgumentCollection)Zdeploy_pipeline_idZdeployment_typeZdisplay_nameZ freeform_tagsZdefined_tags�deployment_arguments�deploy_stage_override_arguments�"deploy_artifact_override_argumentsZdeployPipelineIdZdeploymentTypeZdisplayNameZfreeformTagsZdefinedTagsZdeploymentArgumentsZdeployStageOverrideArgumentsZdeployArtifactOverrideArgumentsNZPIPELINE_DEPLOYMENT) Z swagger_typesZ attribute_mapZ_deploy_pipeline_idZ_deployment_typeZ _display_nameZ_freeform_tagsZ _defined_tags�_deployment_arguments� _deploy_stage_override_arguments�#_deploy_artifact_override_arguments)�self�kwargs� r �_/usr/lib/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 Y 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 c 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 r r r r r m s zECreateDeployPipelineDeploymentDetails.deploy_stage_override_argumentsc C s || _ dS )a4 Sets the deploy_stage_override_arguments of this CreateDeployPipelineDeploymentDetails. :param deploy_stage_override_arguments: The deploy_stage_override_arguments of this CreateDeployPipelineDeploymentDetails. :type: oci.devops.models.DeployStageOverrideArgumentCollection Nr )r r r r r r w s c C s | j S )a Gets the deploy_artifact_override_arguments of this CreateDeployPipelineDeploymentDetails. :return: The deploy_artifact_override_arguments of this CreateDeployPipelineDeploymentDetails. :rtype: oci.devops.models.DeployArtifactOverrideArgumentCollection �r r r r r r � s zHCreateDeployPipelineDeploymentDetails.deploy_artifact_override_argumentsc C s || _ dS )a@ Sets the deploy_artifact_override_arguments of this CreateDeployPipelineDeploymentDetails. :param deploy_artifact_override_arguments: The deploy_artifact_override_arguments of this CreateDeployPipelineDeploymentDetails. :type: oci.devops.models.DeployArtifactOverrideArgumentCollection Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z.CreateDeployPipelineDeploymentDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z,CreateDeployPipelineDeploymentDetails.__eq__c C s | |k S r r r r r r �__ne__� s z,CreateDeployPipelineDeploymentDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"