ExternalDbSystemDiscoveryCollection¶
-
class
oci.database_management.models.
ExternalDbSystemDiscoveryCollection
(**kwargs)¶ Bases:
object
A collection of external DB system discovery summaries.
Methods
__init__
(**kwargs)Initializes a new ExternalDbSystemDiscoveryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ExternalDbSystemDiscoveryCollection. -
__init__
(**kwargs)¶ Initializes a new ExternalDbSystemDiscoveryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.database_management.models.ExternalDbSystemDiscoverySummary]) – The value to assign to the items property of this ExternalDbSystemDiscoveryCollection.
-
items
¶ [Required] Gets the items of this ExternalDbSystemDiscoveryCollection. An array of external DB system discoveries.
Returns: The items of this ExternalDbSystemDiscoveryCollection. Return type: list[oci.database_management.models.ExternalDbSystemDiscoverySummary]
-