Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart.GracefulRestart
Packages that use GracefulRestart
Package
Description
-
Uses of GracefulRestart in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state that return GracefulRestartModifier and TypeMethodDescriptionstatic @NonNull GracefulRestart
NeighborUtil.buildGracefulRestart
(@NonNull BGPGracelfulRestartState neighbor) Builds Graceful Restart containing Graceful Restart State from BGPGracelfulRestartState counters. -
Uses of GracefulRestart in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return GracefulRestartModifier and TypeMethodDescriptionBgpGracefulRestart.getGracefulRestart()
Return gracefulRestart, ornull
if it is not present.@NonNull GracefulRestart
BgpGracefulRestart.nonnullGracefulRestart()
Return gracefulRestart, or an empty instance if it is not present. -
Uses of GracefulRestart in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart with type parameters of type GracefulRestartModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<GracefulRestart>>
E$$GracefulRestartBuilder.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.rev151009.bgp.graceful.restart that return GracefulRestartModifier and TypeMethodDescription@NonNull GracefulRestart
GracefulRestartBuilder.build()
A newGracefulRestart
instance.static @NonNull GracefulRestart
GracefulRestartBuilder.empty()
Get empty instance of GracefulRestart.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart that return types with arguments of type GracefulRestartModifier and TypeMethodDescriptiondefault Class
<GracefulRestart> GracefulRestart.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart with parameters of type GracefulRestartModifier and TypeMethodDescriptionstatic boolean
GracefulRestart.bindingEquals
(@NonNull GracefulRestart thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GracefulRestart.bindingHashCode
(@NonNull GracefulRestart obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GracefulRestart.bindingToString
(@NonNull GracefulRestart obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart with type arguments of type GracefulRestartModifier and TypeMethodDescriptionGracefulRestartBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<GracefulRestart> augmentation) Add an augmentation to this builder's product.GracefulRestartBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<GracefulRestart>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.graceful.restart with parameters of type GracefulRestartModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGracefulRestart
. -
Uses of GracefulRestart in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors that return GracefulRestartModifier and TypeMethodDescriptionNeighborBuilder.getGracefulRestart()
Return current value associated with the property corresponding toBgpGracefulRestart.getGracefulRestart()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors with parameters of type GracefulRestartModifier and TypeMethodDescriptionNeighborBuilder.setGracefulRestart
(GracefulRestart value) Set the property corresponding toBgpGracefulRestart.getGracefulRestart()
to the specified value. -
Uses of GracefulRestart in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group that return GracefulRestartModifier and TypeMethodDescriptionPeerGroupBuilder.getGracefulRestart()
Return current value associated with the property corresponding toBgpGracefulRestart.getGracefulRestart()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.peer.group with parameters of type GracefulRestartModifier and TypeMethodDescriptionPeerGroupBuilder.setGracefulRestart
(GracefulRestart value) Set the property corresponding toBgpGracefulRestart.getGracefulRestart()
to the specified value. -
Uses of GracefulRestart in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp that return GracefulRestartModifier and TypeMethodDescriptionGlobalBuilder.getGracefulRestart()
Return current value associated with the property corresponding toBgpGracefulRestart.getGracefulRestart()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.top.bgp with parameters of type GracefulRestartModifier and TypeMethodDescriptionGlobalBuilder.setGracefulRestart
(GracefulRestart value) Set the property corresponding toBgpGracefulRestart.getGracefulRestart()
to the specified value.