Interface State

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

    public interface State
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Interface>, org.opendaylight.yangtools.yang.binding.Augmentable<State>, InterfacePhysConfig, InterfaceCommonState, InterfaceCountersState
    Operational state data at the global interface level

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

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

    To create instances of this class use StateBuilder.

    See Also:
    StateBuilder