Interface BgpNeighborErrorHandlingState
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
NeighborErrorHandlingStateAugmentation
,State4
@Generated("mdsal-binding-generator")
public interface BgpNeighborErrorHandlingState
extends org.opendaylight.yangtools.yang.binding.DataObject
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; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.common.Uint32
Return erroneousUpdateMessages, ornull
if it is not present.Class<? extends BgpNeighborErrorHandlingState>
default @NonNull org.opendaylight.yangtools.yang.common.Uint32
Return erroneousUpdateMessages, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends BgpNeighborErrorHandlingState> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
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
-