MiddlewareBackupPatch¶
- 
class oci.wlms.models.MiddlewareBackupPatch(**kwargs)¶
- Bases: - object- Information of a patch installed in the middleware binaries included in a backup. - Methods - __init__(**kwargs)- Initializes a new MiddlewareBackupPatch object with values from keyword arguments. - Attributes - description- Gets the description of this MiddlewareBackupPatch. - display_name- Gets the display_name of this MiddlewareBackupPatch. - id- Gets the id of this MiddlewareBackupPatch. - 
__init__(**kwargs)¶
- Initializes a new MiddlewareBackupPatch 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 MiddlewareBackupPatch.
- display_name (str) – The value to assign to the display_name property of this MiddlewareBackupPatch.
- description (str) – The value to assign to the description property of this MiddlewareBackupPatch.
 
 - 
description¶
- Gets the description of this MiddlewareBackupPatch. The description of the WebLogic patch. - Returns: - The description of this MiddlewareBackupPatch. - Return type: - str 
 - 
display_name¶
- Gets the display_name of this MiddlewareBackupPatch. The display name of the WebLogic patch. - Returns: - The display_name of this MiddlewareBackupPatch. - Return type: - str 
 
-