Interface State

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<State>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Subinterface>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, InterfaceCommonConfig, InterfaceCommonState, InterfaceCountersState, SubinterfacesConfig, SubinterfacesState

    public interface State
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Subinterface>, org.opendaylight.yangtools.yang.binding.Augmentable<State>, SubinterfacesConfig, SubinterfacesState
    Operational state data for logical interfaces

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

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

    To create instances of this class use StateBuilder.

    See Also:
    StateBuilder