Interface BgpNeighborTimersState

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    NeighborTimersStateAugmentation, State10

    public interface BgpNeighborTimersState
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Operational state parameters relating to BGP timers associated with the BGP session

    This class represents the following YANG schema fragment defined in module openconfig-bgp-operational

     grouping bgp-neighbor-timers_state {
       leaf uptime {
         type yang:timeticks;
       }
       leaf negotiated-hold-time {
         type decimal64 {
           fraction-digits 2;
         }
       }
     }
     
    The schema path to identify an instance is openconfig-bgp-operational/bgp-neighbor-timers_state
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends BgpNeighborTimersState> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getUptime

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Timeticks getUptime()
        This timer determines the amount of time since the BGP last transitioned in or out of the Established state
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Timeticks uptime, or null if not present
      • getNegotiatedHoldTime

        @Nullable BigDecimal getNegotiatedHoldTime()
        The negotiated hold-time for the BGP session
        Returns:
        java.math.BigDecimal negotiatedHoldTime, or null if not present