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

Packages that use OnlyElement
org.jclouds.cloudstack.features   
 

Uses of OnlyElement in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with annotations of type OnlyElement
 com.google.common.util.concurrent.ListenableFuture<Account> AccountAsyncClient.getAccount(long id)
           
 com.google.common.util.concurrent.ListenableFuture<DiskOffering> OfferingAsyncClient.getDiskOffering(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Domain> DomainDomainAsyncClient.getDomainById(long domainId)
           
 com.google.common.util.concurrent.ListenableFuture<FirewallRule> FirewallAsyncClient.getFirewallRule(long id)
           
 com.google.common.util.concurrent.ListenableFuture<VMGroup> VMGroupAsyncClient.getInstanceGroup(long id)
           
 com.google.common.util.concurrent.ListenableFuture<IPForwardingRule> NATAsyncClient.getIPForwardingRule(long id)
           
 com.google.common.util.concurrent.ListenableFuture<ISO> ISOAsyncClient.getISO(long id)
          Gets information about an ISO by its ID.
 com.google.common.util.concurrent.ListenableFuture<LoadBalancerRule> LoadBalancerAsyncClient.getLoadBalancerRule(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Network> NetworkAsyncClient.getNetwork(long id)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkOffering> OfferingAsyncClient.getNetworkOffering(long id)
           
 com.google.common.util.concurrent.ListenableFuture<OSType> GuestOSAsyncClient.getOSType(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.getPod(long id)
           
 com.google.common.util.concurrent.ListenableFuture<PortForwardingRule> FirewallAsyncClient.getPortForwardingRule(long id)
           
 com.google.common.util.concurrent.ListenableFuture<PublicIPAddress> AddressAsyncClient.getPublicIPAddress(long id)
           
 com.google.common.util.concurrent.ListenableFuture<SecurityGroup> SecurityGroupAsyncClient.getSecurityGroup(long id)
           
 com.google.common.util.concurrent.ListenableFuture<ServiceOffering> OfferingAsyncClient.getServiceOffering(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Snapshot> SnapshotAsyncClient.getSnapshot(long 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(long templateId, long zoneId)
           
 com.google.common.util.concurrent.ListenableFuture<VirtualMachine> VirtualMachineAsyncClient.getVirtualMachine(long id)
           
 com.google.common.util.concurrent.ListenableFuture<VlanIPRange> GlobalVlanAsyncClient.getVlanIPRange(long id)
          Get the details of an IP range by its id.
 com.google.common.util.concurrent.ListenableFuture<Volume> VolumeAsyncClient.getVolume(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Zone> ZoneAsyncClient.getZone(long id)
           
 com.google.common.util.concurrent.ListenableFuture<LoadBalancerRule> LoadBalancerAsyncClient.updateLoadBalancerRule(long id, UpdateLoadBalancerRuleOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.