Interface FirewallRule

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FirewallRule>, BaseAttributes, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<FirewallRules>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FirewallRuleAttributes, IdAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<FirewallRuleKey>

    public interface FirewallRule
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FirewallRules>, org.opendaylight.yangtools.yang.binding.Augmentable<FirewallRule>, BaseAttributes, FirewallRuleAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<FirewallRuleKey>

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

     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/firewall-rule

    To create instances of this class use FirewallRuleBuilder.

    See Also:
    FirewallRuleBuilder, FirewallRuleKey