InstalledPatchCollection

class oci.wlms.models.InstalledPatchCollection(**kwargs)

Bases: object

This object contains a list of the patches installed in a server of a WebLogic domain.

Methods

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

Attributes

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

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

Parameters:items (list[oci.wlms.models.InstalledPatchSummary]) – The value to assign to the items property of this InstalledPatchCollection.
items

[Required] Gets the items of this InstalledPatchCollection. List of installed patches per server

Returns:The items of this InstalledPatchCollection.
Return type:list[oci.wlms.models.InstalledPatchSummary]