Uses of Interface
org.openstack4j.model.network.RouterInterface
-
Packages that use RouterInterface Package Description org.openstack4j.api.networking org.openstack4j.openstack.networking.domain org.openstack4j.openstack.networking.internal -
-
Uses of RouterInterface in org.openstack4j.api.networking
Methods in org.openstack4j.api.networking that return RouterInterface Modifier and Type Method Description RouterInterfaceRouterService. attachInterface(String routerId, AttachInterfaceType type, String portOrSubnetId)Attaches a Subnet or Port to the specified routerRouterInterfaceRouterService. detachInterface(String routerId, String subnetId, String portId)Removes an internal router interface, which detaches a subnet from the router. -
Uses of RouterInterface in org.openstack4j.openstack.networking.domain
Classes in org.openstack4j.openstack.networking.domain that implement RouterInterface Modifier and Type Class Description classNeutronRouterInterfaceAn interface data model which is returned during interface association with a router -
Uses of RouterInterface in org.openstack4j.openstack.networking.internal
Methods in org.openstack4j.openstack.networking.internal that return RouterInterface Modifier and Type Method Description RouterInterfaceRouterServiceImpl. attachInterface(String routerId, AttachInterfaceType type, String portOrSubnetId)RouterInterfaceRouterServiceImpl. detachInterface(String routerId, String subnetId, String portId)
-