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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�ScaledPlatformMeteringPreviewz< Blockchain Platform Metering Preview after Scaling c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new ScaledPlatformMeteringPreview object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param total_ocpu_allocation: The value to assign to the total_ocpu_allocation property of this ScaledPlatformMeteringPreview. :type total_ocpu_allocation: float :param total_ocpu_allocation_post_scaling: The value to assign to the total_ocpu_allocation_post_scaling property of this ScaledPlatformMeteringPreview. :type total_ocpu_allocation_post_scaling: float :param storage_metered_units: The value to assign to the storage_metered_units property of this ScaledPlatformMeteringPreview. :type storage_metered_units: float :param extra_storage_metered_units: The value to assign to the extra_storage_metered_units property of this ScaledPlatformMeteringPreview. :type extra_storage_metered_units: float :param storage_metered_units_post_scaling: The value to assign to the storage_metered_units_post_scaling property of this ScaledPlatformMeteringPreview. :type storage_metered_units_post_scaling: float �float)�total_ocpu_allocation�"total_ocpu_allocation_post_scaling�storage_metered_units�extra_storage_metered_units�"storage_metered_units_post_scalingZtotalOcpuAllocationZtotalOcpuAllocationPostScalingZstorageMeteredUnitsZextraStorageMeteredUnitsZstorageMeteredUnitsPostScalingN)Z swagger_typesZ attribute_map�_total_ocpu_allocation�#_total_ocpu_allocation_post_scaling�_storage_metered_units�_extra_storage_metered_units�#_storage_metered_units_post_scaling)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/blockchain/models/scaled_platform_metering_preview.py�__init__ s"