DeployPipelineParameter

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

Bases: object

Parameter name for which the values will be supplied at the time of deployment.

Methods

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

Attributes

default_value Gets the default_value of this DeployPipelineParameter.
description Gets the description of this DeployPipelineParameter.
name [Required] Gets the name of this DeployPipelineParameter.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this DeployPipelineParameter.
  • default_value (str) – The value to assign to the default_value property of this DeployPipelineParameter.
  • description (str) – The value to assign to the description property of this DeployPipelineParameter.
default_value

Gets the default_value of this DeployPipelineParameter. Default value of the parameter.

Returns:The default_value of this DeployPipelineParameter.
Return type:str
description

Gets the description of this DeployPipelineParameter. Description of the parameter.

Returns:The description of this DeployPipelineParameter.
Return type:str
name

[Required] Gets the name of this DeployPipelineParameter. Name of the parameter (case-sensitive). Parameter name must be ^[a-zA-Z][a-zA-Z_0-9]*$.

Returns:The name of this DeployPipelineParameter.
Return type:str