CreateOsnDetails

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

Bases: object

The Ordering Service Node details to be added

Methods

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

Attributes

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

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

Parameters:
  • ad (str) – The value to assign to the ad property of this CreateOsnDetails.
  • ocpu_allocation_param (oci.blockchain.models.OcpuAllocationNumberParam) – The value to assign to the ocpu_allocation_param property of this CreateOsnDetails.
ad

[Required] Gets the ad of this CreateOsnDetails. Availability Domain to place new OSN

Returns:The ad of this CreateOsnDetails.
Return type:str
ocpu_allocation_param

Gets the ocpu_allocation_param of this CreateOsnDetails.

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