Interface Hostconfigs

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

    public interface Hostconfigs
    extends org.opendaylight.yangtools.yang.binding.ChildOf<HostconfigAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<Hostconfigs>

    This class represents the following YANG schema fragment defined in module neutron-hostconfig

     container hostconfigs {
       config false;
       list hostconfig {
         key "host-id host-type";
         uses hostconfig-entry-attributes;
       }
     }
     
    The schema path to identify an instance is neutron-hostconfig/hostconfig-attributes/hostconfigs

    To create instances of this class use HostconfigsBuilder.

    See Also:
    HostconfigsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Map<HostconfigKey,​Hostconfig> getHostconfig()
        List of Host with types and configurations.
        Returns:
        java.util.Map hostconfig, or null if not present
      • nonnullHostconfig

        default @NonNull Map<HostconfigKey,​Hostconfig> nonnullHostconfig()
        Returns:
        java.util.Map hostconfig, or an empty list if it is not present