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