Interface DhcpConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DhcpConfig>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NeutronvpnData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface DhcpConfig
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NeutronvpnData>, org.opendaylight.yangtools.yang.binding.Augmentable<DhcpConfig>

    This class represents the following YANG schema fragment defined in module neutronvpn

     container dhcp-config {
       list configs {
         key "lease-duration default-domain";
         leaf lease-duration {
           type int32;
         }
         leaf default-domain {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is neutronvpn/dhcp-config

    To create instances of this class use DhcpConfigBuilder.

    See Also:
    DhcpConfigBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<DhcpConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getConfigs

        @Nullable java.util.List<Configs> getConfigs()
        Returns:
        java.util.List configs, or null if not present
      • nonnullConfigs

        default @NonNull java.util.List<Configs> nonnullConfigs()
        Returns:
        java.util.List configs, or an empty list if it is not present