Uses of Interface
org.jclouds.openstack.nova.v2_0.extensions.KeyPairApi
-
Packages that use KeyPairApi Package Description org.jclouds.openstack.nova.v2_0 -
-
Uses of KeyPairApi in org.jclouds.openstack.nova.v2_0
Methods in org.jclouds.openstack.nova.v2_0 that return types with arguments of type KeyPairApi Modifier and Type Method Description com.google.common.base.Optional<KeyPairApi>
NovaApi. getKeyPairApi(String region)
Provides access to Key Pair features.com.google.common.base.Optional<? extends KeyPairApi>
NovaApi. getKeyPairExtensionForZone(String zone)
Deprecated.Please useNovaApi.getKeyPairApi(String region)
instead.
-