DeployArtifactOverrideArgument

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

Bases: object

Values for artifact parameters to be supplied at the time of deployment.

Methods

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

Attributes

deploy_artifact_id [Required] Gets the deploy_artifact_id of this DeployArtifactOverrideArgument.
name [Required] Gets the name of this DeployArtifactOverrideArgument.
value [Required] Gets the value of this DeployArtifactOverrideArgument.
__init__(**kwargs)

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

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

[Required] Gets the deploy_artifact_id of this DeployArtifactOverrideArgument. The OCID of the artifact to which this parameter applies.

Returns:The deploy_artifact_id of this DeployArtifactOverrideArgument.
Return type:str
name

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

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

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

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