UpdateDeployPipelineDetails¶
-
class
oci.devops.models.
UpdateDeployPipelineDetails
(**kwargs)¶ Bases:
object
The information to be updated for the given deloyment pipeline.
Methods
__init__
(**kwargs)Initializes a new UpdateDeployPipelineDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateDeployPipelineDetails. deploy_pipeline_parameters
Gets the deploy_pipeline_parameters of this UpdateDeployPipelineDetails. description
Gets the description of this UpdateDeployPipelineDetails. display_name
Gets the display_name of this UpdateDeployPipelineDetails. freeform_tags
Gets the freeform_tags of this UpdateDeployPipelineDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateDeployPipelineDetails 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 UpdateDeployPipelineDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateDeployPipelineDetails.
- deploy_pipeline_parameters (oci.devops.models.DeployPipelineParameterCollection) – The value to assign to the deploy_pipeline_parameters property of this UpdateDeployPipelineDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDeployPipelineDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDeployPipelineDetails.
Gets the defined_tags of this UpdateDeployPipelineDetails. 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 UpdateDeployPipelineDetails. Return type: dict(str, dict(str, object))
-
deploy_pipeline_parameters
¶ Gets the deploy_pipeline_parameters of this UpdateDeployPipelineDetails.
Returns: The deploy_pipeline_parameters of this UpdateDeployPipelineDetails. Return type: oci.devops.models.DeployPipelineParameterCollection
-
description
¶ Gets the description of this UpdateDeployPipelineDetails. Optional description about the deloyment pipeline.
Returns: The description of this UpdateDeployPipelineDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateDeployPipelineDetails. Deloyment pipeline display name. Avoid entering confidential information.
Returns: The display_name of this UpdateDeployPipelineDetails. Return type: str
Gets the freeform_tags of this UpdateDeployPipelineDetails. 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 UpdateDeployPipelineDetails. Return type: dict(str, str)
-