Class Server


  • public class Server
    extends Object
    This would be replaced with the real java object related to the underlying server
    • Field Detail

      • id

        public int id
      • datacenter

        public String datacenter
      • imageId

        public int imageId
      • hardwareId

        public int hardwareId
      • publicAddress

        public String publicAddress
      • privateAddress

        public String privateAddress
      • loginUser

        public String loginUser
      • password

        public String password
    • Constructor Detail

      • Server

        public Server()