Interface RestartGracefullyInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RestartGracefullyInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PeerReference, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface RestartGracefullyInput
    extends PeerReference, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<RestartGracefullyInput>

    This class represents the following YANG schema fragment defined in module bgp-peer-rpc

     input input {
       uses peer-reference;
       leaf selection-deferral-time {
         type uint32;
         units seconds;
       }
     }
     
    The schema path to identify an instance is bgp-peer-rpc/restart-gracefully/input

    To create instances of this class use RestartGracefullyInputBuilder.

    See Also:
    RestartGracefullyInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<RestartGracefullyInput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface PeerReference
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput
      • getSelectionDeferralTime

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getSelectionDeferralTime()
        Time to wait with route selection in seconds. Route selection is postponed until End of Rib marker is received or this timer expires.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 selectionDeferralTime, or null if not present