public class Vpls extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.app.ApplicationService |
applicationService |
protected org.onosproject.net.config.NetworkConfigService |
configService |
protected org.onosproject.core.CoreService |
coreService |
protected org.onosproject.net.host.HostService |
hostService |
protected org.onosproject.net.intent.IntentService |
intentService |
protected IntentSynchronizationService |
intentSynchronizer |
protected InterfaceService |
interfaceService |
protected VplsConfigService |
vplsConfigService |
| Constructor and Description |
|---|
Vpls() |
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.app.ApplicationService applicationService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.core.CoreService coreService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.host.HostService hostService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.intent.IntentService intentService
@Reference(cardinality=MANDATORY_UNARY) protected InterfaceService interfaceService
@Reference(cardinality=MANDATORY_UNARY) protected IntentSynchronizationService intentSynchronizer
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.config.NetworkConfigService configService
@Reference(cardinality=MANDATORY_UNARY) protected VplsConfigService vplsConfigService