ruạṛ
a ���fR � @ 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* Options for the the shape memory 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 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: int :param min_in_gbs: The value to assign to the min_in_gbs property of this ShapeMemoryOptions. :type min_in_gbs: int :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: int :param max_in_gbs: The value to assign to the max_in_gbs property of this ShapeMemoryOptions. :type max_in_gbs: int :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: int �int)�default_per_ocpu_in_gbs� min_in_gbs�min_per_ocpu_in_gbs� max_in_gbs�max_per_ocpu_in_gbsZdefaultPerOcpuInGBsZminInGBsZminPerOcpuInGBsZmaxInGBsZmaxPerOcpuInGBsN)Z swagger_typesZ attribute_map�_default_per_ocpu_in_gbs�_min_in_gbs�_min_per_ocpu_in_gbs�_max_in_gbs�_max_per_ocpu_in_gbs)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/psql/models/shape_memory_options.py�__init__ s"