ConfigValues¶
-
class
oci.data_integration.models.
ConfigValues
(**kwargs)¶ Bases:
object
Configuration values can be string, objects, or parameters.
Methods
__init__
(**kwargs)Initializes a new ConfigValues object with values from keyword arguments. Attributes
config_param_values
Gets the config_param_values of this ConfigValues. parent_ref
Gets the parent_ref of this ConfigValues. -
__init__
(**kwargs)¶ Initializes a new ConfigValues object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - config_param_values (dict(str, ConfigParameterValue)) – The value to assign to the config_param_values property of this ConfigValues.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this ConfigValues.
-
config_param_values
¶ Gets the config_param_values of this ConfigValues. The configuration parameter values.
Returns: The config_param_values of this ConfigValues. Return type: dict(str, ConfigParameterValue)
-
parent_ref
¶ Gets the parent_ref of this ConfigValues.
Returns: The parent_ref of this ConfigValues. Return type: oci.data_integration.models.ParentReference
-