ResourcePoolMemberCollection¶
-
class
oci.database.models.
ResourcePoolMemberCollection
(**kwargs)¶ Bases:
object
A list of Autonomous Database resource pool member OCIDs.
Methods
__init__
(**kwargs)Initializes a new ResourcePoolMemberCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ResourcePoolMemberCollection. -
__init__
(**kwargs)¶ Initializes a new ResourcePoolMemberCollection 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.models.ResourcePoolMemberSummary]) – The value to assign to the items property of this ResourcePoolMemberCollection.
-
items
¶ [Required] Gets the items of this ResourcePoolMemberCollection. List of resource pool member summary.
Returns: The items of this ResourcePoolMemberCollection. Return type: list[oci.database.models.ResourcePoolMemberSummary]
-