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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �ShapeSummaryz/ Summary of the database system shape. c K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new ShapeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ShapeSummary. :type id: str :param shape: The value to assign to the shape property of this ShapeSummary. :type shape: str :param is_flexible: The value to assign to the is_flexible property of this ShapeSummary. :type is_flexible: bool :param ocpu_count: The value to assign to the ocpu_count property of this ShapeSummary. :type ocpu_count: int :param memory_size_in_gbs: The value to assign to the memory_size_in_gbs property of this ShapeSummary. :type memory_size_in_gbs: int :param shape_ocpu_options: The value to assign to the shape_ocpu_options property of this ShapeSummary. :type shape_ocpu_options: oci.psql.models.ShapeOcpuOptions :param shape_memory_options: The value to assign to the shape_memory_options property of this ShapeSummary. :type shape_memory_options: oci.psql.models.ShapeMemoryOptions �str�bool�intZShapeOcpuOptionsZShapeMemoryOptions)�id�shape�is_flexible� ocpu_count�memory_size_in_gbs�shape_ocpu_options�shape_memory_optionsr r Z isFlexibleZ ocpuCountZmemorySizeInGBsZshapeOcpuOptionsZshapeMemoryOptionsN) Z swagger_typesZ attribute_map�_id�_shape�_is_flexible�_ocpu_count�_memory_size_in_gbs�_shape_ocpu_options�_shape_memory_options)�self�kwargs� r �A/usr/lib/python3.9/site-packages/oci/psql/models/shape_summary.py�__init__ s. #�� zShapeSummary.__init__c C s | j S )z� Gets the id of this ShapeSummary. A unique identifier for the shape. :return: The id of this ShapeSummary. :rtype: str �r �r r r r r P s zShapeSummary.idc C s || _ dS )z� Sets the id of this ShapeSummary. A unique identifier for the shape. :param id: The id of this ShapeSummary. :type: str Nr )r r r r r r \ s c C s | j S )z� **[Required]** Gets the shape of this ShapeSummary. The name of the Compute VM shape. Example: `VM.Standard.E4.Flex` :return: The shape of this ShapeSummary. :rtype: str �r r r r r r h s zShapeSummary.shapec C s || _ dS )z� Sets the shape of this ShapeSummary. The name of the Compute VM shape. Example: `VM.Standard.E4.Flex` :param shape: The shape of this ShapeSummary. :type: str Nr )r r r r r r u s c C s | j S )z� Gets the is_flexible of this ShapeSummary. Indicates if the shape is a flex shape. :return: The is_flexible of this ShapeSummary. :rtype: bool �r r r r r r � s zShapeSummary.is_flexiblec C s || _ dS )z� Sets the is_flexible of this ShapeSummary. Indicates if the shape is a flex shape. :param is_flexible: The is_flexible of this ShapeSummary. :type: bool Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the ocpu_count of this ShapeSummary. The number of OCPUs. :return: The ocpu_count of this ShapeSummary. :rtype: int �r r r r r r � s zShapeSummary.ocpu_countc C s || _ dS )z� Sets the ocpu_count of this ShapeSummary. The number of OCPUs. :param ocpu_count: The ocpu_count of this ShapeSummary. :type: int Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the memory_size_in_gbs of this ShapeSummary. The amount of memory in gigabytes. :return: The memory_size_in_gbs of this ShapeSummary. :rtype: int �r r r r r r � s zShapeSummary.memory_size_in_gbsc C s || _ dS )z� Sets the memory_size_in_gbs of this ShapeSummary. The amount of memory in gigabytes. :param memory_size_in_gbs: The memory_size_in_gbs of this ShapeSummary. :type: int Nr"