DataAccessContainerCollection¶
-
class
oci.database_management.models.
DataAccessContainerCollection
(**kwargs)¶ Bases:
object
A collection of specific containers for the current user. This is only applicable if ALL_CONTAINERS !=’Y’.
Methods
__init__
(**kwargs)Initializes a new DataAccessContainerCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DataAccessContainerCollection. -
__init__
(**kwargs)¶ Initializes a new DataAccessContainerCollection 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.DataAccessContainerSummary]) – The value to assign to the items property of this DataAccessContainerCollection.
-
items
¶ [Required] Gets the items of this DataAccessContainerCollection. An array of container resources.
Returns: The items of this DataAccessContainerCollection. Return type: list[oci.database_management.models.DataAccessContainerSummary]
-