Modifier and Type | Method and Description |
---|---|
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) |
com.google.common.util.concurrent.ListenableFuture<Org> getOrg(@Nullable String billingSiteId)
com.google.common.util.concurrent.ListenableFuture<VDC> getVDCInOrg(@Nullable String billingSiteId, String vpdcId)
com.google.common.util.concurrent.ListenableFuture<Network> getNetworkInVDC(@Nullable String billingSiteId, String vpdcId, String networkTierName)
com.google.common.util.concurrent.ListenableFuture<VM> getVMInVDC(@Nullable String billingSiteId, String vpdcId, String vAppId, GetVMOptions... options)
com.google.common.util.concurrent.ListenableFuture<VM> getVM(URI vm, GetVMOptions... options)
com.google.common.util.concurrent.ListenableFuture<FirewallService> listFirewallRules(@Nullable String billingSiteId, String vpdcId)
Copyright © 2009-2012 jclouds. All Rights Reserved.