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 |
---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CreateEVPNOutput>> |
createEVPN(CreateEVPNInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<DeleteEVPNOutput>> |
deleteEVPN(DeleteEVPNInput input) |
com.google.common.util.concurrent.ListenableFuture<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 com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CreateEVPNOutput>> createEVPN(CreateEVPNInput input)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetEVPNOutput>> getEVPN(GetEVPNInput input)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<DeleteEVPNOutput>> deleteEVPN(DeleteEVPNInput input)
Copyright © 2019 OpenDaylight. All rights reserved.