Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329
Interface NeighborAfiSafiLlGracefulRestartState
- 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:
NeighborAfiSafiGracefulRestartStateAugmentation
@Generated("mdsal-binding-generator")
public interface NeighborAfiSafiLlGracefulRestartState
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-openconfig-extensions
grouping neighbor-afi-safi-ll-graceful-restart-state {
leaf ll-received {
type boolean;
}
leaf ll-advertised {
type boolean;
}
leaf ll-stale-timer {
type uint32;
units seconds;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn llAdvertised, ornullif it is not present.Return llReceived, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint32Return llStaleTimer, ornullif it is not present.default @NonNull BooleanReturn llAdvertised, guaranteed to be non-null.default @NonNull BooleanReturn llReceived, guaranteed to be non-null.default @NonNull org.opendaylight.yangtools.yang.common.Uint32Return llStaleTimer, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getLlReceived
Boolean getLlReceived()Return llReceived, ornullif it is not present.This leaf indicates whether the neighbor advertised the ability to support long-lived graceful-restart for this AFI-SAFI- Returns:
BooleanllReceived, ornullif it is not present.
-
requireLlReceived
Return llReceived, guaranteed to be non-null.This leaf indicates whether the neighbor advertised the ability to support long-lived graceful-restart for this AFI-SAFI- Returns:
BooleanllReceived, guaranteed to be non-null.- Throws:
NoSuchElementException- if llReceived is not present
-
getLlAdvertised
Boolean getLlAdvertised()Return llAdvertised, ornullif it is not present.This leaf indicates whether the ability to support long-lived graceful-restart has been advertised to the peer- Returns:
BooleanllAdvertised, ornullif it is not present.
-
requireLlAdvertised
Return llAdvertised, guaranteed to be non-null.This leaf indicates whether the ability to support long-lived graceful-restart has been advertised to the peer- Returns:
BooleanllAdvertised, guaranteed to be non-null.- Throws:
NoSuchElementException- if llAdvertised is not present
-
getLlStaleTimer
org.opendaylight.yangtools.yang.common.Uint32 getLlStaleTimer()Return llStaleTimer, ornullif it is not present.Value of timer used during long-lived graceful restart in nseconds. If table is both advertised and received use lower value. Zero value means table is not supported by any side- Returns:
Uint32llStaleTimer, ornullif it is not present.
-
requireLlStaleTimer
default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireLlStaleTimer()Return llStaleTimer, guaranteed to be non-null.Value of timer used during long-lived graceful restart in nseconds. If table is both advertised and received use lower value. Zero value means table is not supported by any side- Returns:
Uint32llStaleTimer, guaranteed to be non-null.- Throws:
NoSuchElementException- if llStaleTimer is not present
-