Interface FirewallRules

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

    public interface FirewallRules
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RulesAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<FirewallRules>

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

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

    To create instances of this class use FirewallRulesBuilder.

    See Also:
    FirewallRulesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<FirewallRule> getFirewallRule()
        Returns:
        java.util.List firewallRule, or null if not present
      • nonnullFirewallRule

        default @NonNull List<FirewallRule> nonnullFirewallRule()
        Returns:
        java.util.List firewallRule, or an empty list if it is not present