Modifier and Type | Method and Description |
---|---|
@Nullable Routes |
BaseVrfEntryHandler.getVpnToExtraroute(Long vpnId,
String vpnRd,
String destPrefix) |
Modifier and Type | Method and Description |
---|---|
static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Routes> |
BaseVrfEntryHandler.getVpnToExtrarouteIdentifier(String vpnName,
String vrfId,
String ipPrefix) |
Modifier and Type | Method and Description |
---|---|
void |
BaseVrfEntryHandler.deleteRemoteRoute(@Nullable BigInteger localDpnId,
BigInteger remoteDpnId,
long vpnId,
VrfTablesKey vrfTableKey,
VrfEntry vrfEntry,
com.google.common.base.Optional<Routes> extraRouteOptional,
@Nullable org.opendaylight.controller.md.sal.binding.api.WriteTransaction tx) |
void |
BgpRouteVrfEntryHandler.deleteRemoteRoute(@Nullable BigInteger localDpnId,
BigInteger remoteDpnId,
long vpnId,
VrfTablesKey vrfTableKey,
VrfEntry vrfEntry,
com.google.common.base.Optional<Routes> extraRouteOptional,
@Nullable org.opendaylight.controller.md.sal.binding.api.WriteTransaction tx,
List<org.opendaylight.genius.utils.batching.SubTransaction> subTxns) |
Modifier and Type | Method and Description |
---|---|
static List<Routes> |
VpnExtraRouteHelper.getAllVpnExtraRoutes(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
String vpnName,
List<String> usedRds,
String destPrefix) |
static com.google.common.base.Optional<Routes> |
VpnExtraRouteHelper.getVpnExtraroutes(org.opendaylight.controller.md.sal.binding.api.DataBroker broker,
String vpnName,
String vpnRd,
String destPrefix) |
static com.google.common.base.Optional<Routes> |
VpnExtraRouteHelper.getVpnExtraroutes(org.opendaylight.genius.infra.TypedReadTransaction<org.opendaylight.genius.infra.Datastore.Operational> operTx,
String vpnName,
String vpnRd,
String destPrefix) |
static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Routes> |
VpnExtraRouteHelper.getVpnToExtrarouteVrfIdIdentifier(String vpnName,
String vrfId,
String ipPrefix) |
Modifier and Type | Method and Description |
---|---|
List<Routes> |
ExtraRoutesBuilder.getRoutes() |
Modifier and Type | Method and Description |
---|---|
ExtraRoutesBuilder |
ExtraRoutesBuilder.setRoutes(List<Routes> values) |
Modifier and Type | Method and Description |
---|---|
<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Routes>> |
RoutesBuilder.augmentation(Class<E$$> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Routes |
RoutesBuilder.build() |
Modifier and Type | Method and Description |
---|---|
default Class<Routes> |
Routes.implementedInterface() |
Modifier and Type | Method and Description |
---|---|
RoutesBuilder |
RoutesBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Routes>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Routes> augmentationValue) |
RoutesBuilder |
RoutesBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Routes>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Routes> augmentationValue) |
RoutesBuilder |
RoutesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Routes>> augmentationType) |
Constructor and Description |
---|
RoutesBuilder(Routes base) |
Copyright © 2020 OpenDaylight. All rights reserved.