new SshSession(created, sessionId, nodeId, sshHost, sshPort, reverseSshPort [, startInstructionId] [, stopInstructionId])
Constructor.
Parameters:
| Name | Type | Argument | Description | 
|---|---|---|---|
created | 
            
            Date | the creation date  | 
        |
sessionId | 
            
            string | the unique session ID  | 
        |
nodeId | 
            
            number | the node ID  | 
        |
sshHost | 
            
            string | the SSH host name  | 
        |
sshPort | 
            
            number | the SSH port  | 
        |
reverseSshPort | 
            
            number | the reverse SSH port  | 
        |
startInstructionId | 
            
            number | 
                
                    <optional> | 
            
            
            the   | 
        
stopInstructionId | 
            
            number | 
                
                    <optional> | 
            
            
            the   | 
        
Methods
- 
    
<static> fromJsonEncoding(json)
 - 
    
    
Parse a JSON string into a
module:domain~SshSessioninstance.The JSON must be encoded the same way
module:domain~SshSession#toJsonEncodingdoes.Parameters:
Name Type Description jsonstring | Object the JSON to parse, or a parsed JSON object
Returns:
the session instance
 - 
    
toJsonEncoding()
 - 
    
    
Get this object as a standard JSON encoded string value.
Returns:
the JSON encoded string
- Type
 - string