SshDetails

class oci.database_migration.models.SshDetails(**kwargs)

Bases: object

Details of the SSH key that will be used.

Methods

__init__(**kwargs) Initializes a new SshDetails object with values from keyword arguments.

Attributes

host [Required] Gets the host of this SshDetails.
sudo_location [Required] Gets the sudo_location of this SshDetails.
user [Required] Gets the user of this SshDetails.
__init__(**kwargs)

Initializes a new SshDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • host (str) – The value to assign to the host property of this SshDetails.
  • user (str) – The value to assign to the user property of this SshDetails.
  • sudo_location (str) – The value to assign to the sudo_location property of this SshDetails.
host

[Required] Gets the host of this SshDetails. Name of the host the SSH key is valid for.

Returns:The host of this SshDetails.
Return type:str
sudo_location

[Required] Gets the sudo_location of this SshDetails. Sudo location

Returns:The sudo_location of this SshDetails.
Return type:str
user

[Required] Gets the user of this SshDetails. SSH user

Returns:The user of this SshDetails.
Return type:str