Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.config.LicenseDto> |
ConfigAsyncApi.addLicense(com.abiquo.server.core.config.LicenseDto license) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.changeVirtualMachineState(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine,
com.abiquo.server.core.cloud.VirtualMachineStateDto state) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineIpmiStateDto> |
InfrastructureAsyncApi.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> |
InfrastructureAsyncApi.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> |
InfrastructureAsyncApi.checkMachineIpmiState(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineStateDto> |
InfrastructureAsyncApi.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> |
InfrastructureAsyncApi.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> |
InfrastructureAsyncApi.checkMachineState(com.abiquo.server.core.infrastructure.MachineDto machine,
boolean sync) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VlanTagAvailabilityDto> |
InfrastructureAsyncApi.checkTagAvailability(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer tag) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.CategoryDto> |
ConfigAsyncApi.createCategory(com.abiquo.server.core.appslibrary.CategoryDto category) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.pricing.CurrencyDto> |
PricingAsyncApi.createCurrency(com.abiquo.server.core.pricing.CurrencyDto currency) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacenterDto> |
InfrastructureAsyncApi.createDatacenter(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.EnterpriseDto> |
EnterpriseAsyncApi.createEnterprise(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.DiskManagementDto> |
CloudAsyncApi.createHardDisk(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
com.abiquo.server.core.infrastructure.storage.DiskManagementDto hardDisk) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.DatacenterLimitsDto> |
EnterpriseAsyncApi.createLimits(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.enterprise.DatacenterLimitsDto limits) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
InfrastructureAsyncApi.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> |
InfrastructureAsyncApi.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> |
InfrastructureAsyncApi.createNetwork(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
VirtualMachineTemplateAsyncApi.createPersistentVirtualMachineTemplate(Integer enterpriseId,
Integer datacenterRepositoryId,
com.abiquo.server.core.appslibrary.VirtualMachineTemplatePersistentDto persistentOptions) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> |
CloudAsyncApi.createPrivateNetwork(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
com.abiquo.server.core.infrastructure.network.VLANNetworkDto privateNetwork) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RackDto> |
InfrastructureAsyncApi.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> |
InfrastructureAsyncApi.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.enterprise.RoleDto> |
AdminAsyncApi.createRole(com.abiquo.server.core.enterprise.RoleDto role) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDeviceDto> |
InfrastructureAsyncApi.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> |
InfrastructureAsyncApi.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.appslibrary.TemplateDefinitionListDto> |
EnterpriseAsyncApi.createTemplateDefinitionList(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
com.abiquo.server.core.appslibrary.TemplateDefinitionListDto templateList) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.UserDto> |
EnterpriseAsyncApi.createUser(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
com.abiquo.server.core.enterprise.UserDto user) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualApplianceDto> |
CloudAsyncApi.createVirtualAppliance(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
com.abiquo.server.core.cloud.VirtualApplianceDto virtualAppliance) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualDatacenterDto> |
CloudAsyncApi.createVirtualDatacenter(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachineWithNodeExtendedDto> |
CloudAsyncApi.createVirtualMachine(com.abiquo.server.core.cloud.VirtualApplianceDto virtualAppliance,
com.abiquo.server.core.cloud.VirtualMachineWithNodeExtendedDto virtualMachine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.VolumeManagementDto> |
CloudAsyncApi.createVolume(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
com.abiquo.server.core.infrastructure.storage.VolumeManagementDto volume) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.deployVirtualAppliance(com.abiquo.server.core.cloud.VirtualApplianceDto virtualAppliance,
com.abiquo.server.core.cloud.VirtualMachineTaskDto task) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.deployVirtualMachine(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine,
com.abiquo.server.core.cloud.VirtualMachineTaskDto task) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
InfrastructureAsyncApi.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> |
InfrastructureAsyncApi.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> |
InfrastructureAsyncApi.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> |
InfrastructureAsyncApi.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.appslibrary.CategoryDto> |
ConfigAsyncApi.getCategory(Integer categoryId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.ConversionDto> |
VirtualMachineTemplateAsyncApi.getConversion(com.abiquo.server.core.appslibrary.VirtualMachineTemplateDto template,
com.abiquo.model.enumerator.DiskFormatType targetFormat) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.pricing.CurrencyDto> |
PricingAsyncApi.getCurrency(Integer currencyId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.UserDto> |
AdminAsyncApi.getCurrentUser() |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacenterDto> |
InfrastructureAsyncApi.getDatacenter(Integer datacenterId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.UserDto> |
EnterpriseAsyncApi.getDatacenterRepository(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
Integer datacenterRepositoryId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> |
CloudAsyncApi.getDefaultNetwork(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.EnterpriseDto> |
EnterpriseAsyncApi.getEnterprise(Integer enterpriseId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.EnterprisePropertiesDto> |
EnterpriseAsyncApi.getEnterpriseProperties(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.ExternalIpDto> |
InfrastructureAsyncApi.getExternalIp(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
Integer ipId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.DiskManagementDto> |
CloudAsyncApi.getHardDisk(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
Integer diskId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.HypervisorTypesDto> |
InfrastructureAsyncApi.getHypervisorTypes(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.DatacentersLimitsDto> |
EnterpriseAsyncApi.getLimits(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.BladeLocatorLedDto> |
InfrastructureAsyncApi.getLocatorLed(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServerDto> |
InfrastructureAsyncApi.getLogicServer(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
InfrastructureAsyncApi.getMachine(com.abiquo.server.core.infrastructure.RackDto rack,
Integer machineId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRackDto> |
InfrastructureAsyncApi.getManagedRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer rackId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> |
InfrastructureAsyncApi.getNetwork(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer networkId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> |
CloudAsyncApi.getPrivateNetwork(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
Integer privateNetworkId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PrivateIpDto> |
CloudAsyncApi.getPrivateNetworkIp(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
Integer ipId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.PrivilegeDto> |
ConfigAsyncApi.getPrivilege(Integer privilegeId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpDto> |
InfrastructureAsyncApi.getPublicIp(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
Integer ipId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RackDto> |
InfrastructureAsyncApi.getRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer rackId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RemoteServiceDto> |
InfrastructureAsyncApi.getRemoteService(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.model.enumerator.RemoteServiceType remoteServiceType) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.RoleDto> |
AdminAsyncApi.getRole(Integer roleId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.RoleDto> |
AdminAsyncApi.getRole(com.abiquo.server.core.enterprise.UserDto user) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDeviceDto> |
InfrastructureAsyncApi.getStorageDevice(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer storageDeviceId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> |
InfrastructureAsyncApi.getStoragePool(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice,
String storagePoolId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TierDto> |
CloudAsyncApi.getStorageTier(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
Integer tierId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.task.TaskDto> |
TaskAsyncApi.getTask(com.abiquo.model.rest.RESTLink link) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.TemplateDefinitionListsDto> |
EnterpriseAsyncApi.getTemplateDefinitionList(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
Integer templateListId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TierDto> |
InfrastructureAsyncApi.getTier(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer tierId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.UnmanagedIpDto> |
InfrastructureAsyncApi.getUnmanagedIp(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
Integer ipId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.UserDto> |
EnterpriseAsyncApi.getUser(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
Integer userId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualApplianceDto> |
CloudAsyncApi.getVirtualAppliance(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
Integer virtualApplianceId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualApplianceStateDto> |
CloudAsyncApi.getVirtualApplianceState(com.abiquo.server.core.cloud.VirtualApplianceDto virtualAppliance) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualDatacenterDto> |
CloudAsyncApi.getVirtualDatacenter(Integer virtualDatacenterId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachineWithNodeExtendedDto> |
InfrastructureAsyncApi.getVirtualMachine(com.abiquo.server.core.infrastructure.MachineDto machine,
Integer virtualMachineId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachineWithNodeExtendedDto> |
CloudAsyncApi.getVirtualMachine(com.abiquo.server.core.cloud.VirtualApplianceDto virtualAppliance,
Integer virtualMachineId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachineStateDto> |
CloudAsyncApi.getVirtualMachineState(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.VirtualMachineTemplateDto> |
VirtualMachineTemplateAsyncApi.getVirtualMachineTemplate(Integer enterpriseId,
Integer datacenterRepositoryId,
Integer virtualMachineTemplateId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.VirtualMachineTemplateDto> |
CloudAsyncApi.getVirtualMachineTemplate(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.VolumeManagementDto> |
CloudAsyncApi.getVolume(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
Integer volumeId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacentersDto> |
EnterpriseAsyncApi.listAllowedDatacenters(Integer enterpriseId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.DisksManagementDto> |
CloudAsyncApi.listAttachedHardDisks(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.VolumesManagementDto> |
CloudAsyncApi.listAttachedVolumes(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpsDto> |
CloudAsyncApi.listAvailablePublicIps(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
IpOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.VirtualMachineTemplatesDto> |
CloudAsyncApi.listAvailableTemplates(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.VirtualMachineTemplatesDto> |
CloudAsyncApi.listAvailableTemplates(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
VirtualMachineTemplateOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.CategoriesDto> |
ConfigAsyncApi.listCategories() |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.ConversionsDto> |
VirtualMachineTemplateAsyncApi.listConversions(com.abiquo.server.core.appslibrary.VirtualMachineTemplateDto template) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.ConversionsDto> |
VirtualMachineTemplateAsyncApi.listConversions(com.abiquo.server.core.appslibrary.VirtualMachineTemplateDto template,
ConversionOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.pricing.CurrenciesDto> |
PricingAsyncApi.listCurrencies() |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacentersDto> |
InfrastructureAsyncApi.listDatacenters() |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.EnterprisesDto> |
EnterpriseAsyncApi.listEnterprises() |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.EnterprisesDto> |
EnterpriseAsyncApi.listEnterprises(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
EnterpriseOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.EnterprisesDto> |
EnterpriseAsyncApi.listEnterprises(EnterpriseOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.event.EventsDto> |
EventAsyncApi.listEvents() |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.event.EventsDto> |
EventAsyncApi.listEvents(EventOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.ExternalIpsDto> |
InfrastructureAsyncApi.listExternalIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.ExternalIpsDto> |
InfrastructureAsyncApi.listExternalIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
IpOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworksDto> |
EnterpriseAsyncApi.listExternalNetworks(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.FsmsDto> |
InfrastructureAsyncApi.listFsms(com.abiquo.server.core.infrastructure.UcsRackDto rack,
String dn) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.DisksManagementDto> |
CloudAsyncApi.listHardDisks(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.config.LicensesDto> |
ConfigAsyncApi.listLicenses() |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.config.LicensesDto> |
ConfigAsyncApi.listLicenses(LicenseOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.DatacentersLimitsDto> |
InfrastructureAsyncApi.listLimits(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.DatacentersLimitsDto> |
EnterpriseAsyncApi.listLimits(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachinesDto> |
InfrastructureAsyncApi.listMachines(com.abiquo.server.core.infrastructure.RackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRacksDto> |
InfrastructureAsyncApi.listManagedRacks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VMNetworkConfigurationsDto> |
CloudAsyncApi.listNetworkConfigurations(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworksDto> |
InfrastructureAsyncApi.listNetworks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworksDto> |
InfrastructureAsyncApi.listNetworks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
NetworkOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.OrganizationsDto> |
InfrastructureAsyncApi.listOrganizations(com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.OrganizationsDto> |
InfrastructureAsyncApi.listOrganizations(com.abiquo.server.core.infrastructure.UcsRackDto rack,
FilterOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PrivateIpsDto> |
CloudAsyncApi.listPrivateNetworkIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PrivateIpsDto> |
CloudAsyncApi.listPrivateNetworkIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
IpOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworksDto> |
CloudAsyncApi.listPrivateNetworks(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.PrivilegesDto> |
ConfigAsyncApi.listPrivileges() |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.PrivilegesDto> |
AdminAsyncApi.listPrivileges(com.abiquo.server.core.enterprise.RoleDto role) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpsDto> |
InfrastructureAsyncApi.listPublicIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpsDto> |
InfrastructureAsyncApi.listPublicIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
IpOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpsDto> |
CloudAsyncApi.listPurchasedPublicIps(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
IpOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RacksDto> |
InfrastructureAsyncApi.listRacks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RemoteServicesDto> |
InfrastructureAsyncApi.listRemoteServices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachinesDto> |
EnterpriseAsyncApi.listReservedMachines(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.RolesDto> |
AdminAsyncApi.listRoles() |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.RolesDto> |
AdminAsyncApi.listRoles(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> |
InfrastructureAsyncApi.listServiceProfiles(com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> |
InfrastructureAsyncApi.listServiceProfiles(com.abiquo.server.core.infrastructure.UcsRackDto rack,
FilterOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> |
InfrastructureAsyncApi.listServiceProfileTemplates(com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> |
InfrastructureAsyncApi.listServiceProfileTemplates(com.abiquo.server.core.infrastructure.UcsRackDto rack,
FilterOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDevicesDto> |
InfrastructureAsyncApi.listStorageDevices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolsDto> |
InfrastructureAsyncApi.listStoragePools(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice,
StoragePoolOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolsDto> |
InfrastructureAsyncApi.listStoragePools(com.abiquo.server.core.infrastructure.storage.TierDto tier) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TiersDto> |
CloudAsyncApi.listStorageTiers(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDevicesMetadataDto> |
InfrastructureAsyncApi.listSupportedStorageDevices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.config.SystemPropertiesDto> |
ConfigAsyncApi.listSystemProperties() |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.config.SystemPropertiesDto> |
ConfigAsyncApi.listSystemProperties(PropertyOptions options) |
<T extends com.abiquo.model.transport.SingleResourceTransportDto> |
TaskAsyncApi.listTasks(T dto) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.TemplateDefinitionListsDto> |
EnterpriseAsyncApi.listTemplateDefinitionLists(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.am.model.TemplatesStateDto> |
EnterpriseAsyncApi.listTemplateListStatus(com.abiquo.server.core.appslibrary.TemplateDefinitionListDto templateList,
com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TiersDto> |
InfrastructureAsyncApi.listTiers(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.UnmanagedIpsDto> |
InfrastructureAsyncApi.listUnmanagedIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.UnmanagedIpsDto> |
InfrastructureAsyncApi.listUnmanagedIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
IpOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.UsersDto> |
EnterpriseAsyncApi.listUsers(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualAppliancesDto> |
EnterpriseAsyncApi.listVirtualAppliances(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualAppliancesDto> |
CloudAsyncApi.listVirtualAppliances(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualDatacentersDto> |
EnterpriseAsyncApi.listVirtualDatacenters(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualDatacentersDto> |
CloudAsyncApi.listVirtualDatacenters(VirtualDatacenterOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachinesWithNodeExtendedDto> |
EnterpriseAsyncApi.listVirtualMachines(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachinesWithNodeExtendedDto> |
EnterpriseAsyncApi.listVirtualMachines(com.abiquo.server.core.enterprise.UserDto user) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachinesWithNodeExtendedDto> |
CloudAsyncApi.listVirtualMachines(com.abiquo.server.core.cloud.VirtualApplianceDto virtualAppliance) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachinesWithNodeExtendedDto> |
CloudAsyncApi.listVirtualMachines(com.abiquo.server.core.cloud.VirtualApplianceDto virtualAppliance,
VirtualMachineOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachinesWithNodeExtendedDto> |
InfrastructureAsyncApi.listVirtualMachinesByMachine(com.abiquo.server.core.infrastructure.MachineDto machine,
MachineOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.VirtualMachineTemplatesDto> |
VirtualMachineTemplateAsyncApi.listVirtualMachineTemplates(Integer enterpriseId,
Integer datacenterRepositoryId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.VirtualMachineTemplatesDto> |
VirtualMachineTemplateAsyncApi.listVirtualMachineTemplates(Integer enterpriseId,
Integer datacenterRepositoryId,
VirtualMachineTemplateOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.VolumesManagementDto> |
CloudAsyncApi.listVolumes(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.VolumesManagementDto> |
CloudAsyncApi.listVolumes(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
VolumeOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.VolumeManagementDto> |
CloudAsyncApi.moveVolume(com.abiquo.server.core.infrastructure.storage.VolumeManagementDto volume,
com.abiquo.server.core.cloud.VirtualDatacenterDto newVirtualDatacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpDto> |
CloudAsyncApi.purchasePublicIp(com.abiquo.server.core.infrastructure.network.PublicIpDto publicIp) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.rebootVirtualMachine(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> |
InfrastructureAsyncApi.refreshStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool,
StoragePoolOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpDto> |
CloudAsyncApi.releasePublicIp(com.abiquo.server.core.infrastructure.network.PublicIpDto publicIp) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
InfrastructureAsyncApi.reserveMachine(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.undeployVirtualAppliance(com.abiquo.server.core.cloud.VirtualApplianceDto virtualAppliance,
com.abiquo.server.core.cloud.VirtualMachineTaskDto task) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.undeployVirtualMachine(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine,
com.abiquo.server.core.cloud.VirtualMachineTaskDto task) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.CategoryDto> |
ConfigAsyncApi.updateCategory(com.abiquo.server.core.appslibrary.CategoryDto category) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.pricing.CurrencyDto> |
PricingAsyncApi.updateCurrency(com.abiquo.server.core.pricing.CurrencyDto currency) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.DatacenterDto> |
InfrastructureAsyncApi.updateDatacenter(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.EnterpriseDto> |
EnterpriseAsyncApi.updateEnterprise(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.EnterprisePropertiesDto> |
EnterpriseAsyncApi.updateEnterpriseProperties(com.abiquo.server.core.enterprise.EnterprisePropertiesDto properties) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.DatacenterLimitsDto> |
EnterpriseAsyncApi.updateLimits(com.abiquo.server.core.enterprise.DatacenterLimitsDto limits) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
InfrastructureAsyncApi.updateMachine(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRackDto> |
InfrastructureAsyncApi.updateManagedRack(com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> |
InfrastructureAsyncApi.updateNetwork(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> |
CloudAsyncApi.updatePrivateNetwork(com.abiquo.server.core.infrastructure.network.VLANNetworkDto privateNetwork) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RackDto> |
InfrastructureAsyncApi.updateRack(com.abiquo.server.core.infrastructure.RackDto rack) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.RemoteServiceDto> |
InfrastructureAsyncApi.updateRemoteService(com.abiquo.server.core.infrastructure.RemoteServiceDto remoteService) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.RoleDto> |
AdminAsyncApi.updateRole(com.abiquo.server.core.enterprise.RoleDto role) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDeviceDto> |
InfrastructureAsyncApi.updateStorageDevice(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> |
InfrastructureAsyncApi.updateStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto StoragePoolDto) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.config.SystemPropertyDto> |
ConfigAsyncApi.updateSystemProperty(com.abiquo.server.core.config.SystemPropertyDto property) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.TemplateDefinitionListDto> |
EnterpriseAsyncApi.updateTemplateDefinitionList(com.abiquo.server.core.appslibrary.TemplateDefinitionListDto templateList) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TierDto> |
InfrastructureAsyncApi.updateTier(com.abiquo.server.core.infrastructure.storage.TierDto tier) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.UserDto> |
EnterpriseAsyncApi.updateUser(com.abiquo.server.core.enterprise.UserDto user) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualApplianceDto> |
CloudAsyncApi.updateVirtualAppliance(com.abiquo.server.core.cloud.VirtualApplianceDto virtualAppliance) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualDatacenterDto> |
CloudAsyncApi.updateVirtualDatacenter(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.appslibrary.VirtualMachineTemplateDto> |
VirtualMachineTemplateAsyncApi.updateVirtualMachineTemplate(com.abiquo.server.core.appslibrary.VirtualMachineTemplateDto template) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PersistentVMRole> |
RoleAsyncApi.getRole(String serviceName,
String deploymentName,
String roleName) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualDCAsyncApi.addAddressRange(String pipFrom,
String pipTo) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualSystemAsyncApi.allocatePublicIP(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
PublicIPAddressAsyncApi.attach(String systemId,
String ip) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.attachDisk(String serverId,
String diskId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.backup(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdditionalDiskAsyncApi.backup(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualDCAsyncApi.createAddressPool(String pipFrom,
String pipTo) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualSystemAsyncApi.createBuiltinServer(String name,
String networkId) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualSystemAsyncApi.createDisk(String id,
String name,
int size) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualSystemAsyncApi.createServer(String name,
String type,
String diskImageId,
String networkId) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualDCAsyncApi.createVirtualSystem(String descriptorId,
String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualDCAsyncApi.deleteAddressRange(String pipFrom,
String pipTo) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SystemTemplateAsyncApi.deregister(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
DiskImageAsyncApi.deregister(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SystemTemplateAsyncApi.deregisterPrivateTemplate(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualSystemAsyncApi.destroy(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.destroy(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.destroy(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdditionalDiskAsyncApi.destroy(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.destroyBackup(String id,
String backupId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdditionalDiskAsyncApi.destroyBackup(String sysId,
String backupId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
PublicIPAddressAsyncApi.detach(String systemId,
String ip) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdditionalDiskAsyncApi.detach(String diskId,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
PublicIPAddressAsyncApi.free(String systemId,
String ip) |
com.google.common.util.concurrent.ListenableFuture<VSystem> |
VirtualSystemAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<VServer> |
VirtualServerAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<VSystemDescriptor> |
SystemTemplateAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<PublicIP> |
PublicIPAddressAsyncApi.get(String ip) |
com.google.common.util.concurrent.ListenableFuture<DiskImage> |
DiskImageAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<BuiltinServer> |
BuiltinServerAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<VDisk> |
AdditionalDiskAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<AddressRange>> |
VirtualDCAsyncApi.getAddressRange() |
com.google.common.util.concurrent.ListenableFuture<BuiltinServer> |
BuiltinServerAsyncApi.getConfiguration(String id,
BuiltinServerConfiguration configuration) |
com.google.common.util.concurrent.ListenableFuture<VSystemWithDetails> |
VirtualSystemAsyncApi.getDetails(String id) |
com.google.common.util.concurrent.ListenableFuture<VServerWithDetails> |
VirtualServerAsyncApi.getDetails(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<EventLog>> |
VirtualDCAsyncApi.getEventLogs() |
com.google.common.util.concurrent.ListenableFuture<Set<EventLog>> |
VirtualDCAsyncApi.getEventLogs(boolean all) |
com.google.common.util.concurrent.ListenableFuture<Set<Information>> |
VirtualDCAsyncApi.getInformation() |
com.google.common.util.concurrent.ListenableFuture<Set<Information>> |
VirtualDCAsyncApi.getInformation(boolean all) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualServerAsyncApi.getInitialPassword(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<Rule>> |
FirewallAsyncApi.getNATConfiguration(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<PerformanceInfo>> |
VirtualServerAsyncApi.getPerformanceInformation(String id,
String interval) |
com.google.common.util.concurrent.ListenableFuture<Set<PerformanceInfo>> |
VirtualServerAsyncApi.getPerformanceInformation(String id,
String dataType,
String interval) |
com.google.common.util.concurrent.ListenableFuture<VSystemStatus> |
VirtualSystemAsyncApi.getStatus(String id) |
com.google.common.util.concurrent.ListenableFuture<VServerStatus> |
VirtualServerAsyncApi.getStatus(String id) |
com.google.common.util.concurrent.ListenableFuture<PublicIPStatus> |
PublicIPAddressAsyncApi.getStatus(String ip) |
com.google.common.util.concurrent.ListenableFuture<BuiltinServerStatus> |
BuiltinServerAsyncApi.getStatus(String id) |
com.google.common.util.concurrent.ListenableFuture<VDiskStatus> |
AdditionalDiskAsyncApi.getStatus(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<UsageInfo>> |
VirtualDCAsyncApi.getSystemUsage() |
com.google.common.util.concurrent.ListenableFuture<Set<UsageInfo>> |
VirtualDCAsyncApi.getSystemUsage(String systemIds) |
com.google.common.util.concurrent.ListenableFuture<Set<BuiltinServerBackup>> |
BuiltinServerAsyncApi.listBackups(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<BuiltinServer>> |
VirtualSystemAsyncApi.listBuiltinServers(String id,
String type) |
com.google.common.util.concurrent.ListenableFuture<Set<DiskImage>> |
VirtualDCAsyncApi.listDiskImages() |
com.google.common.util.concurrent.ListenableFuture<Set<DiskImage>> |
VirtualDCAsyncApi.listDiskImages(String serverCategory,
String vsysDescriptorId) |
com.google.common.util.concurrent.ListenableFuture<Set<VDisk>> |
VirtualSystemAsyncApi.listDisks(String id) |
com.google.common.util.concurrent.ListenableFuture<Map<PublicIP,String>> |
VirtualDCAsyncApi.listPublicIPs() |
com.google.common.util.concurrent.ListenableFuture<Set<PublicIP>> |
VirtualSystemAsyncApi.listPublicIPs(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<VServer>> |
VirtualSystemAsyncApi.listServers(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<ServerType>> |
VirtualDCAsyncApi.listServerTypes() |
com.google.common.util.concurrent.ListenableFuture<Set<VSystem>> |
VirtualDCAsyncApi.listVirtualSystems() |
com.google.common.util.concurrent.ListenableFuture<Set<VSystemDescriptor>> |
VirtualDCAsyncApi.listVSYSDescriptor() |
com.google.common.util.concurrent.ListenableFuture<Set<VSystemDescriptor>> |
VirtualDCAsyncApi.listVSYSDescriptor(String keyword,
int estimateFrom,
int estimateTo) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.registerAsPrivateDiskImage(String xml) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualSystemAsyncApi.registerAsPrivateVSYSDescriptor(String id,
String vsysDescriptorXMLFilePath) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.restore(String id,
String backupId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdditionalDiskAsyncApi.restore(String systemId,
String backupId) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualSystemAsyncApi.standByConsole(String id,
String networkId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.start(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.start(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.stop(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.stop(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.stopForcefully(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualSystemAsyncApi.update(String id,
String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.update(String id,
String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.update(String id,
String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SystemTemplateAsyncApi.update(String id,
String localeId,
String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<Void> |
DiskImageAsyncApi.update(String diskImageId,
String localeId,
String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualSystemAsyncApi.updateConfiguration(String id,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DataCentersList> |
AccountAsyncApi.getDataCentersWithLimits(String orgId) |
com.google.common.util.concurrent.ListenableFuture<DeployedServersList> |
ServerAsyncApi.getDeployedServers(String orgId) |
com.google.common.util.concurrent.ListenableFuture<Account> |
AccountAsyncApi.getMyAccount() |
com.google.common.util.concurrent.ListenableFuture<PendingDeployServersList> |
ServerAsyncApi.getPendingDeployServers(String orgId) |
com.google.common.util.concurrent.ListenableFuture<ServerImagesList> |
ServerImageAsyncApi.getServerImages() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Media> |
MediaAsyncApi.add(URI updateHref,
Media media) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncApi.addItem(String catalogUrn,
CatalogItem catalogItem) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncApi.addItem(URI catalogHref,
CatalogItem catalogItem) |
com.google.common.util.concurrent.ListenableFuture<Media> |
VdcAsyncApi.addMedia(String vdcUrn,
Media media) |
com.google.common.util.concurrent.ListenableFuture<Media> |
VdcAsyncApi.addMedia(URI vdcHref,
Media media) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VmAsyncApi.answerQuestion(String vmUrn,
VmQuestionAnswer answer) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VmAsyncApi.answerQuestion(URI vmHref,
VmQuestionAnswer answer) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TaskAsyncApi.cancel(String taskUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TaskAsyncApi.cancel(URI taskURI) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VdcAsyncApi.captureVApp(String vdcUrn,
CaptureVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VdcAsyncApi.captureVApp(URI vdcHref,
CaptureVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> |
QueryAsyncApi.catalogReferencesQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> |
QueryAsyncApi.catalogReferencesQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> |
QueryAsyncApi.catalogReferencesQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.catalogsQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.catalogsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.catalogsQueryAll()
Retrieves a list of
Catalog s by using REST API general QueryHandler. |
com.google.common.util.concurrent.ListenableFuture<Media> |
MediaAsyncApi.clone(String mediaUrn,
CloneMediaParams params) |
com.google.common.util.concurrent.ListenableFuture<Media> |
MediaAsyncApi.clone(URI mediaHref,
CloneMediaParams params) |
com.google.common.util.concurrent.ListenableFuture<Media> |
VdcAsyncApi.cloneMedia(String vdcUrn,
CloneMediaParams params) |
com.google.common.util.concurrent.ListenableFuture<Media> |
VdcAsyncApi.cloneMedia(URI vdcHref,
CloneMediaParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.cloneVApp(String vdcUrn,
CloneVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.cloneVApp(URI vdcHref,
CloneVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VdcAsyncApi.cloneVAppTemplate(String vdcUrn,
CloneVAppTemplateParams params) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VdcAsyncApi.cloneVAppTemplate(URI vdcHref,
CloneVAppTemplateParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.composeVApp(String vdcUrn,
ComposeVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.composeVApp(URI vdcHref,
ComposeVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.consolidate(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.consolidate(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.deploy(String vmUrn,
DeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.deploy(String vAppUrn,
DeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.deploy(URI vmHref,
DeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.deploy(URI vAppHref,
DeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppTemplateAsyncApi.disableDownload(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppTemplateAsyncApi.disableDownload(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.discardSuspendedState(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.discardSuspendedState(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.discardSuspendedState(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.discardSuspendedState(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MediaAsyncApi.edit(String mediaUrn,
Media media) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.edit(String vAppUrn,
VApp vApp) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.edit(String templateUrn,
VAppTemplate template) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.edit(String vmUrn,
Vm vApp) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MediaAsyncApi.edit(URI mediaHref,
Media media) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.edit(URI vAppHref,
VApp vApp) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.edit(URI templateHref,
VAppTemplate template) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.edit(URI vmHref,
Vm vApp) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
VAppAsyncApi.editControlAccess(String vAppUrn,
ControlAccessParams params) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
VAppAsyncApi.editControlAccess(URI vAppHref,
ControlAccessParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editGuestCustomizationSection(String vmUrn,
GuestCustomizationSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editGuestCustomizationSection(URI vmHref,
GuestCustomizationSection section) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncApi.editItem(String catalogItemUrn,
CatalogItem catalogItem) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncApi.editItem(URI catalogItemHref,
CatalogItem catalogItem) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.editLeaseSettingsSection(String templateUrn,
LeaseSettingsSection settingsSection) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editLeaseSettingsSection(String vAppUrn,
LeaseSettingsSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.editLeaseSettingsSection(URI templateHref,
LeaseSettingsSection settingsSection) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editLeaseSettingsSection(URI vAppHref,
LeaseSettingsSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editNetworkConfigSection(String vAppUrn,
NetworkConfigSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editNetworkConfigSection(URI vAppHref,
NetworkConfigSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editNetworkConnectionSection(String vmUrn,
NetworkConnectionSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editNetworkConnectionSection(URI vmHref,
NetworkConnectionSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editOperatingSystemSection(String vmUrn,
OperatingSystemSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editOperatingSystemSection(URI vmHref,
OperatingSystemSection section) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppAsyncApi.editOwner(String vAppUrn,
Owner owner) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppAsyncApi.editOwner(URI vAppHref,
Owner owner) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editProductSections(String vmUrn,
ProductSectionList sectionList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.editProductSections(String templateUrn,
ProductSectionList sections) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editProductSections(String vAppUrn,
ProductSectionList sectionList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editProductSections(URI vmHref,
ProductSectionList sectionList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.editProductSections(URI templateHref,
ProductSectionList sections) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editProductSections(URI vAppHref,
ProductSectionList sectionList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editStartupSection(String vAppUrn,
StartupSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editStartupSection(URI vAppHref,
StartupSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSection(String vmUrn,
VirtualHardwareSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSection(URI vmHref,
VirtualHardwareSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionCpu(String vmUrn,
RasdItem rasd) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionCpu(URI vmHref,
RasdItem rasd) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionDisks(String vmUrn,
RasdItemsList rasdItemsList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionDisks(URI vmHref,
RasdItemsList rasdItemsList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionMemory(String vmUrn,
RasdItem rasd) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionMemory(URI vmHref,
RasdItem rasd) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionNetworkCards(String vmUrn,
RasdItemsList rasdItemsList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionNetworkCards(URI vmHref,
RasdItemsList rasdItemsList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionSerialPorts(String vmUrn,
RasdItemsList rasdItemsList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionSerialPorts(URI vmHref,
RasdItemsList rasdItemsList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.ejectMedia(String vmUrn,
MediaInsertOrEjectParams mediaParams) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.ejectMedia(URI vmHref,
MediaInsertOrEjectParams mediaParams) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.enableDownload(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.enableDownload(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppAsyncApi.enterMaintenanceMode(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppAsyncApi.enterMaintenanceMode(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppAsyncApi.exitMaintenanceMode(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppAsyncApi.exitMaintenanceMode(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Metadata> |
MetadataAsyncApi.Readable.get() |
com.google.common.util.concurrent.ListenableFuture<Vm> |
VmAsyncApi.get(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Vdc> |
VdcAsyncApi.get(String vdcUrn) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncApi.get(String reference) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncApi.get(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
TaskAsyncApi.get(String taskUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
OrgAsyncApi.get(String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
NetworkAsyncApi.get(String networkUrn) |
com.google.common.util.concurrent.ListenableFuture<Media> |
MediaAsyncApi.get(String mediaUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
CatalogAsyncApi.get(String catalogUrn) |
com.google.common.util.concurrent.ListenableFuture<Vm> |
VmAsyncApi.get(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<? extends Vdc> |
VdcAsyncApi.get(URI vdcHref) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncApi.get(URI reference) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncApi.get(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
TaskAsyncApi.get(URI taskURI) |
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
OrgAsyncApi.get(URI orgHref) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
NetworkAsyncApi.get(URI networkHref) |
com.google.common.util.concurrent.ListenableFuture<Media> |
MediaAsyncApi.get(URI mediaHref) |
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
CatalogAsyncApi.get(URI catalogHref) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
VAppAsyncApi.getAccessControl(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
VAppAsyncApi.getAccessControl(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<CustomizationSection> |
VAppTemplateAsyncApi.getCustomizationSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<CustomizationSection> |
VAppTemplateAsyncApi.getCustomizationSection(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<GuestCustomizationSection> |
VmAsyncApi.getGuestCustomizationSection(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<GuestCustomizationSection> |
VmAsyncApi.getGuestCustomizationSection(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncApi.getItem(String catalogItemUrn) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncApi.getItem(URI catalogItemHref) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
VAppTemplateAsyncApi.getLeaseSettingsSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
VAppAsyncApi.getLeaseSettingsSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
VAppTemplateAsyncApi.getLeaseSettingsSection(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
VAppAsyncApi.getLeaseSettingsSection(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
VAppTemplateAsyncApi.getNetworkConfigSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
VAppAsyncApi.getNetworkConfigSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
VAppTemplateAsyncApi.getNetworkConfigSection(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
VAppAsyncApi.getNetworkConfigSection(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> |
VmAsyncApi.getNetworkConnectionSection(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> |
VmAsyncApi.getNetworkConnectionSection(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
VAppTemplateAsyncApi.getNetworkSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
VAppAsyncApi.getNetworkSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
VAppTemplateAsyncApi.getNetworkSection(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
VAppAsyncApi.getNetworkSection(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<OperatingSystemSection> |
VmAsyncApi.getOperatingSystemSection(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<OperatingSystemSection> |
VmAsyncApi.getOperatingSystemSection(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Envelope> |
VAppTemplateAsyncApi.getOvf(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<Envelope> |
VAppTemplateAsyncApi.getOvf(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
VAppTemplateAsyncApi.getOwner(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
VAppAsyncApi.getOwner(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
MediaAsyncApi.getOwner(String mediaUrn) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
VAppTemplateAsyncApi.getOwner(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
VAppAsyncApi.getOwner(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
MediaAsyncApi.getOwner(URI mediaHref) |
com.google.common.util.concurrent.ListenableFuture<VmPendingQuestion> |
VmAsyncApi.getPendingQuestion(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<VmPendingQuestion> |
VmAsyncApi.getPendingQuestion(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
VmAsyncApi.getProductSections(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
VAppTemplateAsyncApi.getProductSections(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
VAppAsyncApi.getProductSections(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
VmAsyncApi.getProductSections(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
VAppTemplateAsyncApi.getProductSections(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
VAppAsyncApi.getProductSections(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<RuntimeInfoSection> |
VmAsyncApi.getRuntimeInfoSection(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RuntimeInfoSection> |
VmAsyncApi.getRuntimeInfoSection(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<ScreenTicket> |
VmAsyncApi.getScreenTicket(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<ScreenTicket> |
VmAsyncApi.getScreenTicket(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<References> |
VAppTemplateAsyncApi.getShadowVms(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<References> |
VAppTemplateAsyncApi.getShadowVms(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<StartupSection> |
VAppAsyncApi.getStartupSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<StartupSection> |
VAppAsyncApi.getStartupSection(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<TasksList> |
TaskAsyncApi.getTasksList(URI tasksListHref) |
com.google.common.util.concurrent.ListenableFuture<VirtualHardwareSection> |
VmAsyncApi.getVirtualHardwareSection(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<VirtualHardwareSection> |
VmAsyncApi.getVirtualHardwareSection(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<RasdItem> |
VmAsyncApi.getVirtualHardwareSectionCpu(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RasdItem> |
VmAsyncApi.getVirtualHardwareSectionCpu(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionDisks(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionDisks(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionMedia(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionMedia(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<RasdItem> |
VmAsyncApi.getVirtualHardwareSectionMemory(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RasdItem> |
VmAsyncApi.getVirtualHardwareSectionMemory(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionNetworkCards(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionNetworkCards(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionSerialPorts(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionSerialPorts(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.insertMedia(String vmUrn,
MediaInsertOrEjectParams mediaParams) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.insertMedia(URI vmHref,
MediaInsertOrEjectParams mediaParams) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.installVMwareTools(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.installVMwareTools(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.instantiateVApp(String vdcUrn,
InstantiateVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.instantiateVApp(URI vdcHref,
InstantiateVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<OrgList> |
OrgAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.mediaListQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.mediaListQueryAll() |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.powerOff(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.powerOff(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.powerOff(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.powerOff(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.powerOn(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.powerOn(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.powerOn(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.powerOn(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MetadataAsyncApi.Writeable.put(String key,
String metadataValue) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MetadataAsyncApi.Writeable.putAll(Map<String,String> metadata) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.query(Integer page,
Integer pageSize,
String format,
String type,
String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.query(String type,
String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.queryAll(String type) |
com.google.common.util.concurrent.ListenableFuture<QueryList> |
QueryAsyncApi.queryList()
REST API General queries handler.
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.reboot(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.reboot(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.reboot(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.reboot(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.recompose(String vAppUrn,
RecomposeVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.recompose(URI vAppHref,
RecomposeVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.relocate(String vmUrn,
RelocateParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.relocate(URI vmHref,
RelocateParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.remove(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.remove(String templateUri) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.remove(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MetadataAsyncApi.Writeable.remove(String key) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MediaAsyncApi.remove(String mediaUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.remove(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.remove(URI templateUri) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.remove(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MediaAsyncApi.remove(URI mediaHref) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CatalogAsyncApi.removeItem(String catalogItemUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CatalogAsyncApi.removeItem(URI catalogItemHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.reset(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.reset(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.reset(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.reset(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.shutdown(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.shutdown(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.shutdown(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.shutdown(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.suspend(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.suspend(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.suspend(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.suspend(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.undeploy(String vmUrn,
UndeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.undeploy(String vAppUrn,
UndeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.undeploy(URI vmHref,
UndeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.undeploy(URI vAppHref,
UndeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.upgradeHardwareVersion(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.upgradeHardwareVersion(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VdcAsyncApi.uploadVAppTemplate(String vdcUrn,
UploadVAppTemplateParams params) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VdcAsyncApi.uploadVAppTemplate(URI vdcHref,
UploadVAppTemplateParams params) |
com.google.common.util.concurrent.ListenableFuture<VAppReferences> |
QueryAsyncApi.vAppReferencesQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<VAppReferences> |
QueryAsyncApi.vAppReferencesQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<VAppReferences> |
QueryAsyncApi.vAppReferencesQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vAppsQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vAppsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vAppsQueryAll()
Retrieves a list of
VApp s by using REST API general QueryHandler. |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vAppTemplatesQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vAppTemplatesQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vmsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vmsQueryAll() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AdminCatalog> |
AdminCatalogAsyncApi.addCatalogToOrg(AdminCatalog catalog,
String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<AdminCatalog> |
AdminCatalogAsyncApi.addCatalogToOrg(AdminCatalog catalog,
URI orgHref) |
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.addGroupToOrg(Group group,
String adminUrn) |
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.addGroupToOrg(Group group,
URI adminUrn) |
com.google.common.util.concurrent.ListenableFuture<User> |
UserAsyncApi.addUserToOrg(User user,
String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<User> |
UserAsyncApi.addUserToOrg(User user,
URI orgAdminHref) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdminVdcAsyncApi.disable(String vdcUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdminVdcAsyncApi.disable(URI vdcAdminHref) |
com.google.common.util.concurrent.ListenableFuture<AdminCatalog> |
AdminCatalogAsyncApi.edit(String catalogUrn,
AdminCatalog catalog) |
com.google.common.util.concurrent.ListenableFuture<Task> |
AdminVdcAsyncApi.edit(String vdcUrn,
AdminVdc vdc) |
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.edit(String groupUrn,
Group group) |
com.google.common.util.concurrent.ListenableFuture<Task> |
AdminNetworkAsyncApi.edit(String networkUrn,
OrgNetwork network) |
com.google.common.util.concurrent.ListenableFuture<User> |
UserAsyncApi.edit(String userUrn,
User user) |
com.google.common.util.concurrent.ListenableFuture<AdminCatalog> |
AdminCatalogAsyncApi.edit(URI catalogAdminHref,
AdminCatalog catalog) |
com.google.common.util.concurrent.ListenableFuture<Task> |
AdminVdcAsyncApi.edit(URI vdcAdminHref,
AdminVdc vdc) |
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.edit(URI groupUrn,
Group group) |
com.google.common.util.concurrent.ListenableFuture<Task> |
AdminNetworkAsyncApi.edit(URI networkAdminHref,
OrgNetwork network) |
com.google.common.util.concurrent.ListenableFuture<User> |
UserAsyncApi.edit(URI userHref,
User user) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
AdminCatalogAsyncApi.editAccessControl(String catalogUrn,
ControlAccessParams params) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
AdminCatalogAsyncApi.editAccessControl(URI catalogAdminHref,
ControlAccessParams params) |
com.google.common.util.concurrent.ListenableFuture<OrgEmailSettings> |
AdminOrgAsyncApi.editEmailSettings(String orgUrn,
OrgEmailSettings settings) |
com.google.common.util.concurrent.ListenableFuture<OrgEmailSettings> |
AdminOrgAsyncApi.editEmailSettings(URI adminOrgHref,
OrgEmailSettings settings) |
com.google.common.util.concurrent.ListenableFuture<OrgGeneralSettings> |
AdminOrgAsyncApi.editGeneralSettings(String orgUrn,
OrgGeneralSettings settings) |
com.google.common.util.concurrent.ListenableFuture<OrgGeneralSettings> |
AdminOrgAsyncApi.editGeneralSettings(URI adminOrgHref,
OrgGeneralSettings settings) |
com.google.common.util.concurrent.ListenableFuture<OrgPasswordPolicySettings> |
AdminOrgAsyncApi.editPasswordPolicy(String orgUrn,
OrgPasswordPolicySettings settings) |
com.google.common.util.concurrent.ListenableFuture<OrgPasswordPolicySettings> |
AdminOrgAsyncApi.editPasswordPolicy(URI adminOrgHref,
OrgPasswordPolicySettings settings) |
com.google.common.util.concurrent.ListenableFuture<OrgSettings> |
AdminOrgAsyncApi.editSettings(String orgUrn,
OrgSettings settings) |
com.google.common.util.concurrent.ListenableFuture<OrgSettings> |
AdminOrgAsyncApi.editSettings(URI adminOrgHref,
OrgSettings settings) |
com.google.common.util.concurrent.ListenableFuture<OrgLeaseSettings> |
AdminOrgAsyncApi.editVAppLeaseSettings(String orgUrn,
OrgLeaseSettings settings) |
com.google.common.util.concurrent.ListenableFuture<OrgLeaseSettings> |
AdminOrgAsyncApi.editVAppLeaseSettings(URI adminOrgHref,
OrgLeaseSettings settings) |
com.google.common.util.concurrent.ListenableFuture<OrgVAppTemplateLeaseSettings> |
AdminOrgAsyncApi.editVAppTemplateLeaseSettings(String orgUrn,
OrgVAppTemplateLeaseSettings settings) |
com.google.common.util.concurrent.ListenableFuture<OrgVAppTemplateLeaseSettings> |
AdminOrgAsyncApi.editVAppTemplateLeaseSettings(URI adminOrgHref,
OrgVAppTemplateLeaseSettings settings) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdminVdcAsyncApi.enable(String vdcUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdminVdcAsyncApi.enable(URI vdcAdminHref) |
com.google.common.util.concurrent.ListenableFuture<User> |
UserAsyncApi.get(String userUrn) |
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.get(String groupUri) |
com.google.common.util.concurrent.ListenableFuture<AdminVdc> |
AdminVdcAsyncApi.get(String vdcUrn) |
com.google.common.util.concurrent.ListenableFuture<AdminOrg> |
AdminOrgAsyncApi.get(String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
AdminNetworkAsyncApi.get(String networkUrn) |
com.google.common.util.concurrent.ListenableFuture<AdminCatalog> |
AdminCatalogAsyncApi.get(String catalogUrn) |
com.google.common.util.concurrent.ListenableFuture<User> |
UserAsyncApi.get(URI userHref) |
com.google.common.util.concurrent.ListenableFuture<Group> |
GroupAsyncApi.get(URI groupUri) |
com.google.common.util.concurrent.ListenableFuture<AdminVdc> |
AdminVdcAsyncApi.get(URI vdcAdminHref) |
com.google.common.util.concurrent.ListenableFuture<AdminOrg> |
AdminOrgAsyncApi.get(URI adminOrgHref) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
AdminNetworkAsyncApi.get(URI networkAdminHref) |
com.google.common.util.concurrent.ListenableFuture<AdminCatalog> |
AdminCatalogAsyncApi.get(URI orgHref) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
AdminCatalogAsyncApi.getAccessControl(String catalogUrn) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
AdminCatalogAsyncApi.getAccessControl(URI catalogAdminHref) |
com.google.common.util.concurrent.ListenableFuture<OrgEmailSettings> |
AdminOrgAsyncApi.getEmailSettings(String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<OrgEmailSettings> |
AdminOrgAsyncApi.getEmailSettings(URI adminOrgHref) |
com.google.common.util.concurrent.ListenableFuture<OrgGeneralSettings> |
AdminOrgAsyncApi.getGeneralSettings(String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<OrgGeneralSettings> |
AdminOrgAsyncApi.getGeneralSettings(URI adminOrgHref) |
com.google.common.util.concurrent.ListenableFuture<OrgLdapSettings> |
AdminOrgAsyncApi.getLdapSettings(String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<OrgLdapSettings> |
AdminOrgAsyncApi.getLdapSettings(URI adminOrgHref) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
AdminCatalogAsyncApi.getOwner(String catalogUrn) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
AdminCatalogAsyncApi.getOwner(URI catalogAdminHref) |
com.google.common.util.concurrent.ListenableFuture<OrgPasswordPolicySettings> |
AdminOrgAsyncApi.getPasswordPolicy(String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<OrgPasswordPolicySettings> |
AdminOrgAsyncApi.getPasswordPolicy(URI adminOrgHref) |
com.google.common.util.concurrent.ListenableFuture<OrgSettings> |
AdminOrgAsyncApi.getSettings(String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<OrgSettings> |
AdminOrgAsyncApi.getSettings(URI adminOrgHref) |
com.google.common.util.concurrent.ListenableFuture<OrgLeaseSettings> |
AdminOrgAsyncApi.getVAppLeaseSettings(String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<OrgLeaseSettings> |
AdminOrgAsyncApi.getVAppLeaseSettings(URI adminOrgHref) |
com.google.common.util.concurrent.ListenableFuture<OrgVAppTemplateLeaseSettings> |
AdminOrgAsyncApi.getVAppTemplateLeaseSettings(String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<OrgVAppTemplateLeaseSettings> |
AdminOrgAsyncApi.getVAppTemplateLeaseSettings(URI adminOrgHref) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.groupsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.groupsQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.orgsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.orgsQueryAll() |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdminCatalogAsyncApi.publish(String catalogUrn,
PublishCatalogParams params) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdminCatalogAsyncApi.publish(URI catalogAdminHref,
PublishCatalogParams params) |
com.google.common.util.concurrent.ListenableFuture<Void> |
UserAsyncApi.remove(String userUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GroupAsyncApi.remove(String groupUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
AdminVdcAsyncApi.remove(String vdcUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdminCatalogAsyncApi.remove(String catalogUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
UserAsyncApi.remove(URI userHref) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GroupAsyncApi.remove(URI groupUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
AdminVdcAsyncApi.remove(URI vdcAdminHref) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdminCatalogAsyncApi.remove(URI catalogAdminHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
AdminNetworkAsyncApi.reset(String networkUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
AdminNetworkAsyncApi.reset(URI networkAdminHref) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.rightsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.rightsQueryAll() |
com.google.common.util.concurrent.ListenableFuture<RoleReferences> |
AdminQueryAsyncApi.roleReferencesQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.rolesQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.rolesQueryAll() |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdminCatalogAsyncApi.setOwner(String catalogUrn,
Owner newOwner) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdminCatalogAsyncApi.setOwner(URI catalogAdminHref,
Owner newOwner) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.strandedUsersQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.strandedUsersQueryAll() |
com.google.common.util.concurrent.ListenableFuture<Void> |
UserAsyncApi.unlock(String userUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
UserAsyncApi.unlock(URI userHref) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.usersQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.usersQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.vdcsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
AdminQueryAsyncApi.vdcsQueryAll() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Session> |
SessionAsyncApi.getSessionWithToken(URI session,
String authenticationToken) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SessionAsyncApi.logoutSessionWithToken(URI session,
String authenticationToken) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Entity> |
VCloudDirectorAsyncApi.resolveEntity(String id) |
Copyright © 2009-2013 jclouds. All Rights Reserved.