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