Uses of Class
org.jclouds.glesys.domain.Ip
-
Packages that use Ip Package Description org.jclouds.glesys.domain -
-
Uses of Ip in org.jclouds.glesys.domain
Fields in org.jclouds.glesys.domain with type parameters of type Ip Modifier and Type Field Description protected Set<Ip>
ServerDetails.Builder. ips
Methods in org.jclouds.glesys.domain that return Ip Modifier and Type Method Description Ip
Ip.Builder. build()
Methods in org.jclouds.glesys.domain that return types with arguments of type Ip Modifier and Type Method Description Set<Ip>
ServerDetails. getIps()
Methods in org.jclouds.glesys.domain with parameters of type Ip Modifier and Type Method Description 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 Modifier and Type Method Description T
ServerDetails.Builder. ips(Set<Ip> ips)
Constructor parameters in org.jclouds.glesys.domain with type arguments of type Ip Constructor Description 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)
-