Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
AtmosAsyncClient.createDirectory(String directoryName,
PutOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AtmosAsyncClient.deletePath(String path) |
com.google.common.util.concurrent.ListenableFuture<SystemMetadata> |
AtmosAsyncClient.getSystemMetadata(String path) |
com.google.common.util.concurrent.ListenableFuture<UserMetadata> |
AtmosAsyncClient.getUserMetadata(String path) |
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
AtmosAsyncClient.headFile(String path) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AtmosAsyncClient.isPublic(String path) |
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectory(String directoryName,
ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AtmosAsyncClient.pathExists(String path) |
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
AtmosAsyncClient.readFile(String path,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AtmosAsyncClient.updateFile(String parent,
AtmosObject object,
PutOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
SpotInstanceAsyncClient.cancelSpotInstanceRequestsInRegion(String region,
String... requestIds) |
com.google.common.util.concurrent.ListenableFuture<Void> |
PlacementGroupAsyncClient.deletePlacementGroupInRegion(String region,
String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSSecurityGroupAsyncClient.deleteSecurityGroupInRegionById(String region,
String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TagAsyncClient.deleteTagsInRegion(String region,
Iterable<String> resourceIds,
Map<String,String> tags) |
com.google.common.util.concurrent.ListenableFuture<Set<? extends Reservation<? extends AWSRunningInstance>>> |
AWSInstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<PlacementGroup>> |
PlacementGroupAsyncClient.describePlacementGroupsInRegion(String region,
String... placementGroupIds) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
AWSSecurityGroupAsyncClient.describeSecurityGroupsInRegionById(String region,
String... securityGroupNames) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> |
SpotInstanceAsyncClient.describeSpotInstanceRequestsInRegion(String region,
String... requestIds) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Spot>> |
SpotInstanceAsyncClient.describeSpotPriceHistoryInRegion(String region,
DescribeSpotPriceHistoryOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Tag>> |
TagAsyncClient.describeTagsInRegion(String region,
Map<TagFilters.FilterName,Iterable<?>> filters) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSS3AsyncClient.abortMultipartUpload(String bucketName,
String key,
String uploadId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureBlobAsyncClient.blobExists(String container,
String name) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureBlobAsyncClient.containerExists(String container) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureBlobAsyncClient.createContainer(String container,
CreateContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureBlobAsyncClient.createRootContainer(CreateContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AzureBlobAsyncClient.deleteBlob(String container,
String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AzureBlobAsyncClient.deleteContainer(String container) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AzureBlobAsyncClient.deleteRootContainer() |
com.google.common.util.concurrent.ListenableFuture<AzureBlob> |
AzureBlobAsyncClient.getBlob(String container,
String name,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<BlobProperties> |
AzureBlobAsyncClient.getBlobProperties(String container,
String name) |
com.google.common.util.concurrent.ListenableFuture<ContainerProperties> |
AzureBlobAsyncClient.getContainerProperties(String container) |
byte[] |
AzureBlobUtil.getMD5(URI container,
String key) |
com.google.common.util.concurrent.ListenableFuture<PublicAccess> |
AzureBlobAsyncClient.getPublicAccessForContainer(String container) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ContainerCDNMetadata> |
CloudFilesAsyncClient.getCDNMetadata(String container) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
LoadBalancerAsyncClient.createLoadBalancer(LoadBalancerRequest lb) |
com.google.common.util.concurrent.ListenableFuture<Set<Node>> |
NodeAsyncClient.createNodesInLoadBalancer(Set<NodeRequest> nodes,
int lbid) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
LoadBalancerAsyncClient.getLoadBalancer(int id) |
com.google.common.util.concurrent.ListenableFuture<Node> |
NodeAsyncClient.getNodeInLoadBalancer(int nid,
int lbid) |
com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> |
LoadBalancerAsyncClient.listLoadBalancers() |
com.google.common.util.concurrent.ListenableFuture<Set<Node>> |
NodeAsyncClient.listNodes(int lbid) |
com.google.common.util.concurrent.ListenableFuture<Void> |
LoadBalancerAsyncClient.removeLoadBalancer(int id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NodeAsyncClient.removeNodeFromLoadBalancer(int nid,
int lbid) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NodeAsyncClient.removeNodesFromLoadBalancer(Set<Integer> nids,
int lbid) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudServersAsyncClient.deleteBackupSchedule(int serverId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudServersAsyncClient.deleteImage(int id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudServersAsyncClient.deleteServer(int id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudServersAsyncClient.deleteSharedIpGroup(int id) |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
CloudServersAsyncClient.getFlavor(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
CloudServersAsyncClient.getImage(int id) |
com.google.common.util.concurrent.ListenableFuture<Limits> |
CloudServersAsyncClient.getLimits() |
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.getServer(int id) |
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
CloudServersAsyncClient.getSharedIpGroup(int id) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
CloudServersAsyncClient.listFlavors(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
CloudServersAsyncClient.listImages(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
CloudServersAsyncClient.listPrivateAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
CloudServersAsyncClient.listPublicAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
CloudServersAsyncClient.listServers(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SharedIpGroup>> |
CloudServersAsyncClient.listSharedIpGroups(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.replaceBackupSchedule(int id,
BackupSchedule backupSchedule) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.unshareIp(String addressToShare,
int serverToTosignBindressTo) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.createDrive(Drive createDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.createServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<StaticIPInfo> |
CloudSigmaAsyncClient.createStaticIP() |
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.createVLAN(String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudSigmaAsyncClient.destroyDrive(String uuid) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudSigmaAsyncClient.destroyServer(String uuid) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudSigmaAsyncClient.destroyStaticIP(String uuid) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudSigmaAsyncClient.destroyVLAN(String uuid) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.getDriveInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<ProfileInfo> |
CloudSigmaAsyncClient.getProfileInfo() |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.getServerInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<StaticIPInfo> |
CloudSigmaAsyncClient.getStaticIPInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.getVLANInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.setServerConfiguration(String uuid,
Server setServer) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
LoadBalancerAsyncClient.assignVirtualMachinesToLoadBalancerRule(String id,
Iterable<String> virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<String> |
LoadBalancerAsyncClient.assignVirtualMachinesToLoadBalancerRule(String id,
String... virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<Account> |
GlobalAccountAsyncClient.createAccount(String userName,
Account.Type accountType,
String email,
String firstName,
String lastName,
String hashedPassword,
CreateAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<DiskOffering> |
GlobalOfferingAsyncClient.createDiskOffering(String name,
String displayText,
CreateDiskOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
GlobalDomainAsyncClient.createDomain(String name,
CreateDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.createPod(String name,
String zoneId,
String startIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
Creates a new Pod.
|
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.createPod(String name,
String zoneId,
String startIp,
String endIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
Creates a new Pod.
|
com.google.common.util.concurrent.ListenableFuture<ServiceOffering> |
GlobalOfferingAsyncClient.createServiceOffering(String name,
String displayText,
int cpuNumber,
int cpuSpeedInMHz,
int memoryInMB,
CreateServiceOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<User> |
GlobalUserAsyncClient.createUser(String userName,
String accountName,
String email,
String hashedPassword,
String firstName,
String lastName,
CreateUserOptions... options) |
com.google.common.util.concurrent.ListenableFuture<VlanIPRange> |
GlobalVlanAsyncClient.createVlanIPRange(String startIP,
String endIP,
CreateVlanIPRangeOptions... options)
Creates a VLAN IP range.
|
com.google.common.util.concurrent.ListenableFuture<Zone> |
GlobalZoneAsyncClient.createZone(String name,
NetworkType networkType,
String externalDns1,
String internalDns1,
CreateZoneOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalAccountAsyncClient.deleteAccount(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalOfferingAsyncClient.deleteDiskOffering(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalDomainAsyncClient.deleteDomainAndAttachedResources(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
FirewallAsyncClient.deleteFirewallRule(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VMGroupAsyncClient.deleteInstanceGroup(String id)
Delete a VM group
|
com.google.common.util.concurrent.ListenableFuture<String> |
NATAsyncClient.deleteIPForwardingRule(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
LoadBalancerAsyncClient.deleteLoadBalancerRule(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
NetworkAsyncClient.deleteNetwork(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalDomainAsyncClient.deleteOnlyDomain(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalPodAsyncClient.deletePod(String id)
Deletes a Pod.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
FirewallAsyncClient.deletePortForwardingRule(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.deleteSecurityGroup(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalOfferingAsyncClient.deleteServiceOffering(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SnapshotAsyncClient.deleteSnapshot(String id)
Deletes a snapshot of a disk volume.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SnapshotAsyncClient.deleteSnapshotPolicies(Iterable<String> id)
Deletes snapshot policies for the account.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SnapshotAsyncClient.deleteSnapshotPolicy(String id)
Deletes a snapshot policy for the account.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SSHKeyPairAsyncClient.deleteSSHKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalUserAsyncClient.deleteUser(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalVlanAsyncClient.deleteVlanIPRange(String rangeId)
Deletes a VLAN IP range.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
VolumeAsyncClient.deleteVolume(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalZoneAsyncClient.deleteZone(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.destroyVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
DomainAccountAsyncClient.disableAccount(String accountName,
String domainId,
boolean onlyLock) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
DomainUserAsyncClient.disableUser(String userId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AddressAsyncClient.disassociateIPAddress(String id) |
com.google.common.util.concurrent.ListenableFuture<Account> |
DomainAccountAsyncClient.enableAccount(String accountName,
String domainId) |
com.google.common.util.concurrent.ListenableFuture<User> |
DomainUserAsyncClient.enableUser(String userId) |
com.google.common.util.concurrent.ListenableFuture<Account> |
AccountAsyncClient.getAccount(String id) |
<T> com.google.common.util.concurrent.ListenableFuture<AsyncJob<T>> |
AsyncJobAsyncClient.getAsyncJob(String id) |
com.google.common.util.concurrent.ListenableFuture<DiskOffering> |
OfferingAsyncClient.getDiskOffering(String id) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainDomainAsyncClient.getDomainById(String domainId) |
com.google.common.util.concurrent.ListenableFuture<FirewallRule> |
FirewallAsyncClient.getFirewallRule(String id) |
com.google.common.util.concurrent.ListenableFuture<VMGroup> |
VMGroupAsyncClient.getInstanceGroup(String id) |
com.google.common.util.concurrent.ListenableFuture<IPForwardingRule> |
NATAsyncClient.getIPForwardingRule(String id) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancerRule> |
LoadBalancerAsyncClient.getLoadBalancerRule(String id) |
com.google.common.util.concurrent.ListenableFuture<Network> |
NetworkAsyncClient.getNetwork(String id) |
com.google.common.util.concurrent.ListenableFuture<NetworkOffering> |
OfferingAsyncClient.getNetworkOffering(String id) |
com.google.common.util.concurrent.ListenableFuture<Map.Entry<String,String>> |
GuestOSAsyncClient.getOSCategory(String id) |
com.google.common.util.concurrent.ListenableFuture<OSType> |
GuestOSAsyncClient.getOSType(String id) |
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.getPod(String id) |
com.google.common.util.concurrent.ListenableFuture<PortForwardingRule> |
FirewallAsyncClient.getPortForwardingRule(String id) |
com.google.common.util.concurrent.ListenableFuture<PublicIPAddress> |
AddressAsyncClient.getPublicIPAddress(String id) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncClient.getSecurityGroup(String id) |
com.google.common.util.concurrent.ListenableFuture<ServiceOffering> |
OfferingAsyncClient.getServiceOffering(String id) |
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
SnapshotAsyncClient.getSnapshot(String id)
Gets a snapshot by its ID.
|
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> |
SSHKeyPairAsyncClient.getSSHKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<Template> |
TemplateAsyncClient.getTemplateInZone(String templateId,
String zoneId) |
com.google.common.util.concurrent.ListenableFuture<VirtualMachine> |
VirtualMachineAsyncClient.getVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<VlanIPRange> |
GlobalVlanAsyncClient.getVlanIPRange(String id)
Get the details of an IP range by its id.
|
com.google.common.util.concurrent.ListenableFuture<Volume> |
VolumeAsyncClient.getVolume(String id) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
ZoneAsyncClient.getZone(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<Account>> |
AccountAsyncClient.listAccounts(ListAccountsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Alert>> |
GlobalAlertAsyncClient.listAlerts(ListAlertsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<AsyncJob<?>>> |
AsyncJobAsyncClient.listAsyncJobs(ListAsyncJobsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Capacity>> |
GlobalCapacityAsyncClient.listCapacity(ListCapacityOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Cluster>> |
GlobalHostAsyncClient.listClusters(ListClustersOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<ConfigurationEntry>> |
GlobalConfigurationAsyncClient.listConfigurationEntries(ListConfigurationEntriesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<DiskOffering>> |
OfferingAsyncClient.listDiskOfferings(ListDiskOfferingsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Domain>> |
DomainDomainAsyncClient.listDomainChildren(ListDomainChildrenOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Domain>> |
DomainDomainAsyncClient.listDomains(ListDomainsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Event>> |
EventAsyncClient.listEvents(ListEventsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
EventAsyncClient.listEventTypes() |
com.google.common.util.concurrent.ListenableFuture<Set<FirewallRule>> |
FirewallAsyncClient.listFirewallRules(ListFirewallRulesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Host>> |
GlobalHostAsyncClient.listHosts(ListHostsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
HypervisorAsyncClient.listHypervisors() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
HypervisorAsyncClient.listHypervisorsInZone(String zoneId) |
com.google.common.util.concurrent.ListenableFuture<Set<VMGroup>> |
VMGroupAsyncClient.listInstanceGroups(ListVMGroupsOptions... options)
Lists VM groups
|
com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> |
NATAsyncClient.listIPForwardingRules(ListIPForwardingRulesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancerRule>> |
LoadBalancerAsyncClient.listLoadBalancerRules(ListLoadBalancerRulesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<NetworkOffering>> |
OfferingAsyncClient.listNetworkOfferings(ListNetworkOfferingsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Network>> |
NetworkAsyncClient.listNetworks(ListNetworksOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> |
GuestOSAsyncClient.listOSCategories() |
com.google.common.util.concurrent.ListenableFuture<Set<OSType>> |
GuestOSAsyncClient.listOSTypes(ListOSTypesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Pod>> |
GlobalPodAsyncClient.listPods(ListPodsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<PortForwardingRule>> |
FirewallAsyncClient.listPortForwardingRules(ListPortForwardingRulesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<PublicIPAddress>> |
AddressAsyncClient.listPublicIPAddresses(ListPublicIPAddressesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<ResourceLimit>> |
LimitAsyncClient.listResourceLimits(ListResourceLimitsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<SecurityGroup>> |
SecurityGroupAsyncClient.listSecurityGroups(ListSecurityGroupsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<ServiceOffering>> |
OfferingAsyncClient.listServiceOfferings(ListServiceOfferingsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<SnapshotPolicy>> |
SnapshotAsyncClient.listSnapshotPolicies(String volumeId,
ListSnapshotPoliciesOptions... options)
Lists snapshot policies.
|
com.google.common.util.concurrent.ListenableFuture<Set<Snapshot>> |
SnapshotAsyncClient.listSnapshots(ListSnapshotsOptions... options)
Lists all available snapshots for the account, matching the query described by the options.
|
com.google.common.util.concurrent.ListenableFuture<Set<SshKeyPair>> |
SSHKeyPairAsyncClient.listSSHKeyPairs(ListSSHKeyPairsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Template>> |
TemplateAsyncClient.listTemplates() |
com.google.common.util.concurrent.ListenableFuture<Set<Template>> |
TemplateAsyncClient.listTemplates(ListTemplatesOptions options) |
com.google.common.util.concurrent.ListenableFuture<Set<User>> |
DomainUserAsyncClient.listUsers(ListUsersOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<VirtualMachine>> |
VirtualMachineAsyncClient.listVirtualMachines(ListVirtualMachinesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<VirtualMachine>> |
LoadBalancerAsyncClient.listVirtualMachinesAssignedToLoadBalancerRule(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<VlanIPRange>> |
GlobalVlanAsyncClient.listVlanIPRanges(ListVlanIPRangesOptions... options)
Lists all VLAN IP ranges.
|
com.google.common.util.concurrent.ListenableFuture<Set<Volume>> |
VolumeAsyncClient.listVolumes(ListVolumesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Zone>> |
ZoneAsyncClient.listZones(ListZonesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<LoginResponse> |
SessionAsyncClient.loginUserInDomainWithHashOfPassword(String userName,
String domain,
String hashedPassword) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SessionAsyncClient.logoutUser(String sessionKey) |
com.google.common.util.concurrent.ListenableFuture<ApiKeyPair> |
GlobalUserAsyncClient.registerUserKeys(String userId) |
com.google.common.util.concurrent.ListenableFuture<String> |
LoadBalancerAsyncClient.removeVirtualMachinesFromLoadBalancerRule(String id,
Iterable<String> virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<String> |
LoadBalancerAsyncClient.removeVirtualMachinesFromLoadBalancerRule(String id,
String... virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<String> |
SecurityGroupAsyncClient.revokeIngressRule(String id,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Account> |
GlobalAccountAsyncClient.updateAccount(String accountName,
String domainId,
String newName,
UpdateAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ConfigurationEntry> |
GlobalConfigurationAsyncClient.updateConfigurationEntry(String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<DiskOffering> |
GlobalOfferingAsyncClient.updateDiskOffering(String id,
UpdateDiskOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
GlobalDomainAsyncClient.updateDomain(String domainId,
UpdateDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancerRule> |
LoadBalancerAsyncClient.updateLoadBalancerRule(String id,
UpdateLoadBalancerRuleOptions... options) |
com.google.common.util.concurrent.ListenableFuture<NetworkOffering> |
GlobalOfferingAsyncClient.updateNetworkOffering(String id,
UpdateNetworkOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.updatePod(String id,
UpdatePodOptions... updatePodOptions)
Updates a Pod.
|
com.google.common.util.concurrent.ListenableFuture<ServiceOffering> |
GlobalOfferingAsyncClient.updateServiceOffering(String id,
UpdateServiceOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<User> |
GlobalUserAsyncClient.updateUser(String id,
UpdateUserOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
GlobalZoneAsyncClient.updateZone(String id,
UpdateZoneOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Set<DeltacloudCollection>> |
DeltacloudAsyncClient.getCollections() |
com.google.common.util.concurrent.ListenableFuture<HardwareProfile> |
DeltacloudAsyncClient.getHardwareProfile(URI profileHref) |
com.google.common.util.concurrent.ListenableFuture<Image> |
DeltacloudAsyncClient.getImage(URI imageHref) |
com.google.common.util.concurrent.ListenableFuture<Instance> |
DeltacloudAsyncClient.getInstance(URI instanceHref) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.Multimap<Instance.State,Transition>> |
DeltacloudAsyncClient.getInstanceStates() |
com.google.common.util.concurrent.ListenableFuture<Realm> |
DeltacloudAsyncClient.getRealm(URI realmHref) |
com.google.common.util.concurrent.ListenableFuture<Set<HardwareProfile>> |
DeltacloudAsyncClient.listHardwareProfiles() |
com.google.common.util.concurrent.ListenableFuture<Set<Image>> |
DeltacloudAsyncClient.listImages() |
com.google.common.util.concurrent.ListenableFuture<Set<Instance>> |
DeltacloudAsyncClient.listInstances() |
com.google.common.util.concurrent.ListenableFuture<Set<Realm>> |
DeltacloudAsyncClient.listRealms() |
com.google.common.util.concurrent.ListenableFuture<Void> |
DeltacloudAsyncClient.performAction(HttpRequest action) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PasswordData> |
WindowsAsyncApi.getPasswordDataForInstance(String instanceId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.deleteSecurityGroupInRegion(String region,
String name) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<PublicIpInstanceIdPair>> |
ElasticIPAddressAsyncClient.describeAddressesInRegion(String region,
String... publicIps) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<AvailabilityZoneInfo>> |
AvailabilityZoneAndRegionAsyncClient.describeAvailabilityZonesInRegion(String region,
DescribeAvailabilityZonesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<BundleTask>> |
WindowsAsyncClient.describeBundleTasksInRegion(String region,
String... bundleTaskIds) |
com.google.common.util.concurrent.ListenableFuture<Set<? extends Image>> |
AMIAsyncClient.describeImagesInRegion(String region,
DescribeImagesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Reservation<? extends RunningInstance>>> |
InstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
KeyPairAsyncClient.describeKeyPairsInRegion(String region,
String... keyPairNames) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
SecurityGroupAsyncClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Snapshot>> |
ElasticBlockStoreAsyncClient.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticBlockStoreAsyncClient.detachVolumeInRegion(String region,
String volumeId,
boolean force,
DetachVolumeOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> |
InstanceAsyncClient.terminateInstancesInRegion(String region,
String... instanceIds) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createAndStartServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.createDrive(Drive createDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.destroyDrive(String uuid) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.destroyServer(String uuid) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.getDriveInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.getServerInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.imageDrive(String source,
String destination) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.imageDrive(String source,
String destination,
ImageConversionType conversionType) |
com.google.common.util.concurrent.ListenableFuture<Payload> |
ElasticStackAsyncClient.readDrive(String uuid,
long offset,
long size) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.setDriveData(String uuid,
DriveData setDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.setServerConfiguration(String uuid,
Server setServer) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.writeDrive(String uuid,
Payload content) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.writeDrive(String uuid,
Payload content,
long offset) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
LoadBalancerAsyncApi.delete(String name) |
com.google.common.util.concurrent.ListenableFuture<Policy> |
PolicyAsyncApi.get(String name) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
LoadBalancerAsyncApi.get(String name) |
com.google.common.util.concurrent.ListenableFuture<Set<InstanceHealth>> |
InstanceAsyncApi.getHealthOfInstancesOfLoadBalancer(Iterable<String> instanceIds,
String loadBalancerName) |
com.google.common.util.concurrent.ListenableFuture<Set<InstanceHealth>> |
InstanceAsyncApi.getHealthOfInstancesOfLoadBalancer(String loadBalancerName) |
com.google.common.util.concurrent.ListenableFuture<PolicyType> |
PolicyAsyncApi.getType(String name) |
com.google.common.util.concurrent.ListenableFuture<Set<Policy>> |
PolicyAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<Set<Policy>> |
PolicyAsyncApi.list(ListPoliciesOptions options) |
com.google.common.util.concurrent.ListenableFuture<Set<PolicyType>> |
PolicyAsyncApi.listTypes() |
com.google.common.util.concurrent.ListenableFuture<Set<PolicyType>> |
PolicyAsyncApi.listTypes(Iterable<String> names) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Archive> |
ArchiveAsyncApi.getArchive(String username) |
com.google.common.util.concurrent.ListenableFuture<ArchiveAllowedArguments> |
ArchiveAsyncApi.getArchiveAllowedArguments() |
com.google.common.util.concurrent.ListenableFuture<Console> |
ServerAsyncApi.getConsole(String id) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainAsyncApi.getDomain(String name) |
com.google.common.util.concurrent.ListenableFuture<EmailOverview> |
EmailAsyncApi.getEmailOverview() |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncApi.getIp(String ipAddress) |
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncApi.getServerDetails(String id) |
com.google.common.util.concurrent.ListenableFuture<SortedMap<String,ServerLimit>> |
ServerAsyncApi.getServerLimits(String id) |
com.google.common.util.concurrent.ListenableFuture<ServerStatus> |
ServerAsyncApi.getServerStatus(String id,
ServerStatusOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<EmailAccount>> |
EmailAsyncApi.listAccounts(String domain) |
com.google.common.util.concurrent.ListenableFuture<Set<EmailAlias>> |
EmailAsyncApi.listAliases(String domain) |
com.google.common.util.concurrent.ListenableFuture<Set<Archive>> |
ArchiveAsyncApi.listArchives() |
com.google.common.util.concurrent.ListenableFuture<Set<Domain>> |
DomainAsyncApi.listDomains() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
IpAsyncApi.listFree(int ipversion,
String datacenter,
String platform) |
com.google.common.util.concurrent.ListenableFuture<Set<IpDetails>> |
IpAsyncApi.listIps(ListIpOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
ServerAsyncApi.listServers() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.deleteById(long id) |
com.google.common.util.concurrent.ListenableFuture<ServerImage> |
GridImageAsyncClient.deleteById(long id) |
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.deleteByName(String name) |
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
GridServerAsyncClient.getServerList(GetServerListOptions... getServerListOptions) |
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
GridServerAsyncClient.getServersById(long... ids) |
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
GridServerAsyncClient.getServersByName(String... names) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HPCloudObjectStorageAsyncClient.deleteContainerIfEmpty(String container) |
com.google.common.util.concurrent.ListenableFuture<ContainerMetadata> |
HPCloudObjectStorageAsyncClient.getContainerMetadata(String container) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ContainerCDNMetadata> |
HPCloudCDNAsyncClient.getCDNMetadata(String container) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<User> |
UserAsyncApi.get(String name) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Node> |
JenkinsAsyncApi.getMaster() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
JobAsyncApi.build(String displayName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
JobAsyncApi.buildWithParameters(String displayName,
Map<String,String> parameters) |
com.google.common.util.concurrent.ListenableFuture<Void> |
JobAsyncApi.delete(String displayName) |
com.google.common.util.concurrent.ListenableFuture<String> |
JobAsyncApi.fetchConfigXML(String displayName) |
com.google.common.util.concurrent.ListenableFuture<JobDetails> |
JobAsyncApi.get(String displayName) |
com.google.common.util.concurrent.ListenableFuture<Computer> |
ComputerAsyncApi.get(String displayName) |
com.google.common.util.concurrent.ListenableFuture<LastBuild> |
JobAsyncApi.lastBuild(String displayName) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
MachineAsyncApi.delete(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
KeyAsyncApi.delete(String name) |
com.google.common.util.concurrent.ListenableFuture<Package> |
PackageAsyncApi.get(String name) |
com.google.common.util.concurrent.ListenableFuture<Machine> |
MachineAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<Key> |
KeyAsyncApi.get(String name) |
com.google.common.util.concurrent.ListenableFuture<Dataset> |
DatasetAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<Map<String,URI>> |
DatacenterAsyncApi.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Package>> |
PackageAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<Set<Machine>> |
MachineAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<Set<Key>> |
KeyAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<Set<Dataset>> |
DatasetAsyncApi.list() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ImageAsyncApi.delete(String id) |
com.google.common.util.concurrent.ListenableFuture<InputStream> |
ImageAsyncApi.getAsStream(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Image>> |
ImageAsyncApi.list(ListImageOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends ImageDetails>> |
ImageAsyncApi.listInDetail(ListImageOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ImageDetails> |
ImageAsyncApi.show(String id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ApiMetadata> |
KeystoneAsyncApi.getApiMetadata() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends User> |
UserAsyncApi.get(String userId) |
com.google.common.util.concurrent.ListenableFuture<? extends Token> |
TokenAsyncApi.get(String token) |
com.google.common.util.concurrent.ListenableFuture<? extends Tenant> |
TenantAsyncApi.get(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<? extends User> |
UserAsyncApi.getByName(String userName) |
com.google.common.util.concurrent.ListenableFuture<? extends Tenant> |
TenantAsyncApi.getByName(String tenantName) |
com.google.common.util.concurrent.ListenableFuture<? extends User> |
TokenAsyncApi.getUserOfToken(String token) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
TokenAsyncApi.isValid(String token) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends User>> |
UserAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Tenant>> |
TenantAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Endpoint>> |
TokenAsyncApi.listEndpointsForToken(String token) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Role>> |
UserAsyncApi.listRolesOfUser(String userId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Role>> |
UserAsyncApi.listRolesOfUserOnTenant(String userId,
String tenantId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Tenant>> |
ServiceAsyncApi.listTenants() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
NovaAsyncClient.deleteImage(int id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
NovaAsyncClient.deleteImage(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
NovaAsyncClient.deleteServer(int id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
NovaAsyncClient.deleteServer(String uuid) |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(int id) |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(String uuid) |
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
NovaAsyncClient.getFloatingIP(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(String uuid) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
NovaAsyncClient.getSecurityGroup(int id) |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(int id) |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(String uuid) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
NovaAsyncClient.listFlavors(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<FloatingIP>> |
NovaAsyncClient.listFloatingIPs() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
NovaAsyncClient.listImages(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
NovaAsyncClient.listPrivateAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
NovaAsyncClient.listPublicAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
NovaAsyncClient.listSecurityGroups() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
NovaAsyncClient.listServers(ListOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
FloatingIPAsyncApi.allocate() |
com.google.common.util.concurrent.ListenableFuture<String> |
AdminActionsAsyncApi.createBackupOfServer(String id,
String imageName,
BackupType backupType,
int rotation,
CreateBackupOfServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroupRule> |
SecurityGroupAsyncApi.createSecurityGroupRuleAllowingCidrBlock(String parent_group_id,
Ingress ip_protocol,
String cidr) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroupRule> |
SecurityGroupAsyncApi.createSecurityGroupRuleAllowingSecurityGroupId(String parent_group_id,
Ingress ip_protocol,
String group_id) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncApi.createSecurityGroupWithNameAndDescription(String name,
String description) |
com.google.common.util.concurrent.ListenableFuture<Void> |
FloatingIPAsyncApi.deallocate(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAggregateAsyncApi.deleteAggregate(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeTypeAsyncApi.deleteExtraSpec(String id,
String key) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FlavorExtraSpecsAsyncApi.deleteExtraSpec(String flavorId,
String key) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
KeyPairAsyncApi.deleteKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
SecurityGroupAsyncApi.deleteSecurityGroup(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
SecurityGroupAsyncApi.deleteSecurityGroupRule(String security_group_rule_ID) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeAsyncApi.deleteSnapshot(String snapshotId)
Delete a snapshot.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeAsyncApi.deleteVolume(String volumeId)
Delete a volume.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeTypeAsyncApi.deleteVolumeType(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeAsyncApi.detachVolumeFromServer(String volumeId,
String serverId)
Detach a Volume from an instance.
|
com.google.common.util.concurrent.ListenableFuture<HostAggregate> |
HostAggregateAsyncApi.getAggregate(String id) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> |
VolumeTypeAsyncApi.getAllExtraSpecs(String id) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> |
FlavorExtraSpecsAsyncApi.getAllExtraSpecs(String flavorId) |
com.google.common.util.concurrent.ListenableFuture<VolumeAttachment> |
VolumeAsyncApi.getAttachmentForVolumeOnServer(String volumeId,
String serverId)
Get a specific attached volume.
|
com.google.common.util.concurrent.ListenableFuture<Quotas> |
QuotaAsyncApi.getDefaultQuotasForTenant(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<String> |
VolumeTypeAsyncApi.getExtraSpec(String id,
String key) |
com.google.common.util.concurrent.ListenableFuture<String> |
FlavorExtraSpecsAsyncApi.getExtraSpec(String flavorId,
String key) |
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
FloatingIPAsyncApi.getFloatingIP(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<HostResourceUsage>> |
HostAdministrationAsyncApi.getHostResourceUsage(String hostId) |
com.google.common.util.concurrent.ListenableFuture<QuotaClass> |
QuotaClassAsyncApi.getQuotaClass(String id) |
com.google.common.util.concurrent.ListenableFuture<Quotas> |
QuotaAsyncApi.getQuotasForTenant(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncApi.getSecurityGroup(String id) |
com.google.common.util.concurrent.ListenableFuture<ServerWithSecurityGroups> |
ServerWithSecurityGroupsAsyncApi.getServer(String id) |
com.google.common.util.concurrent.ListenableFuture<VolumeSnapshot> |
VolumeAsyncApi.getSnapshot(String snapshotId)
Return data about the given snapshot.
|
com.google.common.util.concurrent.ListenableFuture<SimpleTenantUsage> |
SimpleTenantUsageAsyncApi.getTenantUsage(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<Volume> |
VolumeAsyncApi.getVolume(String volumeId)
Return data about the given volume.
|
com.google.common.util.concurrent.ListenableFuture<VolumeType> |
VolumeTypeAsyncApi.getVolumeType(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.injectNetworkInfoIntoServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<HostAggregate>> |
HostAggregateAsyncApi.listAggregates() |
com.google.common.util.concurrent.ListenableFuture<Set<VolumeAttachment>> |
VolumeAsyncApi.listAttachmentsOnServer(String serverId)
List volume attachments for a given instance.
|
com.google.common.util.concurrent.ListenableFuture<Set<FloatingIP>> |
FloatingIPAsyncApi.listFloatingIPs() |
com.google.common.util.concurrent.ListenableFuture<Set<Host>> |
HostAdministrationAsyncApi.listHosts() |
com.google.common.util.concurrent.ListenableFuture<Set<Map<String,KeyPair>>> |
KeyPairAsyncApi.listKeyPairs() |
com.google.common.util.concurrent.ListenableFuture<Set<SecurityGroup>> |
SecurityGroupAsyncApi.listSecurityGroups() |
com.google.common.util.concurrent.ListenableFuture<Set<VolumeSnapshot>> |
VolumeAsyncApi.listSnapshots()
Returns a summary list of snapshots.
|
com.google.common.util.concurrent.ListenableFuture<Set<VolumeSnapshot>> |
VolumeAsyncApi.listSnapshotsInDetail()
Returns a summary list of snapshots.
|
com.google.common.util.concurrent.ListenableFuture<Set<SimpleTenantUsage>> |
SimpleTenantUsageAsyncApi.listTenantUsages() |
com.google.common.util.concurrent.ListenableFuture<Set<VirtualInterface>> |
VirtualInterfaceAsyncApi.listVirtualInterfacesForServer(String serverId) |
com.google.common.util.concurrent.ListenableFuture<Set<Volume>> |
VolumeAsyncApi.listVolumes()
Returns a summary list of volumes.
|
com.google.common.util.concurrent.ListenableFuture<Set<Volume>> |
VolumeAsyncApi.listVolumesInDetail()
Returns a detailed list of volumes.
|
com.google.common.util.concurrent.ListenableFuture<Set<VolumeType>> |
VolumeTypeAsyncApi.listVolumeTypes() |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.liveMigrateServer(String id,
String host,
boolean blockMigration,
boolean diskOverCommit) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.lockServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.migrateServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.pauseServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.resetNetworkOfServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.resumeServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeTypeAsyncApi.setAllExtraSpecs(String id,
Map<String,String> specs) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FlavorExtraSpecsAsyncApi.setAllExtraSpecs(String flavorId,
Map<String,String> specs) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeTypeAsyncApi.setExtraSpec(String id,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FlavorExtraSpecsAsyncApi.setExtraSpec(String flavorId,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.suspendServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.unlockServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.unpauseServer(String id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAsyncApi.createImageFromServer(String name,
String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ImageAsyncApi.deleteImage(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAsyncApi.deleteServer(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Flavor> |
FlavorAsyncApi.getFlavor(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Image> |
ImageAsyncApi.getImage(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Server> |
ServerAsyncApi.getServer(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Resource>> |
FlavorAsyncApi.listFlavors() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Flavor>> |
FlavorAsyncApi.listFlavorsInDetail() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Resource>> |
ImageAsyncApi.listImages() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Image>> |
ImageAsyncApi.listImagesInDetail() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Resource>> |
ServerAsyncApi.listServers() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Server>> |
ServerAsyncApi.listServersInDetail() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Port> |
PortAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
NetworkAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends PortDetails> |
PortAsyncApi.getDetails(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends NetworkDetails> |
NetworkAsyncApi.getDetails(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Port>> |
PortAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Network>> |
NetworkAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Reference>> |
PortAsyncApi.listReferences() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Reference>> |
NetworkAsyncApi.listReferences() |
com.google.common.util.concurrent.ListenableFuture<? extends Attachment> |
PortAsyncApi.showAttachment(String portId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CommonSwiftAsyncClient.containerExists(String container) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CommonSwiftAsyncClient.deleteContainerIfEmpty(String container) |
com.google.common.util.concurrent.ListenableFuture<SwiftObject> |
CommonSwiftAsyncClient.getObject(String container,
String name,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<MutableObjectInfoWithMetadata> |
CommonSwiftAsyncClient.getObjectInfo(String container,
String name) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CommonSwiftAsyncClient.objectExists(String container,
String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CommonSwiftAsyncClient.removeObject(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends ContainerMetadata>> |
AccountAsyncApi.listContainers() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends ContainerMetadata>> |
AccountAsyncApi.listContainers(ListContainersOptions options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Extension> |
ExtensionAsyncApi.getExtensionByAlias(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Extension>> |
ExtensionAsyncApi.listExtensions() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
SubnetGroupAsyncApi.delete(String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncApi.delete(String name) |
com.google.common.util.concurrent.ListenableFuture<Instance> |
InstanceAsyncApi.delete(String id) |
com.google.common.util.concurrent.ListenableFuture<Instance> |
InstanceAsyncApi.deleteAndSaveSnapshot(String id,
String snapshotId) |
com.google.common.util.concurrent.ListenableFuture<SubnetGroup> |
SubnetGroupAsyncApi.get(String name) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncApi.get(String name) |
com.google.common.util.concurrent.ListenableFuture<Instance> |
InstanceAsyncApi.get(String id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HttpAsyncClient.delete(URI location) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HttpAsyncClient.exists(URI location) |
com.google.common.util.concurrent.ListenableFuture<InputStream> |
HttpAsyncClient.get(URI location) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<NewServerResponse> |
RimuHostingAsyncClient.createServer(String name,
String imageId,
String planId,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<List<String>> |
RimuHostingAsyncClient.destroyServer(Long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Image>> |
RimuHostingAsyncClient.getImageList() |
com.google.common.util.concurrent.ListenableFuture<Set<PricingPlan>> |
RimuHostingAsyncClient.getPricingPlanList() |
com.google.common.util.concurrent.ListenableFuture<Server> |
RimuHostingAsyncClient.getServer(Long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
RimuHostingAsyncClient.getServerList() |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
RimuHostingAsyncClient.restartServer(Long id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.bucketExists(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.deleteBucketIfEmpty(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.deleteObject(String bucketName,
String key) |
com.google.common.util.concurrent.ListenableFuture<AccessControlList> |
S3AsyncClient.getBucketACL(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<BucketLogging> |
S3AsyncClient.getBucketLogging(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<S3Object> |
S3AsyncClient.getObject(String bucketName,
String key,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AccessControlList> |
S3AsyncClient.getObjectACL(String bucketName,
String key) |
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.headObject(String bucketName,
String key) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.objectExists(String bucketName,
String key) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
FirewallAsyncApi.deleteFirewallRule(String billingSiteId,
String vpdcId,
FirewallRule firewallRule) |
com.google.common.util.concurrent.ListenableFuture<Network> |
BrowsingAsyncApi.getNetworkInVDC(String billingSiteId,
String vpdcId,
String networkTierName) |
com.google.common.util.concurrent.ListenableFuture<Org> |
BrowsingAsyncApi.getOrg(String billingSiteId) |
com.google.common.util.concurrent.ListenableFuture<Task> |
BrowsingAsyncApi.getTask(String taskId) |
com.google.common.util.concurrent.ListenableFuture<VDC> |
BrowsingAsyncApi.getVDCInOrg(String billingSiteId,
String vpdcId) |
com.google.common.util.concurrent.ListenableFuture<VM> |
BrowsingAsyncApi.getVM(URI vm,
GetVMOptions... options) |
com.google.common.util.concurrent.ListenableFuture<VM> |
BrowsingAsyncApi.getVMInVDC(String billingSiteId,
String vpdcId,
String vAppId,
GetVMOptions... options) |
com.google.common.util.concurrent.ListenableFuture<FirewallService> |
BrowsingAsyncApi.listFirewallRules(String billingSiteId,
String vpdcId) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncApi.powerOffVM(URI vm) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncApi.powerOnVM(URI vm) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncApi.removeVM(URI vm) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncApi.removeVMFromVDC(String billingSiteId,
String vpdcId,
String vAppId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
SlicehostAsyncClient.destroySlice(int id) |
com.google.common.util.concurrent.ListenableFuture<Backup> |
SlicehostAsyncClient.getBackup(int id) |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
SlicehostAsyncClient.getFlavor(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
SlicehostAsyncClient.getImage(int id) |
com.google.common.util.concurrent.ListenableFuture<Slice> |
SlicehostAsyncClient.getSlice(int id) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Backup>> |
SlicehostAsyncClient.listBackups() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
SlicehostAsyncClient.listFlavors() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
SlicehostAsyncClient.listImages() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Slice>> |
SlicehostAsyncClient.listSlices() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Container> |
ContainerAsyncApi.createContainer(String containerName,
CreateContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<DataObject> |
DataAsyncApi.createDataObject(String containerName,
String dataObjectName,
CreateDataObjectOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
DataAsyncApi.createDataObjectNonCDMI(String containerName,
String dataObjectName,
CreateDataObjectNonCDMIOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ContainerAsyncApi.deleteContainer(String containerName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
DataAsyncApi.deleteDataObject(String containerName,
String dataObjectName) |
com.google.common.util.concurrent.ListenableFuture<Container> |
ContainerAsyncApi.getContainer(String containerName) |
com.google.common.util.concurrent.ListenableFuture<DataObject> |
DataAsyncApi.getDataObject(String containerName,
String dataObjectName) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VirtualGuestAsyncClient.cancelService(long id) |
com.google.common.util.concurrent.ListenableFuture<Set<ProductPackage>> |
AccountAsyncClient.getActivePackages() |
com.google.common.util.concurrent.ListenableFuture<Datacenter> |
DatacenterAsyncClient.getDatacenter(long id) |
com.google.common.util.concurrent.ListenableFuture<ProductOrder> |
VirtualGuestAsyncClient.getOrderTemplate(long id)
Throws an Internal Server Error if called on bad orders (mapped to HttpResponseException)
|
com.google.common.util.concurrent.ListenableFuture<ProductPackage> |
ProductPackageAsyncClient.getProductPackage(long id) |
com.google.common.util.concurrent.ListenableFuture<VirtualGuest> |
VirtualGuestAsyncClient.getVirtualGuest(long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Datacenter>> |
DatacenterAsyncClient.listDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<VirtualGuest>> |
VirtualGuestAsyncClient.listVirtualGuests() |
com.google.common.util.concurrent.ListenableFuture<ProductOrderReceipt> |
VirtualGuestAsyncClient.orderVirtualGuest(ProductOrder order) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualGuestAsyncClient.pauseVirtualGuest(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualGuestAsyncClient.powerOffVirtualGuest(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualGuestAsyncClient.powerOnVirtualGuest(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualGuestAsyncClient.rebootHardVirtualGuest(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualGuestAsyncClient.resumeVirtualGuest(long id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PublicIpAddress> |
TerremarkECloudAsyncClient.activatePublicIpInVDC(URI vDCId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TerremarkECloudAsyncClient.deleteKeyPair(URI keyId) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.findKeyPairInOrg(URI org,
String keyName) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkECloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<? extends ECloudOrg> |
TerremarkECloudAsyncClient.findOrgNamed(String orgName) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkECloudAsyncClient.getAllInternetServicesInVDC(URI vDCId) |
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.getInternetService(URI internetServiceId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkECloudAsyncClient.getInternetServicesOnPublicIp(URI ipId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<IpAddress>> |
TerremarkECloudAsyncClient.getIpAddresses(URI network) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.getKeyPair(URI keyId) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkECloudAsyncClient.getNetwork(URI network) |
com.google.common.util.concurrent.ListenableFuture<? extends NetworkExtendedInfo> |
TerremarkECloudAsyncClient.getNetworkExtendedInfo(URI network) |
com.google.common.util.concurrent.ListenableFuture<? extends ECloudOrg> |
TerremarkECloudAsyncClient.getOrg(URI orgId) |
com.google.common.util.concurrent.ListenableFuture<? extends VAppExtendedInfo> |
TerremarkECloudAsyncClient.getVAppExtendedInfo(URI href) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkECloudAsyncClient.listKeyPairs(URI keysList) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkECloudAsyncClient.listKeyPairsInOrg(URI org) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,Integer>> |
TagOperationsAsyncClient.getTagNameToUsageCount(URI tagList) |
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,Integer>> |
TagOperationsAsyncClient.getTagNameToUsageCountInOrg(URI org) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<DataCenter>> |
DataCenterOperationsAsyncClient.listDataCenters(URI dataCenters) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
DataCenterOperationsAsyncClient.listDataCentersInOrg(URI org) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
TerremarkVCloudAsyncClient.deleteInternetService(URI internetServiceId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TerremarkVCloudAsyncClient.deleteNode(URI nodeId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TerremarkVCloudAsyncClient.deletePublicIp(URI ipId) |
com.google.common.util.concurrent.ListenableFuture<Task> |
TerremarkVCloudAsyncClient.deleteVApp(URI vAppId) |
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
TerremarkVCloudAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName) |
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkVCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
TerremarkVCloudAsyncClient.findOrgNamed(String orgName) |
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
TerremarkVCloudAsyncClient.findTasksListInOrgNamed(String orgName,
String tasksListName) |
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
TerremarkVCloudAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkVCloudAsyncClient.getAllInternetServicesInVDC(URI vDCId) |
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
TerremarkVCloudAsyncClient.getCatalog(URI catalogId)
Terremark does not have multiple catalogs, so we ignore this parameter.
|
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
TerremarkVCloudAsyncClient.getCatalogItem(URI catalogItem) |
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudAsyncClient.getInternetService(URI internetServiceId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkVCloudAsyncClient.getInternetServicesOnPublicIp(URI ipId) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkVCloudAsyncClient.getNetwork(URI network) |
com.google.common.util.concurrent.ListenableFuture<? extends Node> |
TerremarkVCloudAsyncClient.getNode(URI nodeId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Node>> |
TerremarkVCloudAsyncClient.getNodes(URI internetServiceId) |
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
TerremarkVCloudAsyncClient.getOrg(URI orgId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkVCloudAsyncClient.getPublicIp(URI ipId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<PublicIpAddress>> |
TerremarkVCloudAsyncClient.getPublicIpsAssociatedWithVDC(URI vDCId) |
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.getTask(URI taskId) |
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
TerremarkVCloudAsyncClient.getTasksList(URI tasksListId) |
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.getVApp(URI vApp) |
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
TerremarkVCloudAsyncClient.getVAppTemplate(URI vAppTemplate) |
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
TerremarkVCloudAsyncClient.getVDC(URI vdc) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
TerremarkVCloudExpressAsyncClient.deleteKeyPair(URI keyId) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.findKeyPairInOrg(URI org,
String keyName) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.getKeyPair(URI keyId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkVCloudExpressAsyncClient.listKeyPairs(URI keysList) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkVCloudExpressAsyncClient.listKeyPairsInOrg(URI org) |
Modifier and Type | Method and Description |
---|---|
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<byte[]> |
VmAsyncApi.getScreenImage(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<byte[]> |
VmAsyncApi.getScreenImage(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<MetadataValue> |
MetadataAsyncApi.Readable.getValue(String key) |
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Entity> |
VCloudDirectorAsyncApi.resolveEntity(String id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
CatalogAsyncClient.deleteCatalogItem(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncClient.deleteVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncClient.deleteVAppTemplate(URI href) |
com.google.common.util.concurrent.ListenableFuture<Catalog> |
CatalogAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> |
NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String catalogName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<Org> |
OrgAsyncClient.findOrgNamed(String orgName) |
com.google.common.util.concurrent.ListenableFuture<TasksList> |
TaskAsyncClient.findTasksListInOrgNamed(String orgName) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<VDC> |
VDCAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName) |
com.google.common.util.concurrent.ListenableFuture<Catalog> |
CatalogAsyncClient.getCatalog(URI catalogId) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.getCatalogItem(URI catalogItem) |
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> |
NetworkAsyncClient.getNetwork(URI network) |
com.google.common.util.concurrent.ListenableFuture<Org> |
OrgAsyncClient.getOrg(URI orgId) |
com.google.common.util.concurrent.ListenableFuture<Envelope> |
VAppTemplateAsyncClient.getOvfEnvelopeForVAppTemplate(URI href) |
com.google.common.util.concurrent.ListenableFuture<InputStream> |
VmAsyncClient.getScreenThumbnailForVm(URI vm) |
com.google.common.util.concurrent.ListenableFuture<Task> |
TaskAsyncClient.getTask(URI taskId) |
com.google.common.util.concurrent.ListenableFuture<TasksList> |
TaskAsyncClient.getTasksList(URI tasksListId) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncClient.getVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncClient.getVAppTemplate(URI vAppTemplate) |
com.google.common.util.concurrent.ListenableFuture<VDC> |
VDCAsyncClient.getVDC(URI vdc) |
com.google.common.util.concurrent.ListenableFuture<Vm> |
VmAsyncClient.getVm(URI href) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
WalrusAsyncClient.bucketExists(String bucketName) |
Copyright © 2009-2012 jclouds. All Rights Reserved.