Adjusting ServerDetails with additional fields needed for GleSYSComputeServiceAdaptor

This commit is contained in:
Adam Lowe 2012-01-16 14:49:18 +00:00
parent f8efc3564f
commit 6f009695e5
1 changed files with 2 additions and 1 deletions

View File

@ -22,10 +22,11 @@ package org.jclouds.glesys.domain;
import com.google.common.base.Objects; import com.google.common.base.Objects;
/** /**
* Represents detailed information about an available ip address of a new server. * Represents an ip address used by a server.
* *
* @author Adam Lowe * @author Adam Lowe
* @see ServerCreated * @see ServerCreated
* @see ServerDetails
*/ */
public class ServerIp { public class ServerIp {