Interface Hostconfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Hostconfig>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Hostconfigs>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, HostconfigEntryAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<HostconfigKey>

    public interface Hostconfig
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Hostconfigs>, org.opendaylight.yangtools.yang.binding.Augmentable<Hostconfig>, HostconfigEntryAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<HostconfigKey>
    List of Host with types and configurations.

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

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

    To create instances of this class use HostconfigBuilder.

    See Also:
    HostconfigBuilder, HostconfigKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Hostconfig> 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 HostconfigEntryAttributes