OutputVariableMapping¶
-
class
oci.fleet_apps_management.models.
OutputVariableMapping
(**kwargs)¶ Bases:
object
Output variable to Input variable mapping details. Output variable of a task can be used as an input variable for a subsequent task.
Methods
__init__
(**kwargs)Initializes a new OutputVariableMapping object with values from keyword arguments. Attributes
name
[Required] Gets the name of this OutputVariableMapping. output_variable_details
[Required] Gets the output_variable_details of this OutputVariableMapping. -
__init__
(**kwargs)¶ Initializes a new OutputVariableMapping 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 OutputVariableMapping.
- output_variable_details (oci.fleet_apps_management.models.OutputVariableDetails) – The value to assign to the output_variable_details property of this OutputVariableMapping.
-
name
¶ [Required] Gets the name of this OutputVariableMapping. The name of the input variable.
Returns: The name of this OutputVariableMapping. Return type: str
-
output_variable_details
¶ [Required] Gets the output_variable_details of this OutputVariableMapping.
Returns: The output_variable_details of this OutputVariableMapping. Return type: oci.fleet_apps_management.models.OutputVariableDetails
-