Interface InstanceInterfacesConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Config, State

    public interface InstanceInterfacesConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Base configuration parameters relating to the interfaces associated with a network instance

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

     grouping instance-interfaces-config {
       leaf-list interface {
         type leafref {
           path /ocif:interfaces/ocif:interface/ocif:name;
         }
       }
     }
     
    The schema path to identify an instance is openconfig-network-instance/instance-interfaces-config
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends InstanceInterfacesConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getInterface

        @Nullable List<String> getInterface()
        Interfaces that are associated with the network instance
        Returns:
        java.util.List interface, or null if not present