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