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 d d� Z dd� Zdd� ZdS )�SystemVersionSummaryzV List of compatible Exadata system versions for a given shape and GI version. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new SystemVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param shape: The value to assign to the shape property of this SystemVersionSummary. :type shape: str :param gi_version: The value to assign to the gi_version property of this SystemVersionSummary. :type gi_version: str :param system_versions: The value to assign to the system_versions property of this SystemVersionSummary. :type system_versions: list[str] �strz list[str])�shape� gi_version�system_versionsr Z giVersionZsystemVersionsN)Z swagger_typesZ attribute_map�_shape�_gi_version�_system_versions)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/database/models/system_version_summary.py�__init__ s ��zSystemVersionSummary.__init__c C s | j S )z� **[Required]** Gets the shape of this SystemVersionSummary. Exadata shape. :return: The shape of this SystemVersionSummary. :rtype: str �r �r r r r r 4 s zSystemVersionSummary.shapec C s || _ dS )z� Sets the shape of this SystemVersionSummary. Exadata shape. :param shape: The shape of this SystemVersionSummary. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the gi_version of this SystemVersionSummary. Grid Infrastructure version. :return: The gi_version of this SystemVersionSummary. :rtype: str �r r r r r r L s zSystemVersionSummary.gi_versionc C s || _ dS )z� Sets the gi_version of this SystemVersionSummary. Grid Infrastructure version. :param gi_version: The gi_version of this SystemVersionSummary. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the system_versions of this SystemVersionSummary. Compatible Exadata system versions for a given shape and GI version. :return: The system_versions of this SystemVersionSummary. :rtype: list[str] �r r r r r r d s z$SystemVersionSummary.system_versionsc C s || _ dS )a Sets the system_versions of this SystemVersionSummary. Compatible Exadata system versions for a given shape and GI version. :param system_versions: The system_versions of this SystemVersionSummary. :type: list[str] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zSystemVersionSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zSystemVersionSummary.__eq__c C s | |k S r r r r r r �__ne__� s zSystemVersionSummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"