DeployPipelineEnvironment¶
-
class
oci.devops.models.
DeployPipelineEnvironment
(**kwargs)¶ Bases:
object
Environment used in the pipeline.
Methods
__init__
(**kwargs)Initializes a new DeployPipelineEnvironment object with values from keyword arguments. Attributes
deploy_environment_id
[Required] Gets the deploy_environment_id of this DeployPipelineEnvironment. deploy_pipeline_stages
[Required] Gets the deploy_pipeline_stages of this DeployPipelineEnvironment. display_name
Gets the display_name of this DeployPipelineEnvironment. -
__init__
(**kwargs)¶ Initializes a new DeployPipelineEnvironment object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - deploy_environment_id (str) – The value to assign to the deploy_environment_id property of this DeployPipelineEnvironment.
- display_name (str) – The value to assign to the display_name property of this DeployPipelineEnvironment.
- deploy_pipeline_stages (oci.devops.models.DeployPipelineStageCollection) – The value to assign to the deploy_pipeline_stages property of this DeployPipelineEnvironment.
-
deploy_environment_id
¶ [Required] Gets the deploy_environment_id of this DeployPipelineEnvironment. The OCID of an Environment
Returns: The deploy_environment_id of this DeployPipelineEnvironment. Return type: str
-
deploy_pipeline_stages
¶ [Required] Gets the deploy_pipeline_stages of this DeployPipelineEnvironment.
Returns: The deploy_pipeline_stages of this DeployPipelineEnvironment. Return type: oci.devops.models.DeployPipelineStageCollection
-
display_name
¶ Gets the display_name of this DeployPipelineEnvironment. Display name of the environment. Avoid entering confidential information.
Returns: The display_name of this DeployPipelineEnvironment. Return type: str
-