public class NeutronEvpnManager extends Object
Constructor and Description |
---|
NeutronEvpnManager(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
NeutronvpnManager neutronvpnManager,
NeutronvpnUtils neutronvpnUtils) |
Modifier and Type | Method and Description |
---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<CreateEVPNOutput>> |
createEVPN(CreateEVPNInput input) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<DeleteEVPNOutput>> |
deleteEVPN(DeleteEVPNInput input) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetEVPNOutput>> |
getEVPN(GetEVPNInput input) |
public NeutronEvpnManager(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, NeutronvpnManager neutronvpnManager, NeutronvpnUtils neutronvpnUtils)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<CreateEVPNOutput>> createEVPN(CreateEVPNInput input)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<GetEVPNOutput>> getEVPN(GetEVPNInput input)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<DeleteEVPNOutput>> deleteEVPN(DeleteEVPNInput input)
Copyright © 2019 OpenDaylight. All rights reserved.