ApplicablePatchCollection

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

Bases: object

This object contains a list of the patches that can be installed in a WebLogic domain per WebLogic version and middleware type.

Methods

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

Attributes

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

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

[Required] Gets the items of this ApplicablePatchCollection. List of patches per WebLogic version and middleware type.

Returns:The items of this ApplicablePatchCollection.
Return type:list[oci.wlms.models.ApplicablePatchSummary]