BlockchainPlatformPatchSummary

class oci.blockchain.models.BlockchainPlatformPatchSummary(**kwargs)

Bases: object

Patch Details

Methods

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

Attributes

id Gets the id of this BlockchainPlatformPatchSummary.
patch_info_url Gets the patch_info_url of this BlockchainPlatformPatchSummary.
service_version Gets the service_version of this BlockchainPlatformPatchSummary.
time_patch_due Gets the time_patch_due of this BlockchainPlatformPatchSummary.
__init__(**kwargs)

Initializes a new BlockchainPlatformPatchSummary 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 BlockchainPlatformPatchSummary.
  • service_version (str) – The value to assign to the service_version property of this BlockchainPlatformPatchSummary.
  • patch_info_url (str) – The value to assign to the patch_info_url property of this BlockchainPlatformPatchSummary.
  • time_patch_due (datetime) – The value to assign to the time_patch_due property of this BlockchainPlatformPatchSummary.
id

Gets the id of this BlockchainPlatformPatchSummary. patch id

Returns:The id of this BlockchainPlatformPatchSummary.
Return type:str
patch_info_url

Gets the patch_info_url of this BlockchainPlatformPatchSummary. A URL for the patch specific documentation

Returns:The patch_info_url of this BlockchainPlatformPatchSummary.
Return type:str
service_version

Gets the service_version of this BlockchainPlatformPatchSummary. patch service version

Returns:The service_version of this BlockchainPlatformPatchSummary.
Return type:str
time_patch_due

Gets the time_patch_due of this BlockchainPlatformPatchSummary. patch due date for customer initiated patching

Returns:The time_patch_due of this BlockchainPlatformPatchSummary.
Return type:datetime