public class Device extends java.lang.Object implements IConnection
| Constructor and Description |
|---|
Device() |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(ConnectionData connectionData) |
void |
disconnect() |
java.lang.String |
getManagementIp() |
int |
getManagementPort() |
java.lang.String |
getPassword() |
java.lang.String |
getServiceIp() |
int |
getServicePort() |
java.lang.String |
getUsername() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheck, reusablepublic void connect(ConnectionData connectionData) throws ComputeException
connect in interface IConnectionComputeExceptionpublic void disconnect()
throws ComputeException
disconnect in interface IConnectionComputeExceptionpublic java.lang.String getManagementIp()
public java.lang.String getServiceIp()
public int getManagementPort()
public java.lang.String getUsername()
public java.lang.String getPassword()
public int getServicePort()
Copyright © 2008-2019 Abiquo Holdings S.L.. All Rights Reserved.