OutputVariableMapping

class oci.fleet_apps_management.models.OutputVariableMapping(**kwargs)

Bases: object

The details of the output variable that will be used as Input argument.

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

[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