Interface HoldTime

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<HoldTime>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<InterfacePhysHoldtimeTop>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface HoldTime
    extends org.opendaylight.yangtools.yang.binding.ChildOf<InterfacePhysHoldtimeTop>, org.opendaylight.yangtools.yang.binding.Augmentable<HoldTime>
    Top-level container for hold-time settings to enable dampening advertisements interface transitions.

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

     container hold-time {
       container config {
         uses interface-phys-holdtime-config;
       }
       container state {
         config false;
         uses interface-phys-holdtime-config;
         uses interface-phys-holdtime-state;
       }
     }
     
    The schema path to identify an instance is openconfig-interfaces/interface-phys-holdtime-top/hold-time

    To create instances of this class use HoldTimeBuilder.

    See Also:
    HoldTimeBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<HoldTime> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getConfig

        @Nullable Config getConfig()
        Configuration data for interface hold-time settings.
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.phys.holdtime.top.hold.time.Config config, or null if not present
      • getState

        @Nullable State getState()
        Operational state data for interface hold-time.
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.phys.holdtime.top.hold.time.State state, or null if not present