UpgradeBlockchainPlatformDetails

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

Bases: object

Input payload to upgrade the blockchain platform.

Methods

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

Attributes

patch_id [Required] Gets the patch_id of this UpgradeBlockchainPlatformDetails.
__init__(**kwargs)

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

Parameters:patch_id (str) – The value to assign to the patch_id property of this UpgradeBlockchainPlatformDetails.
patch_id

[Required] Gets the patch_id of this UpgradeBlockchainPlatformDetails. The patch ID corresponding to the version to which platform will be upgraded.

Returns:The patch_id of this UpgradeBlockchainPlatformDetails.
Return type:str