📂 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
›
devops
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_deploy_pipeline_redeployment_details.pyc
a N��fn � @ 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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�'CreateDeployPipelineRedeploymentDetailsz` Details of the new deployment to be created based on a previously executed deployment. c K sV ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new CreateDeployPipelineRedeploymentDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.CreateDeployPipelineRedeploymentDetails.deployment_type` attribute of this class is ``PIPELINE_REDEPLOYMENT`` 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 CreateDeployPipelineRedeploymentDetails. :type deploy_pipeline_id: str :param deployment_type: The value to assign to the deployment_type property of this CreateDeployPipelineRedeploymentDetails. :type deployment_type: str :param display_name: The value to assign to the display_name property of this CreateDeployPipelineRedeploymentDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateDeployPipelineRedeploymentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDeployPipelineRedeploymentDetails. :type defined_tags: dict(str, dict(str, object)) :param previous_deployment_id: The value to assign to the previous_deployment_id property of this CreateDeployPipelineRedeploymentDetails. :type previous_deployment_id: str �strzdict(str, str)zdict(str, dict(str, object)))�deploy_pipeline_id�deployment_type�display_name� freeform_tags�defined_tags�previous_deployment_id�deployPipelineId�deploymentType�displayName�freeformTags�definedTags�previousDeploymentIdN�PIPELINE_REDEPLOYMENT)� swagger_types� attribute_map�_deploy_pipeline_id�_deployment_type� _display_name�_freeform_tags� _defined_tags�_previous_deployment_id)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/create_deploy_pipeline_redeployment_details.py�__init__ s* � � z0CreateDeployPipelineRedeploymentDetails.__init__c C s | j S )a, **[Required]** Gets the previous_deployment_id of this CreateDeployPipelineRedeploymentDetails. Specifies the OCID of the previous deployment to be redeployed. :return: The previous_deployment_id of this CreateDeployPipelineRedeploymentDetails. :rtype: str �r �r r! r! r"