ruạṛ
a N��fX � @ 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 �sudoLocationN)� swagger_types� attribute_map�_host�_user�_sudo_location)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >