Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.operational.rev151009.BgpNeighborState.SessionState
Packages that use BgpNeighborState.SessionState
Package
Description
-
Uses of BgpNeighborState.SessionState 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 BgpNeighborState.SessionStateModifier and TypeMethodDescriptionstatic @Nullable BgpNeighborState.SessionStateReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable BgpNeighborState.SessionStateBgpNeighborState.SessionState.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.BgpNeighborState.getSessionState()Return sessionState, ornullif it is not present.static @NonNull BgpNeighborState.SessionStateReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull BgpNeighborState.SessionStateBgpNeighborState.SessionState.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull BgpNeighborState.SessionStateBgpNeighborState.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
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return BgpNeighborState.SessionStateModifier and TypeMethodDescriptionState8Builder.getSessionState()Return current value associated with the property corresponding toBgpNeighborState.getSessionState().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 with parameters of type BgpNeighborState.SessionStateModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol that return BgpNeighborState.SessionStateModifier and TypeMethodDescriptionNeighborStateAugmentationBuilder.getSessionState()Return current value associated with the property corresponding toBgpNeighborState.getSessionState().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol with parameters of type BgpNeighborState.SessionStateModifier and TypeMethodDescriptionNeighborStateAugmentationBuilder.setSessionState(BgpNeighborState.SessionState value) Set the property corresponding toBgpNeighborState.getSessionState()to the specified value.