CloudDbSystemConnectorCollection¶
-
class
oci.database_management.models.
CloudDbSystemConnectorCollection
(**kwargs)¶ Bases:
object
A collection of cloud DB system connectors.
Methods
__init__
(**kwargs)Initializes a new CloudDbSystemConnectorCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this CloudDbSystemConnectorCollection. -
__init__
(**kwargs)¶ Initializes a new CloudDbSystemConnectorCollection 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.CloudDbSystemConnectorSummary]) – The value to assign to the items property of this CloudDbSystemConnectorCollection.
-
items
¶ [Required] Gets the items of this CloudDbSystemConnectorCollection. An array of cloud DB system connectors.
Returns: The items of this CloudDbSystemConnectorCollection. Return type: list[oci.database_management.models.CloudDbSystemConnectorSummary]
-