DbManagementPrivateEndpointCollection¶
- 
class oci.database_management.models.DbManagementPrivateEndpointCollection(**kwargs)¶
- Bases: - object- A collection of Database Management private endpoint objects. - Methods - __init__(**kwargs)- Initializes a new DbManagementPrivateEndpointCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this DbManagementPrivateEndpointCollection. - 
__init__(**kwargs)¶
- Initializes a new DbManagementPrivateEndpointCollection 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.DbManagementPrivateEndpointSummary]) – The value to assign to the items property of this DbManagementPrivateEndpointCollection. 
 - 
items¶
- [Required] Gets the items of this DbManagementPrivateEndpointCollection. A list of DbManagementPrivateEndpointSummary objects. - Returns: - The items of this DbManagementPrivateEndpointCollection. - Return type: - list[oci.database_management.models.DbManagementPrivateEndpointSummary] 
 
-