ConfigurationSourceProviderCollection¶
-
class
oci.resource_manager.models.
ConfigurationSourceProviderCollection
(**kwargs)¶ Bases:
object
Collection of configuration source providers.
Methods
__init__
(**kwargs)Initializes a new ConfigurationSourceProviderCollection object with values from keyword arguments. Attributes
items
Gets the items of this ConfigurationSourceProviderCollection. -
__init__
(**kwargs)¶ Initializes a new ConfigurationSourceProviderCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.resource_manager.models.ConfigurationSourceProviderSummary]) – The value to assign to the items property of this ConfigurationSourceProviderCollection.
-
items
¶ Gets the items of this ConfigurationSourceProviderCollection. Collection of configuration source providers.
Returns: The items of this ConfigurationSourceProviderCollection. Return type: list[oci.resource_manager.models.ConfigurationSourceProviderSummary]
-