o
    ëÉ¶dg  ã                   @   s8   d dl mZmZmZ d dlmZ eG dd„ deƒƒZdS )é    )Úformatted_flat_dictÚNONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc                   @   s~   e Zd ZdZdd„ Zedd„ ƒZejdd„ ƒZedd„ ƒZejd	d„ ƒZed
d„ ƒZ	e	jdd„ ƒZ	dd„ Z
dd„ Zdd„ ZdS )ÚExadataDetailsz[
    Partial information about the exadata which includes id, name and vmclusterNames.
    c                 K   s2   ddddœ| _ ddddœ| _d| _d| _d| _dS )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	   ZvmclusterNamesN)Zswagger_typesZattribute_mapÚ_idÚ_nameÚ_vmcluster_names)ÚselfÚkwargs© r   úCusr/lib/python3.10/site-packages/oci/opsi/models/exadata_details.pyÚ__init__   s   ýý
zExadataDetails.__init__c                 C   ó   | 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   zExadataDetails.idc                 C   ó
   || _ dS )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   r   )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   ó   
zExadataDetails.namec                 C   r   )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	   \   ó   

c                 C   r   )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   r   zExadataDetails.vmcluster_namesc                 C   r   )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   r   c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__€   s   zExadataDetails.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__ƒ   s   zExadataDetails.__eq__c                 C   s
   | |k S r   r   r   r   r   r   Ú__ne__‰   s   
zExadataDetails.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr	   r
   r   r    r!   r   r   r   r   r      s$    "





r   N)Zoci.utilr   r   r   Zoci.decoratorsr   Úobjectr   r   r   r   r   Ú<module>   s   