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 RouterInterface
RouterInterface.Builder. build()
Methods in org.jclouds.openstack.neutron.v2.domain with parameters of type RouterInterface Modifier and Type Method Description RouterInterface.Builder
RouterInterface.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 RouterInterface
RouterApi. addInterfaceForPort(String routerId, String portId)
Add a interface to a router to connect to the specified portRouterInterface
RouterApi. addInterfaceForSubnet(String routerId, String subnetId)
Add a interface to a router to connect to the specified subnet
-