Uses of Class
org.jclouds.rest.annotations.SelectJson

Packages that use SelectJson
org.jclouds.cloudloadbalancers.features   
org.jclouds.cloudstack.features   
org.jclouds.glesys.features   
org.jclouds.gogrid.services   
org.jclouds.openstack.glance.v1_0.features   
org.jclouds.openstack.keystone.v1_1   
org.jclouds.openstack.keystone.v2_0   
org.jclouds.openstack.keystone.v2_0.features   
org.jclouds.openstack.nova.v2_0.extensions   
org.jclouds.openstack.nova.v2_0.features   
org.jclouds.openstack.quantum.v1_0.features   
org.jclouds.rackspace.cloudidentity.v2_0   
 

Uses of SelectJson in org.jclouds.cloudloadbalancers.features
 

Methods in org.jclouds.cloudloadbalancers.features with annotations of type SelectJson
 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)
           
 

Uses of SelectJson in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with annotations of type SelectJson
 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)
           
 

Uses of SelectJson in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features with annotations of type SelectJson
 com.google.common.util.concurrent.ListenableFuture<Domain> DomainAsyncApi.addDomain(String name, AddDomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<IpDetails> IpAsyncApi.addIpToServer(String ipAddress, String serverId)
           
 com.google.common.util.concurrent.ListenableFuture<DomainRecord> DomainAsyncApi.addRecord(String domain, String host, String type, String data, AddRecordOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Archive> ArchiveAsyncApi.changeArchivePassword(String username, String password)
           
 com.google.common.util.concurrent.ListenableFuture<ServerDetails> ServerAsyncApi.cloneServer(String serverid, String hostname, CloneServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<EmailAccount> EmailAsyncApi.createAccount(String accountAddress, String password, CreateAccountOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<EmailAlias> EmailAsyncApi.createAlias(String aliasAddress, String toEmailAddress)
           
 com.google.common.util.concurrent.ListenableFuture<Archive> ArchiveAsyncApi.createArchive(String username, String password, int size)
           
 com.google.common.util.concurrent.ListenableFuture<ServerDetails> ServerAsyncApi.createServerWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<EmailAccount> EmailAsyncApi.editAccount(String accountAddress, EditAccountOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<EmailAlias> EmailAsyncApi.editAlias(String aliasAddress, String toEmailAddress)
           
 com.google.common.util.concurrent.ListenableFuture<Domain> DomainAsyncApi.editDomain(String domain, DomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<DomainRecord> DomainAsyncApi.editRecord(String record_id, EditRecordOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ServerDetails> ServerAsyncApi.editServer(String serverid, EditServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Map<String,AllowedArgumentsForCreateServer>> ServerAsyncApi.getAllowedArgumentsForCreateServerByPlatform()
           
 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<ResourceUsage> ServerAsyncApi.getResourceUsage(String id, String resource, String resolution)
           
 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<ServerDetails> ServerAsyncApi.hardStopServer(String id)
           
 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<DomainRecord>> DomainAsyncApi.listRecords(String domain)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Server>> ServerAsyncApi.listServers()
           
 com.google.common.util.concurrent.ListenableFuture<ServerDetails> ServerAsyncApi.rebootServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<IpDetails> IpAsyncApi.release(String ipAddress)
           
 com.google.common.util.concurrent.ListenableFuture<IpDetails> IpAsyncApi.removeIpFromServer(String ipAddress, String serverId)
           
 com.google.common.util.concurrent.ListenableFuture<IpDetails> IpAsyncApi.removeIpFromServerAndRelease(String ipAddress, String serverId)
           
 com.google.common.util.concurrent.ListenableFuture<ServerDetails> ServerAsyncApi.resetPassword(String id, String password)
           
 com.google.common.util.concurrent.ListenableFuture<IpDetails> IpAsyncApi.resetPtr(String ipAddress)
           
 com.google.common.util.concurrent.ListenableFuture<Archive> ArchiveAsyncApi.resizeArchive(String username, int size)
           
 com.google.common.util.concurrent.ListenableFuture<IpDetails> IpAsyncApi.setPtr(String ipAddress, String ptr)
           
 com.google.common.util.concurrent.ListenableFuture<ServerDetails> ServerAsyncApi.startServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<ServerDetails> ServerAsyncApi.stopServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<IpDetails> IpAsyncApi.take(String ipAddress)
           
 

Uses of SelectJson in org.jclouds.gogrid.services
 

Methods in org.jclouds.gogrid.services with annotations of type SelectJson
 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)
           
 

Uses of SelectJson in org.jclouds.openstack.glance.v1_0.features
 

Methods in org.jclouds.openstack.glance.v1_0.features with annotations of type SelectJson
 com.google.common.util.concurrent.ListenableFuture<ImageDetails> ImageAsyncApi.create(String name, Payload payload, CreateImageOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Image>> ImageAsyncApi.list(ListImageOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<ImageDetails>> ImageAsyncApi.listInDetail(ListImageOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ImageDetails> ImageAsyncApi.reserve(String name, CreateImageOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ImageDetails> ImageAsyncApi.update(String id, UpdateImageOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ImageDetails> ImageAsyncApi.upload(String id, Payload imageData, UpdateImageOptions... options)
           
 

Uses of SelectJson in org.jclouds.openstack.keystone.v1_1
 

Methods in org.jclouds.openstack.keystone.v1_1 with annotations of type SelectJson
 com.google.common.util.concurrent.ListenableFuture<Auth> AuthenticationAsyncClient.authenticate(String username, String key)
           
 

Uses of SelectJson in org.jclouds.openstack.keystone.v2_0
 

Methods in org.jclouds.openstack.keystone.v2_0 with annotations of type SelectJson
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId, ApiAccessKeyCredentials apiAccessKeyCredentials)
           
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId, PasswordCredentials passwordCredentials)
           
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName, ApiAccessKeyCredentials apiAccessKeyCredentials)
           
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName, PasswordCredentials passwordCredentials)
           
 com.google.common.util.concurrent.ListenableFuture<ApiMetadata> KeystoneAsyncApi.getApiMetadata()
           
 

Uses of SelectJson in org.jclouds.openstack.keystone.v2_0.features
 

Methods in org.jclouds.openstack.keystone.v2_0.features with annotations of type SelectJson
 com.google.common.util.concurrent.ListenableFuture<User> UserAsyncApi.get(String userId)
           
 com.google.common.util.concurrent.ListenableFuture<Token> TokenAsyncApi.get(String token)
           
 com.google.common.util.concurrent.ListenableFuture<Tenant> TenantAsyncApi.get(String tenantId)
           
 com.google.common.util.concurrent.ListenableFuture<User> UserAsyncApi.getByName(String userName)
           
 com.google.common.util.concurrent.ListenableFuture<Tenant> TenantAsyncApi.getByName(String tenantName)
           
 com.google.common.util.concurrent.ListenableFuture<User> TokenAsyncApi.getUserOfToken(String token)
           
 com.google.common.util.concurrent.ListenableFuture<Set<User>> UserAsyncApi.list()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Tenant>> TenantAsyncApi.list()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Endpoint>> TokenAsyncApi.listEndpointsForToken(String token)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Role>> UserAsyncApi.listRolesOfUser(String userId)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Role>> UserAsyncApi.listRolesOfUserOnTenant(String userId, String tenantId)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Tenant>> ServiceAsyncApi.listTenants()
           
 

Uses of SelectJson in org.jclouds.openstack.nova.v2_0.extensions
 

Methods in org.jclouds.openstack.nova.v2_0.extensions with annotations of type SelectJson
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.addHost(String id, String host)
           
 com.google.common.util.concurrent.ListenableFuture<FloatingIP> FloatingIPAsyncApi.allocate()
           
 com.google.common.util.concurrent.ListenableFuture<VolumeAttachment> VolumeAsyncApi.attachVolumeToServerAsDevice(String volumeId, String serverId, String device)
          Attach a volume to an instance
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.createAggregate(String name, String availablityZone)
           
 com.google.common.util.concurrent.ListenableFuture<KeyPair> KeyPairAsyncApi.createKeyPair(String name)
           
 com.google.common.util.concurrent.ListenableFuture<KeyPair> KeyPairAsyncApi.createKeyPairWithPublicKey(String name, String publicKey)
           
 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<VolumeSnapshot> VolumeAsyncApi.createSnapshot(String volumeId, CreateVolumeSnapshotOptions... options)
          Creates a new Snapshot
 com.google.common.util.concurrent.ListenableFuture<Volume> VolumeAsyncApi.createVolume(int sizeGB, CreateVolumeOptions... options)
          Creates a new volume
 com.google.common.util.concurrent.ListenableFuture<VolumeType> VolumeTypeAsyncApi.createVolumeType(String name, CreateVolumeTypeOptions... options)
           
 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<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<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<HostAggregate> HostAggregateAsyncApi.removeHost(String id, String host)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.setMetadata(String id, Map<String,String> metadata)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.updateAvailabilityZone(String id, String availabilityZone)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.updateName(String id, String name)
           
 

Uses of SelectJson in org.jclouds.openstack.nova.v2_0.features
 

Methods in org.jclouds.openstack.nova.v2_0.features with annotations of type SelectJson
 com.google.common.util.concurrent.ListenableFuture<Extension> ExtensionAsyncApi.getExtensionByAlias(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Flavor> FlavorAsyncApi.getFlavor(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> ImageAsyncApi.getImage(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Server> ServerAsyncApi.getServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Extension>> ExtensionAsyncApi.listExtensions()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Resource>> FlavorAsyncApi.listFlavors()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Flavor>> FlavorAsyncApi.listFlavorsInDetail()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Resource>> ImageAsyncApi.listImages()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Image>> ImageAsyncApi.listImagesInDetail()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Resource>> ServerAsyncApi.listServers()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Server>> ServerAsyncApi.listServersInDetail()
           
 

Uses of SelectJson in org.jclouds.openstack.quantum.v1_0.features
 

Methods in org.jclouds.openstack.quantum.v1_0.features with annotations of type SelectJson
 com.google.common.util.concurrent.ListenableFuture<Reference> PortAsyncApi.create()
           
 com.google.common.util.concurrent.ListenableFuture<Port> PortAsyncApi.create(Port.State state)
           
 com.google.common.util.concurrent.ListenableFuture<Reference> NetworkAsyncApi.create(String name)
           
 com.google.common.util.concurrent.ListenableFuture<Port> PortAsyncApi.get(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Network> NetworkAsyncApi.get(String id)
           
 com.google.common.util.concurrent.ListenableFuture<PortDetails> PortAsyncApi.getDetails(String id)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkDetails> NetworkAsyncApi.getDetails(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Port>> PortAsyncApi.list()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Network>> NetworkAsyncApi.list()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Reference>> PortAsyncApi.listReferences()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Reference>> NetworkAsyncApi.listReferences()
           
 com.google.common.util.concurrent.ListenableFuture<Attachment> PortAsyncApi.showAttachment(String portId)
           
 

Uses of SelectJson in org.jclouds.rackspace.cloudidentity.v2_0
 

Methods in org.jclouds.rackspace.cloudidentity.v2_0 with annotations of type SelectJson
 com.google.common.util.concurrent.ListenableFuture<Access> CloudIdentityAuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId, ApiKeyCredentials apiKeyCredentials)
           
 com.google.common.util.concurrent.ListenableFuture<Access> CloudIdentityAuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName, ApiKeyCredentials apiKeyCredentials)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.