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 )�ShapeMemoryOptionsz Memory properties. 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_gbs: The value to assign to the min_in_gbs property of this ShapeMemoryOptions. :type min_in_gbs: float :param max_in_gbs: The value to assign to the max_in_gbs property of this ShapeMemoryOptions. :type max_in_gbs: float :param default_per_ocpu_in_gbs: The value to assign to the default_per_ocpu_in_gbs property of this ShapeMemoryOptions. :type default_per_ocpu_in_gbs: 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_gbs� max_in_gbs�default_per_ocpu_in_gbs�min_per_ocpu_in_gbs�max_per_ocpu_in_gbsZminInGBsZmaxInGBsZdefaultPerOcpuInGBsZminPerOcpuInGBsZmaxPerOcpuInGBsN)Z swagger_typesZ attribute_map�_min_in_gbs�_max_in_gbs�_default_per_ocpu_in_gbs�_min_per_ocpu_in_gbs�_max_per_ocpu_in_gbs)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/container_engine/models/shape_memory_options.py�__init__ s"