Interface State

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<State>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Unnumbered>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, SubUnnumberedConfig, SubUnnumberedState

    public interface State
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Unnumbered>, org.opendaylight.yangtools.yang.binding.Augmentable<State>, SubUnnumberedConfig, SubUnnumberedState
    Operational state data for unnumbered interfaces

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

     container state {
       config false;
       uses sub-unnumbered-config;
       uses sub-unnumbered-state;
     }
     
    The schema path to identify an instance is openconfig-interfaces/sub-unnumbered-top/unnumbered/state

    To create instances of this class use StateBuilder.

    See Also:
    StateBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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