Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.operational.rev151009.BgpAfiSafiGracefulRestartState.Mode
Packages that use BgpAfiSafiGracefulRestartState.Mode
Package
Description
-
Uses of BgpAfiSafiGracefulRestartState.Mode in org.opendaylight.protocol.bgp.rib.impl.state
Methods in org.opendaylight.protocol.bgp.rib.impl.state that return BgpAfiSafiGracefulRestartState.Mode -
Uses of BgpAfiSafiGracefulRestartState.Mode in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BgpAfiSafiGracefulRestartState.ModeModifier and TypeMethodDescriptionBGPGracelfulRestartState.getMode()
Returns operational mode of graceful restart. -
Uses of BgpAfiSafiGracefulRestartState.Mode in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.operational.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.operational.rev151009 that return BgpAfiSafiGracefulRestartState.ModeModifier and TypeMethodDescriptionstatic @Nullable BgpAfiSafiGracefulRestartState.Mode
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable BgpAfiSafiGracefulRestartState.Mode
BgpAfiSafiGracefulRestartState.Mode.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.BgpAfiSafiGracefulRestartState.getMode()
Return mode, ornull
if it is not present.static @NonNull BgpAfiSafiGracefulRestartState.Mode
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull BgpAfiSafiGracefulRestartState.Mode
BgpAfiSafiGracefulRestartState.Mode.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.default @NonNull BgpAfiSafiGracefulRestartState.Mode
BgpAfiSafiGracefulRestartState.requireMode()
Return mode, guaranteed to be non-null.Returns the enum constant of this class with the specified name.static BgpAfiSafiGracefulRestartState.Mode[]
BgpAfiSafiGracefulRestartState.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BgpAfiSafiGracefulRestartState.Mode 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 BgpAfiSafiGracefulRestartState.ModeModifier and TypeMethodDescriptionState5Builder.getMode()
Return current value associated with the property corresponding toBgpAfiSafiGracefulRestartState.getMode()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 with parameters of type BgpAfiSafiGracefulRestartState.ModeModifier and TypeMethodDescriptionState5Builder.setMode
(BgpAfiSafiGracefulRestartState.Mode value) Set the property corresponding toBgpAfiSafiGracefulRestartState.getMode()
to the specified value. -
Uses of BgpAfiSafiGracefulRestartState.Mode in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol that return BgpAfiSafiGracefulRestartState.ModeModifier and TypeMethodDescriptionNeighborGracefulRestartStateAugmentationBuilder.getMode()
Return current value associated with the property corresponding toBgpAfiSafiGracefulRestartState.getMode()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol with parameters of type BgpAfiSafiGracefulRestartState.ModeModifier and TypeMethodDescriptionNeighborGracefulRestartStateAugmentationBuilder.setMode
(BgpAfiSafiGracefulRestartState.Mode value) Set the property corresponding toBgpAfiSafiGracefulRestartState.getMode()
to the specified value.