ConsoleHistoryCollection¶
-
class
oci.database.models.
ConsoleHistoryCollection
(**kwargs)¶ Bases:
object
Results of the Db Node console history lists. Contains ConsoleHistorySummary items.
Methods
__init__
(**kwargs)Initializes a new ConsoleHistoryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ConsoleHistoryCollection. -
__init__
(**kwargs)¶ Initializes a new ConsoleHistoryCollection 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.ConsoleHistorySummary]) – The value to assign to the items property of this ConsoleHistoryCollection.
-
items
¶ [Required] Gets the items of this ConsoleHistoryCollection. List of Db Node console histories.
Returns: The items of this ConsoleHistoryCollection. Return type: list[oci.database.models.ConsoleHistorySummary]
-