Package | Description |
---|---|
org.jclouds.cloudsigma | |
org.jclouds.cloudsigma.domain | |
org.jclouds.cloudsigma.functions |
Modifier and Type | Method and Description |
---|---|
StaticIPInfo |
CloudSigmaClient.createStaticIP()
create a new ip
|
StaticIPInfo |
CloudSigmaClient.getStaticIPInfo(String uuid) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<StaticIPInfo> |
CloudSigmaAsyncClient.createStaticIP() |
com.google.common.util.concurrent.ListenableFuture<StaticIPInfo> |
CloudSigmaAsyncClient.getStaticIPInfo(String uuid) |
Set<? extends StaticIPInfo> |
CloudSigmaClient.listStaticIPInfo()
Get all ips info
|
com.google.common.util.concurrent.ListenableFuture<Set<StaticIPInfo>> |
CloudSigmaAsyncClient.listStaticIPInfo() |
Modifier and Type | Method and Description |
---|---|
StaticIPInfo |
StaticIPInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
StaticIPInfo |
KeyValuesDelimitedByBlankLinesToStaticIPInfo.apply(HttpResponse response) |
StaticIPInfo |
MapToStaticIPInfo.apply(Map<String,String> from) |
Modifier and Type | Method and Description |
---|---|
Set<StaticIPInfo> |
ListOfKeyValuesDelimitedByBlankLinesToStaticIPInfoSet.apply(HttpResponse response) |
Copyright © 2009-2013 jclouds. All Rights Reserved.