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
Packages that use BgpConditions
Package
Description
-
Uses of BgpConditions in org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.policy.condition
Classes in org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.policy.condition with type parameters of type BgpConditionsModifier and TypeInterfaceDescriptioninterfaceBgpConditionsAugmentationPolicy<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
Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.registry with type parameters of type BgpConditionsModifier 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009 that return BgpConditionsModifier and TypeMethodDescriptionConditions1.getBgpConditions()Return bgpConditions, ornullif it is not present.Conditions1Builder.getBgpConditions()Return current value associated with the property corresponding toConditions1.getBgpConditions().@NonNull BgpConditionsConditions1.nonnullBgpConditions()Return bgpConditions, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009 with parameters of type BgpConditionsModifier 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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions with type parameters of type BgpConditionsModifier 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.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions that return BgpConditionsModifier and TypeMethodDescription@NonNull BgpConditionsBgpConditionsBuilder.build()A newBgpConditionsinstance.static @NonNull BgpConditionsBgpConditionsBuilder.empty()Get empty instance of BgpConditions.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions that return types with arguments of type BgpConditionsModifier and TypeMethodDescriptiondefault Class<BgpConditions> BgpConditions.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions with parameters of type BgpConditionsModifier and TypeMethodDescriptionstatic booleanBgpConditions.bindingEquals(@NonNull BgpConditions thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intBgpConditions.bindingHashCode(@NonNull BgpConditions obj) Default implementation ofObject.hashCode()contract for this interface.static StringBgpConditions.bindingToString(@NonNull BgpConditions obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions with type arguments of type BgpConditionsModifier 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.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions with parameters of type BgpConditionsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBgpConditions.