Package org.jclouds.servermanager
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Server.Status
-
Field Summary
Fields Modifier and Type Field Description String
datacenter
int
hardwareId
int
id
int
imageId
String
loginUser
String
name
String
password
String
privateAddress
String
publicAddress
Server.Status
status
-
Constructor Summary
Constructors Constructor Description Server()
-
-
-
Field Detail
-
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
-
-