mirror of https://github.com/apache/jclouds.git
Adjusting ServerDetails with additional fields needed for GleSYSComputeServiceAdaptor
This commit is contained in:
parent
f8efc3564f
commit
6f009695e5
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue