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 )� SshDetailsz3 Details of the SSH key that will be used. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aF Initializes a new SshDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param host: The value to assign to the host property of this SshDetails. :type host: str :param user: The value to assign to the user property of this SshDetails. :type user: str :param sudo_location: The value to assign to the sudo_location property of this SshDetails. :type sudo_location: str �str)�host�user� sudo_locationr r ZsudoLocationN)Z swagger_typesZ attribute_map�_host�_user�_sudo_location)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/database_migration/models/ssh_details.py�__init__ s ��zSshDetails.__init__c C s | j S )z� **[Required]** Gets the host of this SshDetails. Name of the host the SSH key is valid for. :return: The host of this SshDetails. :rtype: str �r �r r r r r 4 s zSshDetails.hostc C s || _ dS )z� Sets the host of this SshDetails. Name of the host the SSH key is valid for. :param host: The host of this SshDetails. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the user of this SshDetails. SSH user :return: The user of this SshDetails. :rtype: str �r r r r r r L s zSshDetails.userc C s || _ dS )z� Sets the user of this SshDetails. SSH user :param user: The user of this SshDetails. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the sudo_location of this SshDetails. Sudo location :return: The sudo_location of this SshDetails. :rtype: str �r r r r r r d s zSshDetails.sudo_locationc C s || _ dS )z� Sets the sudo_location of this SshDetails. Sudo location :param sudo_location: The sudo_location of this SshDetails. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zSshDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zSshDetails.__eq__c C s | |k S r r r r r r �__ne__� s zSshDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"