public interface InfrastructureAsyncApi
http://community.abiquo.com/display/ABI20/API+Reference
,
InfrastructureApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
associateLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer,
com.abiquo.server.core.infrastructure.OrganizationDto organization,
String bladeName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
associateTemplate(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer,
com.abiquo.server.core.infrastructure.OrganizationDto organization,
String newName,
String bladeName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
cancelReservation(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineIpmiStateDto> |
checkMachineIpmiState(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ip,
String user,
String password) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineIpmiStateDto> |
checkMachineIpmiState(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ip,
String user,
String password,
IpmiOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineIpmiStateDto> |
checkMachineIpmiState(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineStateDto> |
checkMachineState(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ip,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineStateDto> |
checkMachineState(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ip,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password,
MachineOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineStateDto> |
checkMachineState(com.abiquo.server.core.infrastructure.MachineDto machine,
boolean sync) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VlanTagAvailabilityDto> |
checkTagAvailability(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer tag) |
com.google.common.util.concurrent.ListenableFuture<Void> |
cloneAndAssociateLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer,
com.abiquo.server.core.infrastructure.OrganizationDto organization,
String newName,
String bladeName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
cloneLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer,
com.abiquo.server.core.infrastructure.OrganizationDto organization,
String newName) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacenterDto> |
createDatacenter(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
createMachine(com.abiquo.server.core.infrastructure.RackDto rack,
com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRackDto> |
createManagedRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> |
createNetwork(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RackDto> |
createRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.infrastructure.RackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RemoteServiceDto> |
createRemoteService(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.infrastructure.RemoteServiceDto remoteService) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDeviceDto> |
createStorageDevice(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> |
createStoragePool(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice,
com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteDatacenter(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteMachine(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteNetwork(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteRack(com.abiquo.server.core.infrastructure.RackDto rack) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteRemoteService(com.abiquo.server.core.infrastructure.RemoteServiceDto remoteService) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteStorageDevice(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
discoverMultipleMachines(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ipFrom,
String ipTo,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
discoverMultipleMachines(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ipFrom,
String ipTo,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password,
MachineOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
discoverSingleMachine(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ip,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
discoverSingleMachine(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ip,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password,
MachineOptions options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
dissociateLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacenterDto> |
getDatacenter(Integer datacenterId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.ExternalIpDto> |
getExternalIp(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
Integer ipId) |
com.google.common.util.concurrent.ListenableFuture<String> |
getHypervisorTypeFromMachine(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
DatacenterOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.HypervisorTypesDto> |
getHypervisorTypes(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.BladeLocatorLedDto> |
getLocatorLed(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServerDto> |
getLogicServer(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
getMachine(com.abiquo.server.core.infrastructure.RackDto rack,
Integer machineId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRackDto> |
getManagedRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer rackId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> |
getNetwork(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer networkId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpDto> |
getPublicIp(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
Integer ipId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RackDto> |
getRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer rackId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RemoteServiceDto> |
getRemoteService(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.model.enumerator.RemoteServiceType remoteServiceType) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDeviceDto> |
getStorageDevice(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer storageDeviceId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> |
getStoragePool(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice,
String storagePoolId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TierDto> |
getTier(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer tierId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.UnmanagedIpDto> |
getUnmanagedIp(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
Integer ipId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachineWithNodeExtendedDto> |
getVirtualMachine(com.abiquo.server.core.infrastructure.MachineDto machine,
Integer virtualMachineId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
isAvailable(com.abiquo.server.core.infrastructure.RemoteServiceDto remoteService) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ledOff(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ledOn(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacentersDto> |
listDatacenters() |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.ExternalIpsDto> |
listExternalIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.ExternalIpsDto> |
listExternalIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
IpOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.FsmsDto> |
listFsms(com.abiquo.server.core.infrastructure.UcsRackDto rack,
String dn) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.DatacentersLimitsDto> |
listLimits(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachinesDto> |
listMachines(com.abiquo.server.core.infrastructure.RackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRacksDto> |
listManagedRacks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworksDto> |
listNetworks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworksDto> |
listNetworks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
NetworkOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.OrganizationsDto> |
listOrganizations(com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.OrganizationsDto> |
listOrganizations(com.abiquo.server.core.infrastructure.UcsRackDto rack,
FilterOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpsDto> |
listPublicIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpsDto> |
listPublicIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
IpOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RacksDto> |
listRacks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RemoteServicesDto> |
listRemoteServices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> |
listServiceProfiles(com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> |
listServiceProfiles(com.abiquo.server.core.infrastructure.UcsRackDto rack,
FilterOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> |
listServiceProfileTemplates(com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> |
listServiceProfileTemplates(com.abiquo.server.core.infrastructure.UcsRackDto rack,
FilterOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDevicesDto> |
listStorageDevices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolsDto> |
listStoragePools(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice,
StoragePoolOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolsDto> |
listStoragePools(com.abiquo.server.core.infrastructure.storage.TierDto tier) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDevicesMetadataDto> |
listSupportedStorageDevices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TiersDto> |
listTiers(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.UnmanagedIpsDto> |
listUnmanagedIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.UnmanagedIpsDto> |
listUnmanagedIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
IpOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachinesWithNodeExtendedDto> |
listVirtualMachinesByMachine(com.abiquo.server.core.infrastructure.MachineDto machine,
MachineOptions options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
powerOff(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<Void> |
powerOn(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> |
refreshStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool,
StoragePoolOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
reserveMachine(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacenterDto> |
updateDatacenter(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
updateMachine(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRackDto> |
updateManagedRack(com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> |
updateNetwork(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RackDto> |
updateRack(com.abiquo.server.core.infrastructure.RackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RemoteServiceDto> |
updateRemoteService(com.abiquo.server.core.infrastructure.RemoteServiceDto remoteService) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDeviceDto> |
updateStorageDevice(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> |
updateStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto StoragePoolDto) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TierDto> |
updateTier(com.abiquo.server.core.infrastructure.storage.TierDto tier) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacentersDto> listDatacenters()
InfrastructureApi.listDatacenters()
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacenterDto> createDatacenter(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacenterDto> getDatacenter(Integer datacenterId)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacenterDto> updateDatacenter(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
com.google.common.util.concurrent.ListenableFuture<Void> deleteDatacenter(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> discoverSingleMachine(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, String ip, com.abiquo.model.enumerator.HypervisorType hypervisorType, String user, String password)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> discoverSingleMachine(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, String ip, com.abiquo.model.enumerator.HypervisorType hypervisorType, String user, String password, MachineOptions options)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> discoverMultipleMachines(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, String ipFrom, String ipTo, com.abiquo.model.enumerator.HypervisorType hypervisorType, String user, String password)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> discoverMultipleMachines(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, String ipFrom, String ipTo, com.abiquo.model.enumerator.HypervisorType hypervisorType, String user, String password, MachineOptions options)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.DatacentersLimitsDto> listLimits(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineStateDto> checkMachineState(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, String ip, com.abiquo.model.enumerator.HypervisorType hypervisorType, String user, String password)
InfrastructureApi#checkMachineState(DatacenterDto, String, String, HypervisorType,
String, String)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineStateDto> checkMachineState(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, String ip, com.abiquo.model.enumerator.HypervisorType hypervisorType, String user, String password, MachineOptions options)
InfrastructureApi#checkMachineState(DatacenterDto, String, String, HypervisorType,
String, String, MachineOptions)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineIpmiStateDto> checkMachineIpmiState(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, String ip, String user, String password)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineIpmiStateDto> checkMachineIpmiState(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, String ip, String user, String password, IpmiOptions options)
com.google.common.util.concurrent.ListenableFuture<String> getHypervisorTypeFromMachine(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, DatacenterOptions options)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.HypervisorTypesDto> getHypervisorTypes(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RacksDto> listRacks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RackDto> createRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, com.abiquo.server.core.infrastructure.RackDto rack)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RackDto> getRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, Integer rackId)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RackDto> updateRack(com.abiquo.server.core.infrastructure.RackDto rack)
com.google.common.util.concurrent.ListenableFuture<Void> deleteRack(com.abiquo.server.core.infrastructure.RackDto rack)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRacksDto> listManagedRacks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRackDto> createManagedRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, com.abiquo.server.core.infrastructure.UcsRackDto rack)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRackDto> getManagedRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, Integer rackId)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRackDto> updateManagedRack(com.abiquo.server.core.infrastructure.UcsRackDto rack)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> listServiceProfiles(com.abiquo.server.core.infrastructure.UcsRackDto rack)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> listServiceProfiles(com.abiquo.server.core.infrastructure.UcsRackDto rack, FilterOptions options)
InfrastructureApi#listServiceProfiles(UcsRackDto, QueryOptions)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> listServiceProfileTemplates(com.abiquo.server.core.infrastructure.UcsRackDto rack)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> listServiceProfileTemplates(com.abiquo.server.core.infrastructure.UcsRackDto rack, FilterOptions options)
InfrastructureApi#listServiceProfileTemplates(UcsRackDto, LogicServerOptions)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.OrganizationsDto> listOrganizations(com.abiquo.server.core.infrastructure.UcsRackDto rack)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.OrganizationsDto> listOrganizations(com.abiquo.server.core.infrastructure.UcsRackDto rack, FilterOptions options)
InfrastructureApi#listOrganizations(UcsRackDto, OrganizationOptions)
com.google.common.util.concurrent.ListenableFuture<Void> cloneLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack, com.abiquo.server.core.infrastructure.LogicServerDto logicServer, com.abiquo.server.core.infrastructure.OrganizationDto organization, String newName)
com.google.common.util.concurrent.ListenableFuture<Void> associateLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack, com.abiquo.server.core.infrastructure.LogicServerDto logicServer, com.abiquo.server.core.infrastructure.OrganizationDto organization, String bladeName)
com.google.common.util.concurrent.ListenableFuture<Void> associateTemplate(com.abiquo.server.core.infrastructure.UcsRackDto rack, com.abiquo.server.core.infrastructure.LogicServerDto logicServer, com.abiquo.server.core.infrastructure.OrganizationDto organization, String newName, String bladeName)
com.google.common.util.concurrent.ListenableFuture<Void> cloneAndAssociateLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack, com.abiquo.server.core.infrastructure.LogicServerDto logicServer, com.abiquo.server.core.infrastructure.OrganizationDto organization, String newName, String bladeName)
com.google.common.util.concurrent.ListenableFuture<Void> dissociateLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack, com.abiquo.server.core.infrastructure.LogicServerDto logicServer)
com.google.common.util.concurrent.ListenableFuture<Void> deleteLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack, com.abiquo.server.core.infrastructure.LogicServerDto logicServer)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.FsmsDto> listFsms(com.abiquo.server.core.infrastructure.UcsRackDto rack, String dn)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RemoteServicesDto> listRemoteServices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RemoteServiceDto> createRemoteService(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, com.abiquo.server.core.infrastructure.RemoteServiceDto remoteService)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RemoteServiceDto> getRemoteService(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, com.abiquo.model.enumerator.RemoteServiceType remoteServiceType)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RemoteServiceDto> updateRemoteService(com.abiquo.server.core.infrastructure.RemoteServiceDto remoteService)
com.google.common.util.concurrent.ListenableFuture<Void> deleteRemoteService(com.abiquo.server.core.infrastructure.RemoteServiceDto remoteService)
com.google.common.util.concurrent.ListenableFuture<Boolean> isAvailable(com.abiquo.server.core.infrastructure.RemoteServiceDto remoteService)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachinesDto> listMachines(com.abiquo.server.core.infrastructure.RackDto rack)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> createMachine(com.abiquo.server.core.infrastructure.RackDto rack, com.abiquo.server.core.infrastructure.MachineDto machine)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> getMachine(com.abiquo.server.core.infrastructure.RackDto rack, Integer machineId)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineStateDto> checkMachineState(com.abiquo.server.core.infrastructure.MachineDto machine, boolean sync)
InfrastructureApi#checkMachineState(MachineDto)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineIpmiStateDto> checkMachineIpmiState(com.abiquo.server.core.infrastructure.MachineDto machine)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> updateMachine(com.abiquo.server.core.infrastructure.MachineDto machine)
com.google.common.util.concurrent.ListenableFuture<Void> deleteMachine(com.abiquo.server.core.infrastructure.MachineDto machine)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> reserveMachine(com.abiquo.server.core.enterprise.EnterpriseDto enterprise, com.abiquo.server.core.infrastructure.MachineDto machine)
com.google.common.util.concurrent.ListenableFuture<Void> cancelReservation(com.abiquo.server.core.enterprise.EnterpriseDto enterprise, com.abiquo.server.core.infrastructure.MachineDto machine)
com.google.common.util.concurrent.ListenableFuture<Void> powerOff(com.abiquo.server.core.infrastructure.MachineDto machine)
com.google.common.util.concurrent.ListenableFuture<Void> powerOn(com.abiquo.server.core.infrastructure.MachineDto machine)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServerDto> getLogicServer(com.abiquo.server.core.infrastructure.MachineDto machine)
com.google.common.util.concurrent.ListenableFuture<Void> ledOn(com.abiquo.server.core.infrastructure.MachineDto machine)
InfrastructureApi.ledOn(MachineDto)
com.google.common.util.concurrent.ListenableFuture<Void> ledOff(com.abiquo.server.core.infrastructure.MachineDto machine)
InfrastructureApi.ledOff(MachineDto)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.BladeLocatorLedDto> getLocatorLed(com.abiquo.server.core.infrastructure.MachineDto machine)
InfrastructureApi#getLedLocator(MachineDto)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachinesWithNodeExtendedDto> listVirtualMachinesByMachine(com.abiquo.server.core.infrastructure.MachineDto machine, MachineOptions options)
InfrastructureApi#listVirtualMachinesByMachine(MachineDto)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachineWithNodeExtendedDto> getVirtualMachine(com.abiquo.server.core.infrastructure.MachineDto machine, Integer virtualMachineId)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDevicesDto> listStorageDevices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDevicesMetadataDto> listSupportedStorageDevices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDeviceDto> getStorageDevice(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, Integer storageDeviceId)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDeviceDto> createStorageDevice(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice)
com.google.common.util.concurrent.ListenableFuture<Void> deleteStorageDevice(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDeviceDto> updateStorageDevice(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TiersDto> listTiers(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TierDto> updateTier(com.abiquo.server.core.infrastructure.storage.TierDto tier)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TierDto> getTier(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, Integer tierId)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolsDto> listStoragePools(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice, StoragePoolOptions options)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolsDto> listStoragePools(com.abiquo.server.core.infrastructure.storage.TierDto tier)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> createStoragePool(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice, com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> updateStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto StoragePoolDto)
com.google.common.util.concurrent.ListenableFuture<Void> deleteStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> getStoragePool(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice, String storagePoolId)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> refreshStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool, StoragePoolOptions options)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworksDto> listNetworks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworksDto> listNetworks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, NetworkOptions options)
InfrastructureApi#listNetwork(DatacenterDto, NetworkOptions)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> getNetwork(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, Integer networkId)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> createNetwork(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, com.abiquo.server.core.infrastructure.network.VLANNetworkDto network)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> updateNetwork(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network)
com.google.common.util.concurrent.ListenableFuture<Void> deleteNetwork(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VlanTagAvailabilityDto> checkTagAvailability(com.abiquo.server.core.infrastructure.DatacenterDto datacenter, Integer tag)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpsDto> listPublicIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpsDto> listPublicIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network, IpOptions options)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpDto> getPublicIp(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network, Integer ipId)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.ExternalIpsDto> listExternalIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.ExternalIpsDto> listExternalIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network, IpOptions options)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.ExternalIpDto> getExternalIp(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network, Integer ipId)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.UnmanagedIpsDto> listUnmanagedIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.UnmanagedIpsDto> listUnmanagedIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network, IpOptions options)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.UnmanagedIpDto> getUnmanagedIp(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network, Integer ipId)
Copyright © 2009-2013 jclouds. All Rights Reserved.