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