CreateConfigProvider¶
-
class
oci.data_integration.models.
CreateConfigProvider
(**kwargs)¶ Bases:
object
The type to create a config provider.
Methods
__init__
(**kwargs)Initializes a new CreateConfigProvider object with values from keyword arguments. Attributes
bindings
Gets the bindings of this CreateConfigProvider. -
__init__
(**kwargs)¶ Initializes a new CreateConfigProvider object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: bindings (dict(str, ParameterValue)) – The value to assign to the bindings property of this CreateConfigProvider.
-
bindings
¶ Gets the bindings of this CreateConfigProvider. bindings
Returns: The bindings of this CreateConfigProvider. Return type: dict(str, ParameterValue)
-