UpdateDeployArtifactDetails

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

Bases: object

The information to be updated for the artifact.

Methods

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

Attributes

argument_substitution_mode Gets the argument_substitution_mode of this UpdateDeployArtifactDetails.
defined_tags Gets the defined_tags of this UpdateDeployArtifactDetails.
deploy_artifact_source Gets the deploy_artifact_source of this UpdateDeployArtifactDetails.
deploy_artifact_type Gets the deploy_artifact_type of this UpdateDeployArtifactDetails.
description Gets the description of this UpdateDeployArtifactDetails.
display_name Gets the display_name of this UpdateDeployArtifactDetails.
freeform_tags Gets the freeform_tags of this UpdateDeployArtifactDetails.
__init__(**kwargs)

Initializes a new UpdateDeployArtifactDetails 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 UpdateDeployArtifactDetails.
  • display_name (str) – The value to assign to the display_name property of this UpdateDeployArtifactDetails.
  • deploy_artifact_type (str) – The value to assign to the deploy_artifact_type property of this UpdateDeployArtifactDetails.
  • deploy_artifact_source (oci.devops.models.DeployArtifactSource) – The value to assign to the deploy_artifact_source property of this UpdateDeployArtifactDetails.
  • argument_substitution_mode (str) – The value to assign to the argument_substitution_mode property of this UpdateDeployArtifactDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDeployArtifactDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDeployArtifactDetails.
argument_substitution_mode

Gets the argument_substitution_mode of this UpdateDeployArtifactDetails. Mode for artifact parameter substitution.

Returns:The argument_substitution_mode of this UpdateDeployArtifactDetails.
Return type:str
defined_tags

Gets the defined_tags of this UpdateDeployArtifactDetails. 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 UpdateDeployArtifactDetails.
Return type:dict(str, dict(str, object))
deploy_artifact_source

Gets the deploy_artifact_source of this UpdateDeployArtifactDetails.

Returns:The deploy_artifact_source of this UpdateDeployArtifactDetails.
Return type:oci.devops.models.DeployArtifactSource
deploy_artifact_type

Gets the deploy_artifact_type of this UpdateDeployArtifactDetails. Type of the deployment artifact.

Returns:The deploy_artifact_type of this UpdateDeployArtifactDetails.
Return type:str
description

Gets the description of this UpdateDeployArtifactDetails. Optional description about the deployment artifact.

Returns:The description of this UpdateDeployArtifactDetails.
Return type:str
display_name

Gets the display_name of this UpdateDeployArtifactDetails. Deployment artifact display name. Avoid entering confidential information.

Returns:The display_name of this UpdateDeployArtifactDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateDeployArtifactDetails. 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 UpdateDeployArtifactDetails.
Return type:dict(str, str)