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 |
addNestedInstance(org.onosproject.net.HostId hostId,
org.onosproject.net.host.HostDescription description)
Adds a nested instance with given host ID and host description.
|
void |
removeInstance(org.onosproject.net.ConnectPoint connectPoint)
Removes a service instance from a given connect point.
|
void |
removeNestedInstance(org.onosproject.net.HostId hostId)
Removes nested instance with a given host ID.
|
void addInstance(org.onosproject.net.ConnectPoint connectPoint)
connectPoint - connect point of the instancevoid removeInstance(org.onosproject.net.ConnectPoint connectPoint)
connectPoint - connect pointvoid addNestedInstance(org.onosproject.net.HostId hostId,
org.onosproject.net.host.HostDescription description)
hostId - host iddescription - host descriptionvoid removeNestedInstance(org.onosproject.net.HostId hostId)
hostId - host idCopyright © 2016. All rights reserved.