Uses of Class
org.jclouds.glesys.domain.Ip

Packages that use Ip
org.jclouds.glesys.domain   
 

Uses of Ip in org.jclouds.glesys.domain
 

Methods in org.jclouds.glesys.domain that return Ip
 Ip Ip.Builder.build()
           
 

Methods in org.jclouds.glesys.domain that return types with arguments of type Ip
 Set<Ip> ServerDetails.getIps()
           
 

Methods in org.jclouds.glesys.domain with parameters of type Ip
 Ip.Builder Ip.Builder.fromIpCreated(Ip from)
           
 ServerDetails.Builder ServerDetails.Builder.ips(Ip... ips)
           
 

Method parameters in org.jclouds.glesys.domain with type arguments of type Ip
 ServerDetails.Builder ServerDetails.Builder.ips(Iterable<Ip> ips)
           
 

Constructor parameters in org.jclouds.glesys.domain with type arguments of type Ip
ServerDetails(String id, String hostname, String datacenter, String platform, Server.State state, String templateName, String description, int cpuCores, int memorySizeMB, int diskSizeGB, int transferGB, Cost cost, Set<Ip> ips)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.