public interface DependencyService
| Modifier and Type | Method and Description |
|---|---|
void |
createDependency(org.onosproject.xosclient.api.VtnServiceId tServiceId,
org.onosproject.xosclient.api.VtnServiceId pServiceId,
boolean isBidirectional)
Creates dependencies for a given tenant service.
|
void |
removeDependency(org.onosproject.xosclient.api.VtnServiceId tServiceId,
org.onosproject.xosclient.api.VtnServiceId pServiceId)
Removes all dependencies from a given tenant service.
|
void createDependency(org.onosproject.xosclient.api.VtnServiceId tServiceId,
org.onosproject.xosclient.api.VtnServiceId pServiceId,
boolean isBidirectional)
tServiceId - id of the service which has a dependencypServiceId - id of the service which provide dependencyisBidirectional - true to enable bidirectional connectivity between two servicesvoid removeDependency(org.onosproject.xosclient.api.VtnServiceId tServiceId,
org.onosproject.xosclient.api.VtnServiceId pServiceId)
tServiceId - id of the service which has a dependencypServiceId - id of the service which provide dependencyCopyright © 2016. All rights reserved.