DeployStageOverrideArgument

class oci.devops.models.DeployStageOverrideArgument(**kwargs)

Bases: object

Values for stage override of the pipeline parameters to be supplied at the time of deployment.

Methods

__init__(**kwargs) Initializes a new DeployStageOverrideArgument object with values from keyword arguments.

Attributes

deploy_stage_id [Required] Gets the deploy_stage_id of this DeployStageOverrideArgument.
name [Required] Gets the name of this DeployStageOverrideArgument.
value [Required] Gets the value of this DeployStageOverrideArgument.
__init__(**kwargs)

Initializes a new DeployStageOverrideArgument object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • deploy_stage_id (str) – The value to assign to the deploy_stage_id property of this DeployStageOverrideArgument.
  • name (str) – The value to assign to the name property of this DeployStageOverrideArgument.
  • value (str) – The value to assign to the value property of this DeployStageOverrideArgument.
deploy_stage_id

[Required] Gets the deploy_stage_id of this DeployStageOverrideArgument. The OCID of the stage.

Returns:The deploy_stage_id of this DeployStageOverrideArgument.
Return type:str
name

[Required] Gets the name of this DeployStageOverrideArgument. Name of the parameter (case-sensitive).

Returns:The name of this DeployStageOverrideArgument.
Return type:str
value

[Required] Gets the value of this DeployStageOverrideArgument. Value of the parameter.

Returns:The value of this DeployStageOverrideArgument.
Return type:str