UpdateOsnDetails

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

Bases: object

OSN attributes that can be updated.

Methods

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

Attributes

ocpu_allocation_param [Required] Gets the ocpu_allocation_param of this UpdateOsnDetails.
__init__(**kwargs)

Initializes a new UpdateOsnDetails 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 UpdateOsnDetails.
ocpu_allocation_param

[Required] Gets the ocpu_allocation_param of this UpdateOsnDetails.

Returns:The ocpu_allocation_param of this UpdateOsnDetails.
Return type:oci.blockchain.models.OcpuAllocationNumberParam