DeploymentArgument¶
-
class
oci.devops.models.
DeploymentArgument
(**kwargs)¶ Bases:
object
Values for pipeline parameters to be supplied at the time of deployment.
Methods
__init__
(**kwargs)Initializes a new DeploymentArgument object with values from keyword arguments. Attributes
name
[Required] Gets the name of this DeploymentArgument. value
[Required] Gets the value of this DeploymentArgument. -
__init__
(**kwargs)¶ Initializes a new DeploymentArgument 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 DeploymentArgument.
- value (str) – The value to assign to the value property of this DeploymentArgument.
-
name
¶ [Required] Gets the name of this DeploymentArgument. Name of the parameter (case-sensitive).
Returns: The name of this DeploymentArgument. Return type: str
-
value
¶ [Required] Gets the value of this DeploymentArgument. value of the argument.
Returns: The value of this DeploymentArgument. Return type: str
-