AgentInstallerCollection

class oci.jms.models.AgentInstallerCollection(**kwargs)

Bases: object

Collection of the agent installer summary.

Methods

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

Attributes

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

Initializes a new AgentInstallerCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.jms.models.AgentInstallerSummary]) – The value to assign to the items property of this AgentInstallerCollection.
items

[Required] Gets the items of this AgentInstallerCollection. A list of the agent installer summaries.

Returns:The items of this AgentInstallerCollection.
Return type:list[oci.jms.models.AgentInstallerSummary]