Interface BgpNeighborErrorHandlingState
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
NeighborErrorHandlingStateAugmentation
,State4
@Generated("mdsal-binding-generator")
public interface BgpNeighborErrorHandlingState
extends org.opendaylight.yangtools.binding.Grouping
Operational state parameters relating to enhanced error error handling for BGP
This class represents the following YANG schema fragment defined in module openconfig-bgp-operational
grouping bgp-neighbor-error-handling_state { leaf erroneous-update-messages { type uint32; } }
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.common.Uint32
Return erroneousUpdateMessages, ornull
if it is not present.default @NonNull org.opendaylight.yangtools.yang.common.Uint32
Return erroneousUpdateMessages, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getErroneousUpdateMessages
org.opendaylight.yangtools.yang.common.Uint32 getErroneousUpdateMessages()Return erroneousUpdateMessages, ornull
if it is not present.The number of BGP UPDATE messages for which the treat-as-withdraw mechanism has been applied based on erroneous message contents
- Returns:
Uint32
erroneousUpdateMessages, ornull
if it is not present.
-
requireErroneousUpdateMessages
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireErroneousUpdateMessages()Return erroneousUpdateMessages, guaranteed to be non-null.The number of BGP UPDATE messages for which the treat-as-withdraw mechanism has been applied based on erroneous message contents
- Returns:
Uint32
erroneousUpdateMessages, guaranteed to be non-null.- Throws:
NoSuchElementException
- if erroneousUpdateMessages is not present
-