Package com.abiquo.ssm.model
Class Device
- java.lang.Object
-
- com.abiquo.ssm.model.Device
-
- All Implemented Interfaces:
com.abiquo.commons.plugin.IConnection
public class Device extends Object implements com.abiquo.commons.plugin.IConnection
See StorageUtils in api to see how connection data is mapped
-
-
Constructor Summary
Constructors Constructor Description Device()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconnect(com.abiquo.commons.model.ConnectionData connectionData)voiddisconnect()StringgetManagementIp()intgetManagementPort()StringgetPassword()StringgetServiceIp()intgetServicePort()StringgetUsername()
-
-
-
Method Detail
-
connect
public void connect(com.abiquo.commons.model.ConnectionData connectionData) throws com.abiquo.commons.plugin.exception.ComputeException- Specified by:
connectin interfacecom.abiquo.commons.plugin.IConnection- Throws:
com.abiquo.commons.plugin.exception.ComputeException
-
disconnect
public void disconnect() throws com.abiquo.commons.plugin.exception.ComputeException- Specified by:
disconnectin interfacecom.abiquo.commons.plugin.IConnection- Throws:
com.abiquo.commons.plugin.exception.ComputeException
-
getManagementIp
public String getManagementIp()
-
getServiceIp
public String getServiceIp()
-
getManagementPort
public int getManagementPort()
-
getUsername
public String getUsername()
-
getPassword
public String getPassword()
-
getServicePort
public int getServicePort()
-
-