| Package | Description |
|---|---|
| org.opencord.cordvtn.api.core |
CORD VTN core API definitions.
|
| org.opencord.cordvtn.api.net |
CORD VTN network API definitions.
|
| org.opencord.cordvtn.impl |
Implementation for CORD VTN application.
|
| Modifier and Type | Method and Description |
|---|---|
PortId |
Instance.portId()
Returns port ID of a given host.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceNetworkAdminService.removeServicePort(PortId portId)
Removes a service port with the given port id.
|
ServicePort |
ServiceNetworkStore.removeServicePort(PortId portId)
Removes service port.
|
ServicePort |
ServiceNetworkStore.servicePort(PortId portId)
Returns the service port with the given port id.
|
ServicePort |
ServiceNetworkService.servicePort(PortId portId)
Returns the service port with the supplied port ID.
|
| Modifier and Type | Method and Description |
|---|---|
PortId |
ServicePort.id()
Returns the port identifier.
|
static PortId |
PortId.of(String id)
Returns the port identifier with the supplied value.
|
| Modifier and Type | Method and Description |
|---|---|
ServicePort.Builder |
ServicePort.Builder.id(PortId id)
Returns service port builder with the supplied identifier.
|
| Modifier and Type | Method and Description |
|---|---|
PortId |
DefaultServicePort.id() |
| Modifier and Type | Method and Description |
|---|---|
DefaultServicePort.Builder |
DefaultServicePort.Builder.id(PortId id) |
ServicePort |
DistributedServiceNetworkStore.removeServicePort(PortId portId) |
void |
ServiceNetworkManager.removeServicePort(PortId portId) |
ServicePort |
DistributedServiceNetworkStore.servicePort(PortId portId) |
ServicePort |
ServiceNetworkManager.servicePort(PortId portId) |
Copyright © 2018. All rights reserved.