Interface State

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<State>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NetworkInstance>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NetworkInstanceConfig, NetworkInstanceL3vrfConfig, NetworkInstanceState

    public interface State
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NetworkInstance>, org.opendaylight.yangtools.yang.binding.Augmentable<State>, NetworkInstanceConfig, NetworkInstanceL3vrfConfig, NetworkInstanceState
    Operational state parameters relating to a network instance

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

     container state {
       config false;
       uses network-instance-config;
       uses network-instance-l3vrf-config {
         when "../type = 'L3VRF'" {
         }
       }
       uses network-instance-state;
     }
     
    The schema path to identify an instance is openconfig-network-instance/network-instance-top/network-instances/network-instance/state

    To create instances of this class use StateBuilder.

    See Also:
    StateBuilder