Interface Firewalls

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

    public interface Firewalls
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FirewallsAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<Firewalls>

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

     container firewalls {
       list firewall {
         key uuid;
         uses attrs:base-attributes;
         uses attrs:admin-attributes;
         uses firewall-attributes;
       }
     }
     
    The schema path to identify an instance is neutron-fwaas/firewalls-attributes/firewalls

    To create instances of this class use FirewallsBuilder.

    See Also:
    FirewallsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Map<FirewallKey,​Firewall> getFirewall()
        Returns:
        java.util.Map firewall, or null if not present
      • nonnullFirewall

        default @NonNull Map<FirewallKey,​Firewall> nonnullFirewall()
        Returns:
        java.util.Map firewall, or an empty list if it is not present