ApplicablePatchSummary¶
-
class
oci.wlms.models.
ApplicablePatchSummary
(**kwargs)¶ Bases:
object
Details of a patch that can be installed in a WebLogic domain.
Attributes
MIDDLEWARE_TYPE_FMW
A constant which can be used with the middleware_type property of a ApplicablePatchSummary. MIDDLEWARE_TYPE_OPATCH
A constant which can be used with the middleware_type property of a ApplicablePatchSummary. MIDDLEWARE_TYPE_WLS
A constant which can be used with the middleware_type property of a ApplicablePatchSummary. description
[Required] Gets the description of this ApplicablePatchSummary. display_name
[Required] Gets the display_name of this ApplicablePatchSummary. id
[Required] Gets the id of this ApplicablePatchSummary. middleware_type
[Required] Gets the middleware_type of this ApplicablePatchSummary. os_arch
[Required] Gets the os_arch of this ApplicablePatchSummary. weblogic_version
[Required] Gets the weblogic_version of this ApplicablePatchSummary. Methods
__init__
(**kwargs)Initializes a new ApplicablePatchSummary object with values from keyword arguments. -
MIDDLEWARE_TYPE_FMW
= 'FMW'¶ A constant which can be used with the middleware_type property of a ApplicablePatchSummary. This constant has a value of “FMW”
-
MIDDLEWARE_TYPE_OPATCH
= 'OPATCH'¶ A constant which can be used with the middleware_type property of a ApplicablePatchSummary. This constant has a value of “OPATCH”
-
MIDDLEWARE_TYPE_WLS
= 'WLS'¶ A constant which can be used with the middleware_type property of a ApplicablePatchSummary. This constant has a value of “WLS”
-
__init__
(**kwargs)¶ Initializes a new ApplicablePatchSummary 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 ApplicablePatchSummary.
- display_name (str) – The value to assign to the display_name property of this ApplicablePatchSummary.
- description (str) – The value to assign to the description property of this ApplicablePatchSummary.
- weblogic_version (str) – The value to assign to the weblogic_version property of this ApplicablePatchSummary.
- middleware_type (list[str]) – The value to assign to the middleware_type property of this ApplicablePatchSummary. Allowed values for items in this list are: “FMW”, “WLS”, “OPATCH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- os_arch (str) – The value to assign to the os_arch property of this ApplicablePatchSummary.
-
description
¶ [Required] Gets the description of this ApplicablePatchSummary. The description of the WebLogic patch.
Returns: The description of this ApplicablePatchSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this ApplicablePatchSummary. The name of the WebLogic patch.
Returns: The display_name of this ApplicablePatchSummary. Return type: str
-
id
¶ [Required] Gets the id of this ApplicablePatchSummary. The ID of the WebLogic patch.
Returns: The id of this ApplicablePatchSummary. Return type: str
-
middleware_type
¶ [Required] Gets the middleware_type of this ApplicablePatchSummary. The type of middleware for which this patch is applicable. A patch can be applicable to more than one type of middleware.
Allowed values for items in this list are: “FMW”, “WLS”, “OPATCH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The middleware_type of this ApplicablePatchSummary. Return type: list[str]
-
os_arch
¶ [Required] Gets the os_arch of this ApplicablePatchSummary. The operating system architecture for which the patch can be applied.
Returns: The os_arch of this ApplicablePatchSummary. Return type: str
-
weblogic_version
¶ [Required] Gets the weblogic_version of this ApplicablePatchSummary. The WebLogic version for this patch. The patch can be installed to domains with this version.
Returns: The weblogic_version of this ApplicablePatchSummary. Return type: str
-