UpdatePeerDetails¶
-
class
oci.blockchain.models.
UpdatePeerDetails
(**kwargs)¶ Bases:
object
peer to modify ocpu allocation
Methods
__init__
(**kwargs)Initializes a new UpdatePeerDetails object with values from keyword arguments. Attributes
ocpu_allocation_param
[Required] Gets the ocpu_allocation_param of this UpdatePeerDetails. -
__init__
(**kwargs)¶ Initializes a new UpdatePeerDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: ocpu_allocation_param (oci.blockchain.models.OcpuAllocationNumberParam) – The value to assign to the ocpu_allocation_param property of this UpdatePeerDetails.
-
ocpu_allocation_param
¶ [Required] Gets the ocpu_allocation_param of this UpdatePeerDetails.
Returns: The ocpu_allocation_param of this UpdatePeerDetails. Return type: oci.blockchain.models.OcpuAllocationNumberParam
-