Uses of Class
org.jclouds.openstack.nova.v2_0.domain.VirtualInterface
-
Packages that use VirtualInterface Package Description org.jclouds.openstack.nova.v2_0.domain org.jclouds.openstack.nova.v2_0.extensions -
-
Uses of VirtualInterface in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return VirtualInterface Modifier and Type Method Description VirtualInterface
VirtualInterface.Builder. build()
Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type VirtualInterface Modifier and Type Method Description T
VirtualInterface.Builder. fromVirtualInterface(VirtualInterface in)
-
Uses of VirtualInterface in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type VirtualInterface Modifier and Type Method Description com.google.common.collect.FluentIterable<VirtualInterface>
VirtualInterfaceApi. listOnServer(String serverId)
Returns the list of Virtual Interfaces for a given instance.
-