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