Uses of Class
org.jclouds.cloudsigma.domain.StaticIPInfo

Packages that use StaticIPInfo
org.jclouds.cloudsigma   
org.jclouds.cloudsigma.domain   
org.jclouds.cloudsigma.functions   
 

Uses of StaticIPInfo in org.jclouds.cloudsigma
 

Methods in org.jclouds.cloudsigma that return StaticIPInfo
 StaticIPInfo CloudSigmaApi.createStaticIP()
          create a new ip
 StaticIPInfo CloudSigmaApi.getStaticIPInfo(String uuid)
           
 

Methods in org.jclouds.cloudsigma that return types with arguments of type StaticIPInfo
 Set<StaticIPInfo> CloudSigmaApi.listStaticIPInfo()
          Get all ips info
 

Uses of StaticIPInfo in org.jclouds.cloudsigma.domain
 

Methods in org.jclouds.cloudsigma.domain that return StaticIPInfo
 StaticIPInfo StaticIPInfo.Builder.build()
           
 

Uses of StaticIPInfo in org.jclouds.cloudsigma.functions
 

Methods in org.jclouds.cloudsigma.functions that return StaticIPInfo
 StaticIPInfo KeyValuesDelimitedByBlankLinesToStaticIPInfo.apply(org.jclouds.http.HttpResponse response)
           
 StaticIPInfo MapToStaticIPInfo.apply(Map<String,String> from)
           
 

Methods in org.jclouds.cloudsigma.functions that return types with arguments of type StaticIPInfo
 Set<StaticIPInfo> ListOfKeyValuesDelimitedByBlankLinesToStaticIPInfoSet.apply(org.jclouds.http.HttpResponse response)
           
 



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