AgentImageCollection

class oci.database_migration.models.AgentImageCollection(**kwargs)

Bases: object

Results of an ODMS Agent Image search. Contains AgentImageSummary items.

Methods

__init__(**kwargs) Initializes a new AgentImageCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this AgentImageCollection.
__init__(**kwargs)

Initializes a new AgentImageCollection 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_migration.models.AgentImageSummary]) – The value to assign to the items property of this AgentImageCollection.
items

[Required] Gets the items of this AgentImageCollection. Items in collection.

Returns:The items of this AgentImageCollection.
Return type:list[oci.database_migration.models.AgentImageSummary]