OsPatchSummary

class oci.bds.models.OsPatchSummary(**kwargs)

Bases: object

Summary of an available os patch to a cluster.

Methods

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

Attributes

os_patch_version [Required] Gets the os_patch_version of this OsPatchSummary.
release_date [Required] Gets the release_date of this OsPatchSummary.
__init__(**kwargs)

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

Parameters:
  • os_patch_version (str) – The value to assign to the os_patch_version property of this OsPatchSummary.
  • release_date (datetime) – The value to assign to the release_date property of this OsPatchSummary.
os_patch_version

[Required] Gets the os_patch_version of this OsPatchSummary. Patch version of the os patch.

Returns:The os_patch_version of this OsPatchSummary.
Return type:str
release_date

[Required] Gets the release_date of this OsPatchSummary. The time when the OS patch was released.

Returns:The release_date of this OsPatchSummary.
Return type:datetime