Interface State

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<State>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ConnectionPoint>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, InstanceConnectionPointConfig, InstanceConnectionPointState

    public interface State
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ConnectionPoint>, org.opendaylight.yangtools.yang.binding.Augmentable<State>, InstanceConnectionPointConfig, InstanceConnectionPointState
    Operational state parameters relating to a Layer 2 network instance connection point

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

     container state {
       config false;
       uses instance-connection-point-config;
       uses instance-connection-point-state;
     }
     
    The schema path to identify an instance is openconfig-network-instance/network-instance-top/network-instances/network-instance/connection-points/connection-point/state

    To create instances of this class use StateBuilder.

    See Also:
    StateBuilder