Interface Interfaces

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Interfaces>, 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

    public interface Interfaces
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NetworkInstance>, org.opendaylight.yangtools.yang.binding.Augmentable<Interfaces>
    Interfaces associated with this network intance

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

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

    To create instances of this class use InterfacesBuilder.

    See Also:
    InterfacesBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Interfaces> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getConfig

        @Nullable Config getConfig()
        Configuration parameters relating to interfaces associated with the instance
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.interfaces.Config config, or null if not present
      • getState

        @Nullable State getState()
        State parameters relating to interfaces associated with the instance
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.interfaces.State state, or null if not present