ruạṛ
a N��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�float�ocpuAllocationNumberN)� swagger_types� attribute_map�_ocpu_allocation_number)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 $ s z0OcpuAllocationNumberParam.ocpu_allocation_numberc C s || _ dS )z� Sets the ocpu_allocation_number of this OcpuAllocationNumberParam. Number of OCPU allocation :param ocpu_allocation_number: The ocpu_allocation_number of this OcpuAllocationNumberParam. :type: float Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<