Interface Config

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Config>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Interface>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, InterfaceCommonConfig, InterfacePhysConfig

    public interface Config
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Interface>, org.opendaylight.yangtools.yang.binding.Augmentable<Config>, InterfacePhysConfig
    Configurable items at the global, physical interface level

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

     container config {
       uses interface-phys-config;
     }
     
    The schema path to identify an instance is openconfig-interfaces/interfaces-top/interfaces/interface/config

    To create instances of this class use ConfigBuilder.

    See Also:
    ConfigBuilder
    • Field Detail

      • QNAME

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