ruạṛ
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�OcpuAllocationNumberParamz# OCPU allocation parameter c K s ddi| _ ddi| _d| _dS )a� Initializes a new OcpuAllocationNumberParam object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ocpu_allocation_number: The value to assign to the ocpu_allocation_number property of this OcpuAllocationNumberParam. :type ocpu_allocation_number: float �ocpu_allocation_number�floatZocpuAllocationNumberN)Z swagger_typesZ attribute_map�_ocpu_allocation_number)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/blockchain/models/ocpu_allocation_number_param.py�__init__ s ��z"OcpuAllocationNumberParam.__init__c C s | j S )z� **[Required]** Gets the ocpu_allocation_number of this OcpuAllocationNumberParam. Number of OCPU allocation :return: The ocpu_allocation_number of this OcpuAllocationNumberParam. :rtype: float �r �r r r r r &