Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 931 Bytes

AddRemoteHostParams.md

File metadata and controls

14 lines (11 loc) · 931 Bytes

AddRemoteHostParams

Properties

Name Type Description Notes
Remotehost string The remote host (name) which will execute the commands. REQUIRED. [optional] [default to null]
Port int32 The remote host SSH port. [optional] [default to null]
EncryptAlgorithm string The SSH encrypt algorithm to be used. HIDDEN. [optional] [default to null]
Compression bool Is compression used. HIDDEN. [optional] [default to null]
Authorize bool authorize SSL remote host while creating the remote host. HIDDEN. [optional] [default to null]
Agents []string Agents to execute the commands on. HIDDEN. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]