Class 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 Detail

      • Device

        public Device()
    • Method Detail

      • connect

        public void connect​(com.abiquo.commons.model.ConnectionData connectionData)
                     throws com.abiquo.commons.plugin.exception.ComputeException
        Specified by:
        connect in interface com.abiquo.commons.plugin.IConnection
        Throws:
        com.abiquo.commons.plugin.exception.ComputeException
      • disconnect

        public void disconnect()
                        throws com.abiquo.commons.plugin.exception.ComputeException
        Specified by:
        disconnect in interface com.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()