Interface State

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<State>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Static>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LocalGenericSettings, LocalStaticConfig, LocalStaticState

    public interface State
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Static>, org.opendaylight.yangtools.yang.binding.Augmentable<State>, LocalStaticConfig, LocalStaticState
    Operational state data for static routes

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

     container state {
       config false;
       uses local-static-config;
       uses local-static-state;
     }
     
    The schema path to identify an instance is openconfig-local-routing/local-static-top/static-routes/static/state

    To create instances of this class use StateBuilder.

    See Also:
    StateBuilder