Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.operational.rev151009.BgpNeighborState.SessionState
Package
Description
-
Uses of BgpNeighborState.SessionState in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.operational.rev151009
Modifier and TypeMethodDescriptionstatic @Nullable BgpNeighborState.SessionState
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable BgpNeighborState.SessionState
BgpNeighborState.SessionState.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.BgpNeighborState.getSessionState()
Return sessionState, ornull
if it is not present.static @NonNull BgpNeighborState.SessionState
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull BgpNeighborState.SessionState
BgpNeighborState.SessionState.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.default @NonNull BgpNeighborState.SessionState
BgpNeighborState.requireSessionState()
Return sessionState, guaranteed to be non-null.Returns the enum constant of this class with the specified name.static BgpNeighborState.SessionState[]
BgpNeighborState.SessionState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BgpNeighborState.SessionState in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Modifier and TypeMethodDescriptionState8Builder.getSessionState()
Return current value associated with the property corresponding toBgpNeighborState.getSessionState()
.Modifier and TypeMethodDescriptionState8Builder.setSessionState
(BgpNeighborState.SessionState value) Set the property corresponding toBgpNeighborState.getSessionState()
to the specified value. -
Uses of BgpNeighborState.SessionState in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol
Modifier and TypeMethodDescriptionNeighborStateAugmentationBuilder.getSessionState()
Return current value associated with the property corresponding toBgpNeighborState.getSessionState()
.Modifier and TypeMethodDescriptionNeighborStateAugmentationBuilder.setSessionState
(BgpNeighborState.SessionState value) Set the property corresponding toBgpNeighborState.getSessionState()
to the specified value.