Package | Description |
---|---|
org.openstack4j.api.networking | |
org.openstack4j.openstack.networking.domain | |
org.openstack4j.openstack.networking.internal |
Modifier and Type | Method and Description |
---|---|
RouterInterface |
RouterService.attachInterface(String routerId,
AttachInterfaceType type,
String portOrSubnetId)
Attaches a Subnet or Port to the specified router
|
RouterInterface |
RouterService.detachInterface(String routerId,
String subnetId,
String portId)
Removes an internal router interface, which detaches a subnet from the router.
|
Modifier and Type | Class and Description |
---|---|
class |
NeutronRouterInterface
An interface data model which is returned during interface association with a router
|
Modifier and Type | Method and Description |
---|---|
RouterInterface |
RouterServiceImpl.attachInterface(String routerId,
AttachInterfaceType type,
String portOrSubnetId) |
RouterInterface |
RouterServiceImpl.detachInterface(String routerId,
String subnetId,
String portId) |
Copyright © 2017. All rights reserved.