PatchSummary

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

Bases: object

The patch that is currently available for the cluster.

Methods

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

Attributes

time_released [Required] Gets the time_released of this PatchSummary.
version [Required] Gets the version of this PatchSummary.
__init__(**kwargs)

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

Parameters:
  • version (str) – The value to assign to the version property of this PatchSummary.
  • time_released (datetime) – The value to assign to the time_released property of this PatchSummary.
time_released

[Required] Gets the time_released of this PatchSummary. The time when the patch was released.

Returns:The time_released of this PatchSummary.
Return type:datetime
version

[Required] Gets the version of this PatchSummary. The version of the patch.

Returns:The version of this PatchSummary.
Return type:str