Interface Local

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Local>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<InstanceEndpointLocalRemote>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LocalRemote

    public interface Local
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Local>, LocalRemote

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

     case local {
       leaf interface {
         type leafref {
           path /network-instances/network-instance/interfaces/config/interface;
         }
       }
     }
     
    The schema path to identify an instance is openconfig-network-instance/instance-endpoint-local-remote/local-remote/local
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Local> 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 String getInterface()
        Reference to the local interface that is a member of the forwarding-instance
        Returns:
        java.lang.String interface, or null if not present