HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/opsi/models/__pycache__/host_instance_map.cpython-39.pyc
a

���f'�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sdeZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zd
d�Z	dd
�Z
dd�ZdS)�HostInstanceMapz?
    Object containing hostname and instance name mapping.
    cKs(ddd�|_ddd�|_d|_d|_dS)a�
        Initializes a new HostInstanceMap object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param host_name:
            The value to assign to the host_name property of this HostInstanceMap.
        :type host_name: str

        :param instance_name:
            The value to assign to the instance_name property of this HostInstanceMap.
        :type instance_name: str

        �str)�	host_name�
instance_nameZhostNameZinstanceNameN)Z
swagger_typesZ
attribute_map�
_host_name�_instance_name)�self�kwargs�r�E/usr/lib/python3.9/site-packages/oci/opsi/models/host_instance_map.py�__init__s��zHostInstanceMap.__init__cCs|jS)z�
        **[Required]** Gets the host_name of this HostInstanceMap.
        The hostname of the database insight resource.


        :return: The host_name of this HostInstanceMap.
        :rtype: str
        �r
�rrrrr-s
zHostInstanceMap.host_namecCs
||_dS)z�
        Sets the host_name of this HostInstanceMap.
        The hostname of the database insight resource.


        :param host_name: The host_name of this HostInstanceMap.
        :type: str
        Nr)rrrrrr9s
cCs|jS)z�
        **[Required]** Gets the instance_name of this HostInstanceMap.
        The instance name of the database insight resource.


        :return: The instance_name of this HostInstanceMap.
        :rtype: str
        �rrrrrr	Es
zHostInstanceMap.instance_namecCs
||_dS)z�
        Sets the instance_name of this HostInstanceMap.
        The instance name of the database insight resource.


        :param instance_name: The instance_name of this HostInstanceMap.
        :type: str
        Nr)rr	rrrr	Qs
cCst|�S�N)rrrrr�__repr__]szHostInstanceMap.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__`szHostInstanceMap.__eq__cCs
||kSrrrrrr�__ne__fszHostInstanceMap.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr�setterr	rrrrrrrrs



rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s