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