Uses of Class
org.jclouds.openstack.nova.v2_0.domain.VirtualInterface

Packages that use VirtualInterface
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
 VirtualInterface VirtualInterface.Builder.build()
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type VirtualInterface
 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
 com.google.common.collect.FluentIterable<VirtualInterface> VirtualInterfaceApi.listOnServer(String serverId)
          Returns the list of Virtual Interfaces for a given instance.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.