InstalledPatchSummary¶
-
class
oci.wlms.models.
InstalledPatchSummary
(**kwargs)¶ Bases:
object
Details of installed patch in a server.
Methods
__init__
(**kwargs)Initializes a new InstalledPatchSummary object with values from keyword arguments. Attributes
description
Gets the description of this InstalledPatchSummary. display_name
Gets the display_name of this InstalledPatchSummary. id
[Required] Gets the id of this InstalledPatchSummary. -
__init__
(**kwargs)¶ Initializes a new InstalledPatchSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this InstalledPatchSummary.
- description (str) – The value to assign to the description property of this InstalledPatchSummary.
- display_name (str) – The value to assign to the display_name property of this InstalledPatchSummary.
-
description
¶ Gets the description of this InstalledPatchSummary. The description of the WebLogic patch.
Returns: The description of this InstalledPatchSummary. Return type: str
-
display_name
¶ Gets the display_name of this InstalledPatchSummary. The name of the WebLogic patch.
Returns: The display_name of this InstalledPatchSummary. Return type: str
-