Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.AsPath
Packages that use AsPath
Package
Description
-
Uses of AsPath in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions
Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions that return AsPathModifier and TypeMethodDescriptionMatchAsPathSetHandler.getConditionParameter
(Attributes attributes) Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions with parameters of type AsPathModifier and TypeMethodDescriptionboolean
MatchAsPathSetHandler.matchExportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, AsPath asPath, MatchAsPathSet conditions) boolean
MatchAsPathSetHandler.matchImportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, AsPath asPath, MatchAsPathSet conditions) -
Uses of AsPath in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return AsPathModifier and TypeMethodDescriptionAttributes.getAsPath()
Return asPath, ornull
if it is not present.AttributesBuilder.getAsPath()
Return current value associated with the property corresponding toAttributes.getAsPath()
.@NonNull AsPath
Attributes.nonnullAsPath()
Return asPath, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with parameters of type AsPathModifier and TypeMethodDescriptionSet the property corresponding toAttributes.getAsPath()
to the specified value. -
Uses of AsPath in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type parameters of type AsPathModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<AsPath>>
E$$AsPathBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return AsPathModifier and TypeMethodDescription@NonNull AsPath
AsPathBuilder.build()
A newAsPath
instance.static @NonNull AsPath
AsPathBuilder.empty()
Get empty instance of AsPath.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type AsPathMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type AsPathModifier and TypeMethodDescriptionstatic boolean
AsPath.bindingEquals
(@NonNull AsPath thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AsPath.bindingHashCode
(@NonNull AsPath obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AsPath.bindingToString
(@NonNull AsPath obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type arguments of type AsPathModifier and TypeMethodDescriptionAsPathBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<AsPath> augmentation) Add an augmentation to this builder's product.AsPathBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<AsPath>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type AsPathModifierConstructorDescriptionAsPathBuilder
(AsPath base) Construct a builder initialized with state from specifiedAsPath
.