Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Set<Node>> |
NodeAsyncClient.createNodesInLoadBalancer(Set<NodeRequest> nodes,
int lbid) |
com.google.common.util.concurrent.ListenableFuture<Node> |
NodeAsyncClient.getNodeInLoadBalancer(int nid,
int lbid) |
com.google.common.util.concurrent.ListenableFuture<Set<Node>> |
NodeAsyncClient.listNodes(int lbid) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Cluster> |
GlobalHostAsyncClient.addCluster(String zoneId,
String clusterName,
Host.ClusterType clusterType,
String hypervisor,
AddClusterOptions... options)
Adds a new cluster.
|
com.google.common.util.concurrent.ListenableFuture<Host> |
GlobalHostAsyncClient.addHost(String zoneId,
String url,
String hypervisor,
String username,
String password,
AddHostOptions... options)
Adds a new host.
|
com.google.common.util.concurrent.ListenableFuture<Host> |
GlobalHostAsyncClient.addSecondaryStorage(String url,
AddSecondaryStorageOptions... options)
Adds secondary storage.
|
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<String> |
SecurityGroupAsyncClient.authorizeIngressICMPToCIDRs(String securityGroupId,
int ICMPCode,
int ICMPType,
Iterable<String> cidrList,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
SecurityGroupAsyncClient.authorizeIngressICMPToSecurityGroups(String securityGroupId,
int ICMPCode,
int ICMPType,
com.google.common.collect.Multimap<String,String> accountToGroup,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
SecurityGroupAsyncClient.authorizeIngressPortsToCIDRs(String securityGroupId,
String protocol,
int startPort,
int endPort,
Iterable<String> cidrList,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
SecurityGroupAsyncClient.authorizeIngressPortsToSecurityGroups(String securityGroupId,
String protocol,
int startPort,
int endPort,
com.google.common.collect.Multimap<String,String> accountToGroup,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
GlobalHostAsyncClient.cancelHostMaintenance(String hostId)
Cancels host maintenance.
|
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.changeServiceForVirtualMachine(String id) |
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<VMGroup> |
VMGroupAsyncClient.createInstanceGroup(String name,
CreateVMGroupOptions... options)
Creates a VM group
|
com.google.common.util.concurrent.ListenableFuture<String> |
LoadBalancerAsyncClient.createLoadBalancerRuleForPublicIP(String publicIPId,
LoadBalancerRule.Algorithm algorithm,
String name,
int privatePort,
int publicPort,
CreateLoadBalancerRuleOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Network> |
NetworkAsyncClient.createNetworkInZone(String zoneId,
String networkOfferingId,
String name,
String displayText,
CreateNetworkOptions... 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<SecurityGroup> |
SecurityGroupAsyncClient.createSecurityGroup(String name) |
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<SshKeyPair> |
SSHKeyPairAsyncClient.createSSHKeyPair(String name) |
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<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<String> |
VirtualMachineAsyncClient.destroyVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
NATAsyncClient.disableStaticNATOnPublicIP(String IPAddressId) |
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<JobResult> |
GlobalUsageAsyncClient.generateUsageRecords(Date start,
Date end,
GenerateUsageRecordsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Account> |
AccountAsyncClient.getAccount(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<String> |
VirtualMachineAsyncClient.getEncryptedPasswordForVirtualMachine(String id) |
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<Set<IPForwardingRule>> |
NATAsyncClient.getIPForwardingRulesForIPAddress(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> |
NATAsyncClient.getIPForwardingRulesForVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<ISO> |
ISOAsyncClient.getISO(String id)
Gets information about an ISO by its 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<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<Capabilities> |
ConfigurationAsyncClient.listCapabilities() |
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<FirewallRule>> |
FirewallAsyncClient.listFirewallRules(ListFirewallRulesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Host>> |
GlobalHostAsyncClient.listHosts(ListHostsOptions... options) |
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<ISOPermissions> |
ISOAsyncClient.listISOPermissions(String id,
AccountInDomainOptions... options)
List template visibility and all accounts that have permissions to view this template.
|
com.google.common.util.concurrent.ListenableFuture<Set<ISO>> |
ISOAsyncClient.listISOs(ListISOsOptions... options)
Lists all available ISO files.
|
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<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<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<StoragePool>> |
GlobalStoragePoolAsyncClient.listStoragePools(ListStoragePoolsOptions... 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<UsageRecord>> |
GlobalUsageAsyncClient.listUsageRecords(Date start,
Date end,
ListUsageRecordsOptions... 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<String> |
GlobalHostAsyncClient.prepareHostForMaintenance(String hostId)
Prepares a host for maintenance.
|
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.rebootVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
GlobalHostAsyncClient.reconnectHost(String hostId)
Reconnects a host.
|
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> |
SSHKeyPairAsyncClient.registerSSHKeyPair(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<Set<Template>> |
TemplateAsyncClient.registerTemplate(TemplateMetadata templateMetadata,
String format,
String hypervisor,
String url,
String zoneId,
RegisterTemplateOptions... options) |
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> |
VirtualMachineAsyncClient.resetPasswordForVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
SecurityGroupAsyncClient.revokeIngressRule(String id,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.startVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.stopVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<Account> |
GlobalAccountAsyncClient.updateAccount(String accountName,
String domainId,
String newName,
UpdateAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Cluster> |
GlobalHostAsyncClient.updateCluster(String clusterId,
UpdateClusterOptions... options)
Updates an existing cluster.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalHostAsyncClient.updateClusterPassword(String clusterId,
String username,
String password)
Update password of a cluster on management server.
|
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<Host> |
GlobalHostAsyncClient.updateHost(String hostId,
UpdateHostOptions... options)
Updates a host.
|
com.google.common.util.concurrent.ListenableFuture<VMGroup> |
VMGroupAsyncClient.updateInstanceGroup(String id,
UpdateVMGroupOptions... options)
Modify a VM group
|
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<ResourceLimit> |
DomainLimitAsyncClient.updateResourceLimit(ResourceLimit limit) |
com.google.common.util.concurrent.ListenableFuture<ServiceOffering> |
GlobalOfferingAsyncClient.updateServiceOffering(String id,
UpdateServiceOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Template> |
TemplateAsyncClient.updateTemplate(String id,
UpdateTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<User> |
GlobalUserAsyncClient.updateUser(String id,
UpdateUserOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.updateVirtualMachine(String id) |
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<Domain> |
DomainAsyncClient.addDomain(String name,
AddDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.addIpToServer(String ipAddress,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<DomainRecord> |
DomainAsyncClient.addRecord(String domain,
String host,
String type,
String data,
AddRecordOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Archive> |
ArchiveAsyncClient.changeArchivePassword(String username,
String password) |
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.cloneServer(String serverid,
String hostname,
CloneServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<EmailAccount> |
EmailAsyncClient.createAccount(String accountAddress,
String password,
CreateAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<EmailAlias> |
EmailAsyncClient.createAlias(String aliasAddress,
String toEmailAddress) |
com.google.common.util.concurrent.ListenableFuture<Archive> |
ArchiveAsyncClient.createArchive(String username,
String password,
int size) |
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.createServerWithHostnameAndRootPassword(ServerSpec serverSpec,
String hostname,
String rootPassword,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<EmailAccount> |
EmailAsyncClient.editAccount(String accountAddress,
EditAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<EmailAlias> |
EmailAsyncClient.editAlias(String aliasAddress,
String toEmailAddress) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainAsyncClient.editDomain(String domain,
DomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<DomainRecord> |
DomainAsyncClient.editRecord(String record_id,
EditRecordOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.editServer(String serverid,
EditServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Map<String,AllowedArgumentsForCreateServer>> |
ServerAsyncClient.getAllowedArgumentsForCreateServerByPlatform() |
com.google.common.util.concurrent.ListenableFuture<Archive> |
ArchiveAsyncClient.getArchive(String username) |
com.google.common.util.concurrent.ListenableFuture<ArchiveAllowedArguments> |
ArchiveAsyncClient.getArchiveAllowedArguments() |
com.google.common.util.concurrent.ListenableFuture<Console> |
ServerAsyncClient.getConsole(String id) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainAsyncClient.getDomain(String name) |
com.google.common.util.concurrent.ListenableFuture<EmailOverview> |
EmailAsyncClient.getEmailOverview() |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.getIp(String ipAddress) |
com.google.common.util.concurrent.ListenableFuture<ResourceUsage> |
ServerAsyncClient.getResourceUsage(String id,
String resource,
String resolution) |
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.getServerDetails(String id) |
com.google.common.util.concurrent.ListenableFuture<SortedMap<String,ServerLimit>> |
ServerAsyncClient.getServerLimits(String id) |
com.google.common.util.concurrent.ListenableFuture<ServerStatus> |
ServerAsyncClient.getServerStatus(String id,
ServerStatusOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.hardStopServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<EmailAccount>> |
EmailAsyncClient.listAccounts(String domain) |
com.google.common.util.concurrent.ListenableFuture<Set<EmailAlias>> |
EmailAsyncClient.listAliases(String domain) |
com.google.common.util.concurrent.ListenableFuture<Set<Archive>> |
ArchiveAsyncClient.listArchives() |
com.google.common.util.concurrent.ListenableFuture<Set<Domain>> |
DomainAsyncClient.listDomains() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
IpAsyncClient.listFree(int ipversion,
String datacenter,
String platform) |
com.google.common.util.concurrent.ListenableFuture<Set<IpDetails>> |
IpAsyncClient.listIps(ListIpOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<DomainRecord>> |
DomainAsyncClient.listRecords(String domain) |
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
ServerAsyncClient.listServers() |
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.rebootServer(String id) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.release(String ipAddress) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.removeIpFromServer(String ipAddress,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.removeIpFromServerAndRelease(String ipAddress,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.resetPassword(String id,
String password) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.resetPtr(String ipAddress) |
com.google.common.util.concurrent.ListenableFuture<Archive> |
ArchiveAsyncClient.resizeArchive(String username,
int size) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.setPtr(String ipAddress,
String ptr) |
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.startServer(String id) |
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.stopServer(String id) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.take(String ipAddress) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.addServer(String name,
String image,
String ram,
String ip,
AddServerOptions... addServerOptions) |
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.deleteById(long id) |
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.deleteByName(String name) |
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.editServerDescription(long id,
String newDescription) |
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.editServerRam(long id,
String ram) |
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.editServerType(long id,
String newType) |
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) |
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.power(String idOrName,
PowerCommand power) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ImageDetails> |
ImageAsyncClient.create(String name,
Payload payload,
CreateImageOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Image>> |
ImageAsyncClient.list(ListImageOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<ImageDetails>> |
ImageAsyncClient.listInDetail(ListImageOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ImageDetails> |
ImageAsyncClient.reserve(String name,
CreateImageOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ImageDetails> |
ImageAsyncClient.update(String id,
UpdateImageOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ImageDetails> |
ImageAsyncClient.upload(String id,
Payload imageData,
UpdateImageOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Auth> |
AuthenticationAsyncClient.authenticate(String username,
String key) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncClient.authenticateWithTenantIdAndCredentials(String tenantId,
ApiAccessKeyCredentials apiAccessKeyCredentials) |
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncClient.authenticateWithTenantIdAndCredentials(String tenantId,
PasswordCredentials passwordCredentials) |
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncClient.authenticateWithTenantNameAndCredentials(String tenantName,
ApiAccessKeyCredentials apiAccessKeyCredentials) |
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncClient.authenticateWithTenantNameAndCredentials(String tenantName,
PasswordCredentials passwordCredentials) |
com.google.common.util.concurrent.ListenableFuture<ApiMetadata> |
KeystoneAsyncClient.getApiMetadata() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<User> |
UserAsyncClient.get(String userId) |
com.google.common.util.concurrent.ListenableFuture<Token> |
TokenAsyncClient.get(String token) |
com.google.common.util.concurrent.ListenableFuture<Tenant> |
TenantAsyncClient.get(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<User> |
UserAsyncClient.getByName(String userName) |
com.google.common.util.concurrent.ListenableFuture<Tenant> |
TenantAsyncClient.getByName(String tenantName) |
com.google.common.util.concurrent.ListenableFuture<User> |
TokenAsyncClient.getUserOfToken(String token) |
com.google.common.util.concurrent.ListenableFuture<Set<User>> |
UserAsyncClient.list() |
com.google.common.util.concurrent.ListenableFuture<Set<Tenant>> |
TenantAsyncClient.list() |
com.google.common.util.concurrent.ListenableFuture<Set<Endpoint>> |
TokenAsyncClient.listEndpointsForToken(String token) |
com.google.common.util.concurrent.ListenableFuture<Set<Role>> |
UserAsyncClient.listRolesOfUser(String userId) |
com.google.common.util.concurrent.ListenableFuture<Set<Role>> |
UserAsyncClient.listRolesOfUserOnTenant(String userId,
String tenantId) |
com.google.common.util.concurrent.ListenableFuture<Set<Tenant>> |
ServiceAsyncClient.listTenants() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<HostAggregate> |
HostAggregateAsyncClient.addHost(String id,
String host) |
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
FloatingIPAsyncClient.allocate() |
com.google.common.util.concurrent.ListenableFuture<VolumeAttachment> |
VolumeAsyncClient.attachVolumeToServerAsDevice(String volumeId,
String serverId,
String device)
Attach a volume to an instance
|
com.google.common.util.concurrent.ListenableFuture<HostAggregate> |
HostAggregateAsyncClient.createAggregate(String name,
String availablityZone) |
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
KeyPairAsyncClient.createKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
KeyPairAsyncClient.createKeyPairWithPublicKey(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroupRule> |
SecurityGroupAsyncClient.createSecurityGroupRuleAllowingCidrBlock(String parent_group_id,
Ingress ip_protocol,
String cidr) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroupRule> |
SecurityGroupAsyncClient.createSecurityGroupRuleAllowingSecurityGroupId(String parent_group_id,
Ingress ip_protocol,
String group_id) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncClient.createSecurityGroupWithNameAndDescription(String name,
String description) |
com.google.common.util.concurrent.ListenableFuture<VolumeSnapshot> |
VolumeAsyncClient.createSnapshot(String volumeId,
CreateVolumeSnapshotOptions... options)
Creates a new Snapshot
|
com.google.common.util.concurrent.ListenableFuture<Volume> |
VolumeAsyncClient.createVolume(int sizeGB,
CreateVolumeOptions... options)
Creates a new volume
|
com.google.common.util.concurrent.ListenableFuture<VolumeType> |
VolumeTypeAsyncClient.createVolumeType(String name,
CreateVolumeTypeOptions... options) |
com.google.common.util.concurrent.ListenableFuture<HostAggregate> |
HostAggregateAsyncClient.getAggregate(String id) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> |
VolumeTypeAsyncClient.getAllExtraSpecs(String id) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> |
FlavorExtraSpecsAsyncClient.getAllExtraSpecs(String flavorId) |
com.google.common.util.concurrent.ListenableFuture<VolumeAttachment> |
VolumeAsyncClient.getAttachmentForVolumeOnServer(String volumeId,
String serverId)
Get a specific attached volume.
|
com.google.common.util.concurrent.ListenableFuture<Quotas> |
QuotaAsyncClient.getDefaultQuotasForTenant(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
FloatingIPAsyncClient.getFloatingIP(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<HostResourceUsage>> |
HostAdministrationAsyncClient.getHostResourceUsage(String hostId) |
com.google.common.util.concurrent.ListenableFuture<QuotaClass> |
QuotaClassAsyncClient.getQuotaClass(String id) |
com.google.common.util.concurrent.ListenableFuture<Quotas> |
QuotaAsyncClient.getQuotasForTenant(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncClient.getSecurityGroup(String id) |
com.google.common.util.concurrent.ListenableFuture<ServerWithSecurityGroups> |
ServerWithSecurityGroupsAsyncClient.getServer(String id) |
com.google.common.util.concurrent.ListenableFuture<VolumeSnapshot> |
VolumeAsyncClient.getSnapshot(String snapshotId)
Return data about the given snapshot.
|
com.google.common.util.concurrent.ListenableFuture<SimpleTenantUsage> |
SimpleTenantUsageAsyncClient.getTenantUsage(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<Volume> |
VolumeAsyncClient.getVolume(String volumeId)
Return data about the given volume.
|
com.google.common.util.concurrent.ListenableFuture<VolumeType> |
VolumeTypeAsyncClient.getVolumeType(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<HostAggregate>> |
HostAggregateAsyncClient.listAggregates() |
com.google.common.util.concurrent.ListenableFuture<Set<VolumeAttachment>> |
VolumeAsyncClient.listAttachmentsOnServer(String serverId)
List volume attachments for a given instance.
|
com.google.common.util.concurrent.ListenableFuture<Set<FloatingIP>> |
FloatingIPAsyncClient.listFloatingIPs() |
com.google.common.util.concurrent.ListenableFuture<Set<Host>> |
HostAdministrationAsyncClient.listHosts() |
com.google.common.util.concurrent.ListenableFuture<Set<Map<String,KeyPair>>> |
KeyPairAsyncClient.listKeyPairs() |
com.google.common.util.concurrent.ListenableFuture<Set<SecurityGroup>> |
SecurityGroupAsyncClient.listSecurityGroups() |
com.google.common.util.concurrent.ListenableFuture<Set<VolumeSnapshot>> |
VolumeAsyncClient.listSnapshots()
Returns a summary list of snapshots.
|
com.google.common.util.concurrent.ListenableFuture<Set<VolumeSnapshot>> |
VolumeAsyncClient.listSnapshotsInDetail()
Returns a summary list of snapshots.
|
com.google.common.util.concurrent.ListenableFuture<Set<SimpleTenantUsage>> |
SimpleTenantUsageAsyncClient.listTenantUsages() |
com.google.common.util.concurrent.ListenableFuture<Set<VirtualInterface>> |
VirtualInterfaceAsyncClient.listVirtualInterfacesForServer(String serverId) |
com.google.common.util.concurrent.ListenableFuture<Set<Volume>> |
VolumeAsyncClient.listVolumes()
Returns a summary list of volumes.
|
com.google.common.util.concurrent.ListenableFuture<Set<Volume>> |
VolumeAsyncClient.listVolumesInDetail()
Returns a detailed list of volumes.
|
com.google.common.util.concurrent.ListenableFuture<Set<VolumeType>> |
VolumeTypeAsyncClient.listVolumeTypes() |
com.google.common.util.concurrent.ListenableFuture<HostAggregate> |
HostAggregateAsyncClient.removeHost(String id,
String host) |
com.google.common.util.concurrent.ListenableFuture<HostAggregate> |
HostAggregateAsyncClient.setMetadata(String id,
Map<String,String> metadata) |
com.google.common.util.concurrent.ListenableFuture<HostAggregate> |
HostAggregateAsyncClient.updateAvailabilityZone(String id,
String availabilityZone) |
com.google.common.util.concurrent.ListenableFuture<HostAggregate> |
HostAggregateAsyncClient.updateName(String id,
String name) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Extension> |
ExtensionAsyncClient.getExtensionByAlias(String id) |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
FlavorAsyncClient.getFlavor(String id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
ImageAsyncClient.getImage(String id) |
com.google.common.util.concurrent.ListenableFuture<Server> |
ServerAsyncClient.getServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<Extension>> |
ExtensionAsyncClient.listExtensions() |
com.google.common.util.concurrent.ListenableFuture<Set<Resource>> |
FlavorAsyncClient.listFlavors() |
com.google.common.util.concurrent.ListenableFuture<Set<Flavor>> |
FlavorAsyncClient.listFlavorsInDetail() |
com.google.common.util.concurrent.ListenableFuture<Set<Resource>> |
ImageAsyncClient.listImages() |
com.google.common.util.concurrent.ListenableFuture<Set<Image>> |
ImageAsyncClient.listImagesInDetail() |
com.google.common.util.concurrent.ListenableFuture<Set<Resource>> |
ServerAsyncClient.listServers() |
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
ServerAsyncClient.listServersInDetail() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Reference> |
PortAsyncClient.create() |
com.google.common.util.concurrent.ListenableFuture<Port> |
PortAsyncClient.create(Port.State state) |
com.google.common.util.concurrent.ListenableFuture<Reference> |
NetworkAsyncClient.create(String name) |
com.google.common.util.concurrent.ListenableFuture<Port> |
PortAsyncClient.get(String id) |
com.google.common.util.concurrent.ListenableFuture<Network> |
NetworkAsyncClient.get(String id) |
com.google.common.util.concurrent.ListenableFuture<PortDetails> |
PortAsyncClient.getDetails(String id) |
com.google.common.util.concurrent.ListenableFuture<NetworkDetails> |
NetworkAsyncClient.getDetails(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<Port>> |
PortAsyncClient.list() |
com.google.common.util.concurrent.ListenableFuture<Set<Network>> |
NetworkAsyncClient.list() |
com.google.common.util.concurrent.ListenableFuture<Set<Reference>> |
PortAsyncClient.listReferences() |
com.google.common.util.concurrent.ListenableFuture<Set<Reference>> |
NetworkAsyncClient.listReferences() |
com.google.common.util.concurrent.ListenableFuture<Attachment> |
PortAsyncClient.showAttachment(String portId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Access> |
CloudIdentityAuthenticationAsyncClient.authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials) |
com.google.common.util.concurrent.ListenableFuture<Access> |
CloudIdentityAuthenticationAsyncClient.authenticateWithTenantNameAndCredentials(String tenantName,
ApiKeyCredentials apiKeyCredentials) |
Copyright © 2009-2012 jclouds. All Rights Reserved.