Package org.jclouds.openstack.nova.ec2
Interface NovaEC2Api
-
- All Superinterfaces:
AutoCloseable
,Closeable
,EC2Api
public interface NovaEC2Api extends EC2Api
Provides access to EC2 services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.base.Optional<? extends NovaEC2KeyPairApi>
getKeyPairApi()
Provides synchronous access to KeyPair services.com.google.common.base.Optional<? extends NovaEC2KeyPairApi>
getKeyPairApiForRegion(String region)
-
Methods inherited from interface org.jclouds.ec2.EC2Api
getAMIApi, getAMIApiForRegion, getAvailabilityZoneAndRegionApi, getAvailabilityZoneAndRegionApiForRegion, getConfiguredRegions, getElasticBlockStoreApi, getElasticBlockStoreApiForRegion, getElasticIPAddressApi, getElasticIPAddressApiForRegion, getInstanceApi, getInstanceApiForRegion, getSecurityGroupApi, getSecurityGroupApiForRegion, getSubnetApi, getSubnetApiForRegion, getTagApi, getTagApiForRegion, getWindowsApi, getWindowsApiForRegion
-
-
-
-
Method Detail
-
getKeyPairApi
com.google.common.base.Optional<? extends NovaEC2KeyPairApi> getKeyPairApi()
Provides synchronous access to KeyPair services.- Specified by:
getKeyPairApi
in interfaceEC2Api
-
getKeyPairApiForRegion
com.google.common.base.Optional<? extends NovaEC2KeyPairApi> getKeyPairApiForRegion(String region)
- Specified by:
getKeyPairApiForRegion
in interfaceEC2Api
-
-