ConfigProvider

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

Bases: object

The information about the configuration provider.

Methods

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

Attributes

bindings Gets the bindings of this ConfigProvider.
child_providers Gets the child_providers of this ConfigProvider.
__init__(**kwargs)

Initializes a new ConfigProvider 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 ConfigProvider.
  • child_providers (dict(str, ConfigProvider)) – The value to assign to the child_providers property of this ConfigProvider.
bindings

Gets the bindings of this ConfigProvider. The configuration provider bindings.

Returns:The bindings of this ConfigProvider.
Return type:dict(str, ParameterValue)
child_providers

Gets the child_providers of this ConfigProvider. The child providers.

Returns:The child_providers of this ConfigProvider.
Return type:dict(str, ConfigProvider)