ruạṛ
a ���fg � @ 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 )�ExadataDetailsz[ Partial information about the exadata which includes id, name and vmclusterNames. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a\ Initializes a new ExadataDetails 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 ExadataDetails. :type id: str :param name: The value to assign to the name property of this ExadataDetails. :type name: str :param vmcluster_names: The value to assign to the vmcluster_names property of this ExadataDetails. :type vmcluster_names: list[str] �strz list[str])�id�name�vmcluster_namesr r ZvmclusterNamesN)Z swagger_typesZ attribute_map�_id�_name�_vmcluster_names)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/opsi/models/exadata_details.py�__init__ s ��zExadataDetails.__init__c C s | j S )a **[Required]** Gets the id of this ExadataDetails. The `OCID`__ of exadata insight resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ExadataDetails. :rtype: str �r �r r r r r 4 s zExadataDetails.idc C s || _ dS )a Sets the id of this ExadataDetails. The `OCID`__ of exadata insight resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this ExadataDetails. :type: str Nr )r r r r r r B s c C s | j S )z� **[Required]** Gets the name of this ExadataDetails. Name of exadata insight resource. :return: The name of this ExadataDetails. :rtype: str �r r r r r r P s zExadataDetails.namec C s || _ dS )z� Sets the name of this ExadataDetails. Name of exadata insight resource. :param name: The name of this ExadataDetails. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the vmcluster_names of this ExadataDetails. Array of vm cluster names. Applicable for ExaCC and ExaCS. :return: The vmcluster_names of this ExadataDetails. :rtype: list[str] �r r r r r r h s zExadataDetails.vmcluster_namesc C s || _ dS )z� Sets the vmcluster_names of this ExadataDetails. Array of vm cluster names. Applicable for ExaCC and ExaCS. :param vmcluster_names: The vmcluster_names of this ExadataDetails. :type: list[str] Nr )r r r r r r t s c C s t | �S �N)r r r r r �__repr__� s zExadataDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zExadataDetails.__eq__c C s | |k S r r r r r r �__ne__� s zExadataDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"