Interface Unnumbered

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Unnumbered>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SubUnnumberedTop>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, InterfaceRef

    public interface Unnumbered
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SubUnnumberedTop>, org.opendaylight.yangtools.yang.binding.Augmentable<Unnumbered>, InterfaceRef
    Top-level container for setting unnumbered interfaces. Includes reference the interface that provides the address information

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

     container unnumbered {
       container config {
         uses sub-unnumbered-config;
       }
       container state {
         config false;
         uses sub-unnumbered-config;
         uses sub-unnumbered-state;
       }
       uses oc-if:interface-ref;
     }
     
    The schema path to identify an instance is openconfig-interfaces/sub-unnumbered-top/unnumbered

    To create instances of this class use UnnumberedBuilder.

    See Also:
    UnnumberedBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Config getConfig()
        Configuration data for unnumbered interface
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.sub.unnumbered.top.unnumbered.Config config, or null if not present
      • getState

        @Nullable State getState()
        Operational state data for unnumbered interfaces
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.sub.unnumbered.top.unnumbered.State state, or null if not present