SshServer: SshServer Class

SshServerR Documentation

SshServer Class

Description

SshServer Class

SshServer Class

Public fields

ssh_server_id
ssh_server_name
ssh_server_host
ssh_server_port
ssh_server_user
finger_print
sha_finger_print
public_key
status

Methods

Public methods


Method new()

Usage
SshServer$new(
  ssh_server_id,
  ssh_server_name,
  ssh_server_host,
  ssh_server_port,
  ssh_server_user,
  finger_print,
  sha_finger_print,
  public_key,
  status
)

Method toJSON()

Usage
SshServer$toJSON()

Method fromJSONObject()

Usage
SshServer$fromJSONObject(SshServerJsonObject)

Method fromJSON()

Usage
SshServer$fromJSON(SshServerJson)

Method toJSONString()

Usage
SshServer$toJSONString()

Method fromJSONString()

Usage
SshServer$fromJSONString(SshServerJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
SshServer$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.