Interface SubUnnumberedConfig

  • 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 SubUnnumberedConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Configuration data for unnumbered subinterfaces

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

     grouping sub-unnumbered-config {
       leaf enabled {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is openconfig-interfaces/sub-unnumbered-config
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Boolean isEnabled()
        Indicates that the subinterface is unnumbered. By default the subinterface is numbered, i.e., expected to have an IP address configuration.
        Returns:
        java.lang.Boolean enabled, or null if not present