UpdateSshDetails

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

Bases: object

Details of the SSH key that will be used.

Methods

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

Attributes

host Gets the host of this UpdateSshDetails.
sshkey Gets the sshkey of this UpdateSshDetails.
sudo_location Gets the sudo_location of this UpdateSshDetails.
user Gets the user of this UpdateSshDetails.
__init__(**kwargs)

Initializes a new UpdateSshDetails 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 UpdateSshDetails.
  • sshkey (str) – The value to assign to the sshkey property of this UpdateSshDetails.
  • user (str) – The value to assign to the user property of this UpdateSshDetails.
  • sudo_location (str) – The value to assign to the sudo_location property of this UpdateSshDetails.
host

Gets the host of this UpdateSshDetails. Name of the host the SSH key is valid for.

Returns:The host of this UpdateSshDetails.
Return type:str
sshkey

Gets the sshkey of this UpdateSshDetails. Private SSH key string.

Returns:The sshkey of this UpdateSshDetails.
Return type:str
sudo_location

Gets the sudo_location of this UpdateSshDetails. Sudo location

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

Gets the user of this UpdateSshDetails. SSH user

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