Interface Firewall

  • All Superinterfaces:
    AdminAttributes, org.opendaylight.yangtools.yang.binding.Augmentable<Firewall>, BaseAttributes, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Firewalls>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FirewallAttributes, IdAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<FirewallKey>

    public interface Firewall
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Firewalls>, org.opendaylight.yangtools.yang.binding.Augmentable<Firewall>, BaseAttributes, AdminAttributes, FirewallAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<FirewallKey>

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

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

    To create instances of this class use FirewallBuilder.

    See Also:
    FirewallBuilder, FirewallKey