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

Packages that use Ip
org.jclouds.glesys.domain   
 

Uses of Ip in org.jclouds.glesys.domain
 

Fields in org.jclouds.glesys.domain with type parameters of type Ip
protected  Set<Ip> ServerDetails.Builder.ips
           
 

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
 T Ip.Builder.fromIp(Ip in)
           
 T ServerDetails.Builder.ips(Ip... in)
           
 

Method parameters in org.jclouds.glesys.domain with type arguments of type Ip
 T ServerDetails.Builder.ips(Set<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 description, String templateName, int cpuCores, int memorySizeMB, int diskSizeGB, int transferGB, Cost cost, Set<Ip> ips)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.