Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions.BgpConditions
Package
Description
-
Uses of BgpConditions in org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.policy.condition
Modifier and TypeInterfaceDescriptioninterface
BgpConditionsAugmentationPolicy<T extends org.opendaylight.yangtools.binding.Augmentation<BgpConditions>,
N> Condition Policy: Check if route matches defined condition. -
Uses of BgpConditions in org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.registry
Modifier and TypeMethodDescription<T extends org.opendaylight.yangtools.binding.Augmentation<BgpConditions>,
N>
@NonNull org.opendaylight.yangtools.concepts.AbstractRegistrationBgpStatementRegistryProvider.registerBgpConditionsAugmentationPolicy
(@NonNull Class<T> conditionPolicyClass, @NonNull BgpConditionsAugmentationPolicy<T, N> conditionPolicy) Register Bgp Condition Policy Augmentation handler.<T extends org.opendaylight.yangtools.binding.Augmentation<BgpConditions>,
N>
org.opendaylight.yangtools.concepts.AbstractRegistrationStatementRegistry.registerBgpConditionsAugmentationPolicy
(Class<T> conditionPolicyClass, BgpConditionsAugmentationPolicy<T, N> conditionPolicy) -
Uses of BgpConditions in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009
Modifier and TypeMethodDescriptionConditions1.getBgpConditions()
Return bgpConditions, ornull
if it is not present.Conditions1Builder.getBgpConditions()
Return current value associated with the property corresponding toConditions1.getBgpConditions()
.@NonNull BgpConditions
Conditions1.nonnullBgpConditions()
Return bgpConditions, or an empty instance if it is not present.Modifier and TypeMethodDescriptionConditions1Builder.setBgpConditions
(BgpConditions value) Set the property corresponding toConditions1.getBgpConditions()
to the specified value. -
Uses of BgpConditions in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<BgpConditions>>
E$$BgpConditionsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull BgpConditions
BgpConditionsBuilder.build()
A newBgpConditions
instance.static @NonNull BgpConditions
BgpConditionsBuilder.empty()
Get empty instance of BgpConditions.Modifier and TypeMethodDescriptiondefault Class
<BgpConditions> BgpConditions.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
BgpConditions.bindingEquals
(@NonNull BgpConditions thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
BgpConditions.bindingHashCode
(@NonNull BgpConditions obj) Default implementation ofObject.hashCode()
contract for this interface.static String
BgpConditions.bindingToString
(@NonNull BgpConditions obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionBgpConditionsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<BgpConditions> augmentation) Add an augmentation to this builder's product.BgpConditionsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<BgpConditions>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBgpConditions
.