public interface VirtualDCAsyncApi
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> | 
addAddressRange(String pipFrom,
               String pipTo)  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
createAddressPool(String pipFrom,
                 String pipTo)  | 
com.google.common.util.concurrent.ListenableFuture<String> | 
createVirtualSystem(String descriptorId,
                   String name)  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
deleteAddressRange(String pipFrom,
                  String pipTo)  | 
com.google.common.util.concurrent.ListenableFuture<Set<AddressRange>> | 
getAddressRange()  | 
com.google.common.util.concurrent.ListenableFuture<Set<EventLog>> | 
getEventLogs()  | 
com.google.common.util.concurrent.ListenableFuture<Set<EventLog>> | 
getEventLogs(boolean all)  | 
com.google.common.util.concurrent.ListenableFuture<Set<Information>> | 
getInformation()  | 
com.google.common.util.concurrent.ListenableFuture<Set<Information>> | 
getInformation(boolean all)  | 
com.google.common.util.concurrent.ListenableFuture<Set<UsageInfo>> | 
getSystemUsage()  | 
com.google.common.util.concurrent.ListenableFuture<Set<UsageInfo>> | 
getSystemUsage(String systemIds)  | 
com.google.common.util.concurrent.ListenableFuture<Set<DiskImage>> | 
listDiskImages()  | 
com.google.common.util.concurrent.ListenableFuture<Set<DiskImage>> | 
listDiskImages(String serverCategory,
              String vsysDescriptorId)  | 
com.google.common.util.concurrent.ListenableFuture<Map<PublicIP,String>> | 
listPublicIPs()  | 
com.google.common.util.concurrent.ListenableFuture<Set<ServerType>> | 
listServerTypes()  | 
com.google.common.util.concurrent.ListenableFuture<Set<VSystem>> | 
listVirtualSystems()  | 
com.google.common.util.concurrent.ListenableFuture<Set<VSystemDescriptor>> | 
listVSYSDescriptor()  | 
com.google.common.util.concurrent.ListenableFuture<Set<VSystemDescriptor>> | 
listVSYSDescriptor(String keyword,
                  int estimateFrom,
                  int estimateTo)  | 
com.google.common.util.concurrent.ListenableFuture<String> createVirtualSystem(String descriptorId, String name)
com.google.common.util.concurrent.ListenableFuture<Set<VSystem>> listVirtualSystems()
com.google.common.util.concurrent.ListenableFuture<Set<ServerType>> listServerTypes()
com.google.common.util.concurrent.ListenableFuture<Set<DiskImage>> listDiskImages(@Nullable String serverCategory, String vsysDescriptorId)
com.google.common.util.concurrent.ListenableFuture<Map<PublicIP,String>> listPublicIPs()
VirtualSystemAsyncApi.listPublicIPs(String)com.google.common.util.concurrent.ListenableFuture<Void> addAddressRange(String pipFrom, String pipTo)
com.google.common.util.concurrent.ListenableFuture<Void> createAddressPool(String pipFrom, String pipTo)
com.google.common.util.concurrent.ListenableFuture<Void> deleteAddressRange(String pipFrom, String pipTo)
com.google.common.util.concurrent.ListenableFuture<Set<AddressRange>> getAddressRange()
com.google.common.util.concurrent.ListenableFuture<Set<VSystemDescriptor>> listVSYSDescriptor()
com.google.common.util.concurrent.ListenableFuture<Set<VSystemDescriptor>> listVSYSDescriptor(String keyword, int estimateFrom, int estimateTo)
com.google.common.util.concurrent.ListenableFuture<Set<EventLog>> getEventLogs(boolean all)
com.google.common.util.concurrent.ListenableFuture<Set<Information>> getInformation()
com.google.common.util.concurrent.ListenableFuture<Set<Information>> getInformation(boolean all)
Copyright © 2009-2013 jclouds. All Rights Reserved.