org.jclouds.openstack.nova.ec2
Interface NovaEC2Client

All Superinterfaces:
org.jclouds.ec2.EC2Client

public interface NovaEC2Client
extends org.jclouds.ec2.EC2Client

Provides synchronous access to EC2 services.

Author:
Adam Lowe

Method Summary
 NovaEC2KeyPairClient getKeyPairServices()
          
 
Methods inherited from interface org.jclouds.ec2.EC2Client
getAMIServices, getAvailabilityZoneAndRegionServices, getConfiguredRegions, getElasticBlockStoreServices, getElasticIPAddressServices, getInstanceServices, getSecurityGroupServices, getWindowsApi, getWindowsApiForRegion, getWindowsServices
 

Method Detail

getKeyPairServices

NovaEC2KeyPairClient getKeyPairServices()

Specified by:
getKeyPairServices in interface org.jclouds.ec2.EC2Client


Copyright © 2009-2012 jclouds. All Rights Reserved.