public class Host extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_SSH_PORT |
Set<Device> |
devices |
List<ZPOOL> |
pools |
int |
port |
String |
url |
String |
user |
Constructor and Description |
---|
Host(String user,
String url) |
Host(String user,
String url,
int port) |
Modifier and Type | Method and Description |
---|---|
void |
setDevices(Collection<Device> devices) |
String |
toString() |
public static final int DEFAULT_SSH_PORT
public String url
public String user
public int port
public void setDevices(Collection<Device> devices)
Copyright © 2017. All Rights Reserved.