CreateDeployPipelineDetails¶
- 
class oci.devops.models.CreateDeployPipelineDetails(**kwargs)¶
- Bases: - object- The information about new deployment pipeline to be created. - Methods - __init__(**kwargs)- Initializes a new CreateDeployPipelineDetails object with values from keyword arguments. - Attributes - defined_tags- Gets the defined_tags of this CreateDeployPipelineDetails. - deploy_pipeline_parameters- Gets the deploy_pipeline_parameters of this CreateDeployPipelineDetails. - description- Gets the description of this CreateDeployPipelineDetails. - display_name- Gets the display_name of this CreateDeployPipelineDetails. - freeform_tags- Gets the freeform_tags of this CreateDeployPipelineDetails. - project_id- [Required] Gets the project_id of this CreateDeployPipelineDetails. - 
__init__(**kwargs)¶
- Initializes a new CreateDeployPipelineDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - description (str) – The value to assign to the description property of this CreateDeployPipelineDetails.
- display_name (str) – The value to assign to the display_name property of this CreateDeployPipelineDetails.
- project_id (str) – The value to assign to the project_id property of this CreateDeployPipelineDetails.
- deploy_pipeline_parameters (oci.devops.models.DeployPipelineParameterCollection) – The value to assign to the deploy_pipeline_parameters property of this CreateDeployPipelineDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDeployPipelineDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDeployPipelineDetails.
 
 - Gets the defined_tags of this CreateDeployPipelineDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“foo-namespace”: {“bar-key”: “value”}} - Returns: - The defined_tags of this CreateDeployPipelineDetails. - Return type: - dict(str, dict(str, object)) 
 - 
deploy_pipeline_parameters¶
- Gets the deploy_pipeline_parameters of this CreateDeployPipelineDetails. - Returns: - The deploy_pipeline_parameters of this CreateDeployPipelineDetails. - Return type: - oci.devops.models.DeployPipelineParameterCollection 
 - 
description¶
- Gets the description of this CreateDeployPipelineDetails. Optional description about the deployment pipeline. - Returns: - The description of this CreateDeployPipelineDetails. - Return type: - str 
 - 
display_name¶
- Gets the display_name of this CreateDeployPipelineDetails. Deployment pipeline display name. Avoid entering confidential information. - Returns: - The display_name of this CreateDeployPipelineDetails. - Return type: - str 
 - Gets the freeform_tags of this CreateDeployPipelineDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {“bar-key”: “value”} - Returns: - The freeform_tags of this CreateDeployPipelineDetails. - Return type: - dict(str, str) 
 - 
project_id¶
- [Required] Gets the project_id of this CreateDeployPipelineDetails. The OCID of a project. - Returns: - The project_id of this CreateDeployPipelineDetails. - Return type: - str 
 
-