Class Server

java.lang.Object
org.jclouds.servermanager.Server

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

    • id

      public int id
    • name

      public String name
    • status

      public Server.Status status
    • 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 Details

    • Server

      public Server()
  • Method Details