Package | Description |
---|---|
org.jclouds.cloudstack.features | |
org.jclouds.gogrid.services |
Modifier and Type | Method and Description |
---|---|
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<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<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<ISO> |
ISOAsyncClient.registerISO(String name,
String displayText,
String url,
String zoneId,
RegisterISOOptions... options)
Registers an existing ISO into the Cloud.com Cloud.
|
com.google.common.util.concurrent.ListenableFuture<LoadBalancerRule> |
LoadBalancerAsyncClient.updateLoadBalancerRule(String id,
UpdateLoadBalancerRuleOptions... options) |
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<Server> |
GridServerAsyncClient.power(String idOrName,
PowerCommand power) |
Copyright © 2009-2013 jclouds. All Rights Reserved.