Interface State

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<State>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Endpoint>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, InstanceEndpointConfig, InstanceEndpointLocalRemote, InstanceEndpointState

    public interface State
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Endpoint>, org.opendaylight.yangtools.yang.binding.Augmentable<State>, InstanceEndpointConfig, InstanceEndpointState
    Operational state parameters relating to the endpoint

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

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

    To create instances of this class use StateBuilder.

    See Also:
    StateBuilder