Uses of Interface
org.jclouds.openstack.nova.v2_0.features.ImageApi
-
Packages that use ImageApi Package Description org.jclouds.openstack.nova.v2_0 -
-
Uses of ImageApi in org.jclouds.openstack.nova.v2_0
Methods in org.jclouds.openstack.nova.v2_0 that return ImageApi Modifier and Type Method Description ImageApi
NovaApi. getImageApi(String region)
Provides access to Image features.ImageApi
NovaApi. getImageApiForZone(String zone)
Deprecated.Please useNovaApi.getImageApi(String region)
instead.
-