Interface InterfacePhysHoldtimeTop

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

    @Generated("mdsal-binding-generator")
    public interface InterfacePhysHoldtimeTop
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Top-level grouping for setting link transition dampening on physical and other types of interfaces.

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

     grouping interface-phys-holdtime-top {
       container hold-time {
         container config {
           uses interface-phys-holdtime-config;
         }
         container state {
           config false;
           uses interface-phys-holdtime-config;
           uses interface-phys-holdtime-state;
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

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

        HoldTime getHoldTime()
        Return holdTime, or null if it is not present.
             
                 Top-level container for hold-time settings to enable dampening advertisements of
                 interface transitions.
             
         
        Returns:
        HoldTime holdTime, or null if it is not present.