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 @ 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 )�ShapeMemoryOptionsz� For a flexible shape, the amount of memory available for instances that use this shape. If this field is null, then this shape has a fixed amount of memory equivalent to `memoryInGBs`. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a Initializes a new ShapeMemoryOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param min_in_g_bs: The value to assign to the min_in_g_bs property of this ShapeMemoryOptions. :type min_in_g_bs: float :param max_in_g_bs: The value to assign to the max_in_g_bs property of this ShapeMemoryOptions. :type max_in_g_bs: float :param default_per_ocpu_in_g_bs: The value to assign to the default_per_ocpu_in_g_bs property of this ShapeMemoryOptions. :type default_per_ocpu_in_g_bs: float :param min_per_ocpu_in_gbs: The value to assign to the min_per_ocpu_in_gbs property of this ShapeMemoryOptions. :type min_per_ocpu_in_gbs: float :param max_per_ocpu_in_gbs: The value to assign to the max_per_ocpu_in_gbs property of this ShapeMemoryOptions. :type max_per_ocpu_in_gbs: float �float)�min_in_g_bs�max_in_g_bs�default_per_ocpu_in_g_bs�min_per_ocpu_in_gbs�max_per_ocpu_in_gbs�minInGBs�maxInGBs�defaultPerOcpuInGBs�minPerOcpuInGBs�maxPerOcpuInGBsN)� swagger_types� attribute_map�_min_in_g_bs�_max_in_g_bs�_default_per_ocpu_in_g_bs�_min_per_ocpu_in_gbs�_max_per_ocpu_in_gbs)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/shape_memory_options.py�__init__ s"