PatchDetail

class oci.jms.models.PatchDetail(**kwargs)

Bases: object

My Oracle Support(MoS) patch details for the Java release.

Methods

__init__(**kwargs) Initializes a new PatchDetail object with values from keyword arguments.

Attributes

display_name [Required] Gets the display_name of this PatchDetail.
patch_url [Required] Gets the patch_url of this PatchDetail.
__init__(**kwargs)

Initializes a new PatchDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this PatchDetail.
  • patch_url (str) – The value to assign to the patch_url property of this PatchDetail.
display_name

[Required] Gets the display_name of this PatchDetail. Commonly used name for the MoS release.

Returns:The display_name of this PatchDetail.
Return type:str
patch_url

[Required] Gets the patch_url of this PatchDetail. MoS URL to access the artifacts for the Java release.

Returns:The patch_url of this PatchDetail.
Return type:str