public interface InstanceService
| Modifier and Type | Method and Description |
|---|---|
void |
addInstance(org.onosproject.net.ConnectPoint connectPoint)
Adds a service instance on a given connect point.
|
void |
addInstance(org.onosproject.net.HostId hostId,
org.onosproject.net.host.HostDescription description)
Adds a host with a given host ID and host description.
|
void |
removeInstance(org.onosproject.net.ConnectPoint connectPoint)
Removes a service instance from a given connect point.
|
void |
removeInstance(org.onosproject.net.HostId hostId)
Removes host with host ID.
|
void addInstance(org.onosproject.net.ConnectPoint connectPoint)
connectPoint - connect point of the instancevoid addInstance(org.onosproject.net.HostId hostId,
org.onosproject.net.host.HostDescription description)
hostId - host iddescription - host descriptionvoid removeInstance(org.onosproject.net.ConnectPoint connectPoint)
connectPoint - connect pointvoid removeInstance(org.onosproject.net.HostId hostId)
hostId - host idCopyright © 2018. All rights reserved.