PatchDiscoveryJobResultDetails¶
-
class
oci.data_safe.models.
PatchDiscoveryJobResultDetails
(**kwargs)¶ Bases:
object
Details to patch discovery results.
Methods
__init__
(**kwargs)Initializes a new PatchDiscoveryJobResultDetails object with values from keyword arguments. Attributes
items
Gets the items of this PatchDiscoveryJobResultDetails. -
__init__
(**kwargs)¶ Initializes a new PatchDiscoveryJobResultDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_safe.models.PatchInstruction]) – The value to assign to the items property of this PatchDiscoveryJobResultDetails.
-
items
¶ Gets the items of this PatchDiscoveryJobResultDetails. An array of patch instructions.
Returns: The items of this PatchDiscoveryJobResultDetails. Return type: list[oci.data_safe.models.PatchInstruction]
-