PatchCollection¶
-
class
oci.fleet_apps_management.models.
PatchCollection
(**kwargs)¶ Bases:
object
Results of a patch search. Contains both PatchSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new PatchCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this PatchCollection. -
__init__
(**kwargs)¶ Initializes a new PatchCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.fleet_apps_management.models.PatchSummary]) – The value to assign to the items property of this PatchCollection.
-
items
¶ [Required] Gets the items of this PatchCollection. List of patches.
Returns: The items of this PatchCollection. Return type: list[oci.fleet_apps_management.models.PatchSummary]
-