ConfigParameterValue

class oci.data_integration.models.ConfigParameterValue(**kwargs)

Bases: object

Contains the parameter configuration values.

Methods

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

Attributes

int_value Gets the int_value of this ConfigParameterValue.
object_value Gets the object_value of this ConfigParameterValue.
parameter_value Gets the parameter_value of this ConfigParameterValue.
ref_value Gets the ref_value of this ConfigParameterValue.
root_object_value Gets the root_object_value of this ConfigParameterValue.
string_value Gets the string_value of this ConfigParameterValue.
__init__(**kwargs)

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

Parameters:
  • string_value (str) – The value to assign to the string_value property of this ConfigParameterValue.
  • int_value (int) – The value to assign to the int_value property of this ConfigParameterValue.
  • object_value (object) – The value to assign to the object_value property of this ConfigParameterValue.
  • ref_value (object) – The value to assign to the ref_value property of this ConfigParameterValue.
  • parameter_value (str) – The value to assign to the parameter_value property of this ConfigParameterValue.
  • root_object_value (object) – The value to assign to the root_object_value property of this ConfigParameterValue.
int_value

Gets the int_value of this ConfigParameterValue. An integer value of the parameter.

Returns:The int_value of this ConfigParameterValue.
Return type:int
object_value

Gets the object_value of this ConfigParameterValue. An object value of the parameter.

Returns:The object_value of this ConfigParameterValue.
Return type:object
parameter_value

Gets the parameter_value of this ConfigParameterValue. Reference to the parameter by its key.

Returns:The parameter_value of this ConfigParameterValue.
Return type:str
ref_value

Gets the ref_value of this ConfigParameterValue. The root object reference value.

Returns:The ref_value of this ConfigParameterValue.
Return type:object
root_object_value

Gets the root_object_value of this ConfigParameterValue. The root object value, used in custom parameters.

Returns:The root_object_value of this ConfigParameterValue.
Return type:object
string_value

Gets the string_value of this ConfigParameterValue. A string value of the parameter.

Returns:The string_value of this ConfigParameterValue.
Return type:str