Interface State

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<State>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Aggregate>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LocalAggregateConfig, LocalAggregateState, LocalGenericSettings

    public interface State
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Aggregate>, org.opendaylight.yangtools.yang.binding.Augmentable<State>, LocalAggregateConfig, LocalAggregateState
    Operational state data for aggregate advertisements

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

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

    To create instances of this class use StateBuilder.

    See Also:
    StateBuilder