|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BrowsingAsyncClient
Provides access to Symphony VPDC resources via their REST API.
| Method Summary | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Network> |
getNetworkInVDC(String billingSiteId,
String vpdcId,
String networkTierName)
|
com.google.common.util.concurrent.ListenableFuture<Org> |
getOrg(String billingSiteId)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
getTask(String taskId)
|
com.google.common.util.concurrent.ListenableFuture<VDC> |
getVDCInOrg(String billingSiteId,
String vpdcId)
|
com.google.common.util.concurrent.ListenableFuture<VM> |
getVM(URI vm,
GetVMOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<VM> |
getVMInVDC(String billingSiteId,
String vpdcId,
String vAppId,
GetVMOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<FirewallService> |
listFirewallRules(String billingSiteId,
String vpdcId)
|
| Method Detail |
|---|
com.google.common.util.concurrent.ListenableFuture<Org> getOrg(@Nullable
String billingSiteId)
BrowsingClient.getOrg(java.lang.String)
com.google.common.util.concurrent.ListenableFuture<VDC> getVDCInOrg(@Nullable
String billingSiteId,
String vpdcId)
BrowsingClient.getVDCInOrg(java.lang.String, java.lang.String)
com.google.common.util.concurrent.ListenableFuture<Network> getNetworkInVDC(@Nullable
String billingSiteId,
String vpdcId,
String networkTierName)
BrowsingClient.getNetworkInVDC(java.lang.String, java.lang.String, java.lang.String)
com.google.common.util.concurrent.ListenableFuture<VM> getVMInVDC(@Nullable
String billingSiteId,
String vpdcId,
String vAppId,
GetVMOptions... options)
BrowsingClient.getVMInVDC(java.lang.String, java.lang.String, java.lang.String, org.jclouds.savvis.vpdc.options.GetVMOptions...)
com.google.common.util.concurrent.ListenableFuture<VM> getVM(URI vm,
GetVMOptions... options)
BrowsingClient.getVM(java.net.URI, org.jclouds.savvis.vpdc.options.GetVMOptions...)com.google.common.util.concurrent.ListenableFuture<Task> getTask(String taskId)
BrowsingClient.getTask(java.lang.String)
com.google.common.util.concurrent.ListenableFuture<FirewallService> listFirewallRules(@Nullable
String billingSiteId,
String vpdcId)
BrowsingClient.listFirewallRules(java.lang.String, java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||