org.jclouds.servermanager
Class Server

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

public class Server
extends Object

This would be replaced with the real java object related to the underlying server

Author:
Adrian Cole

Nested Class Summary
static class Server.Status
           
 
Field Summary
 String datacenter
           
 int hardwareId
           
 int id
           
 int imageId
           
 String loginUser
           
 String name
           
 String password
           
 String privateAddress
           
 String publicAddress
           
 Server.Status status
           
 
Constructor Summary
Server()
           
 
Method Summary
 boolean equals(Object that)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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

Server

public Server()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object that)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.