Uses of Class
org.jclouds.openstack.neutron.v2.domain.RouterInterface
- 
Packages that use RouterInterface Package Description org.jclouds.openstack.neutron.v2.domain org.jclouds.openstack.neutron.v2.extensions  - 
- 
Uses of RouterInterface in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return RouterInterface Modifier and Type Method Description RouterInterfaceRouterInterface.Builder. build()Methods in org.jclouds.openstack.neutron.v2.domain with parameters of type RouterInterface Modifier and Type Method Description RouterInterface.BuilderRouterInterface.Builder. fromRouterInterface(RouterInterface in) - 
Uses of RouterInterface in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions that return RouterInterface Modifier and Type Method Description RouterInterfaceRouterApi. addInterfaceForPort(String routerId, String portId)Add a interface to a router to connect to the specified portRouterInterfaceRouterApi. addInterfaceForSubnet(String routerId, String subnetId)Add a interface to a router to connect to the specified subnet 
 -