Interface NetworkFilterParameter

  • All Superinterfaces:
    Identified
    All Known Implementing Classes:
    NetworkFilterParameterContainer

    public interface NetworkFilterParameter
    extends Identified
    Parameter for the <>. See https://libvirt.org/formatnwfilter.html#nwfconceptsvars[Libvirt-Filters] for further details. This is a example of the XML representation: [source,xml] ---- IP 10.0.1.2 ----
    • Method Detail

      • valuePresent

        boolean valuePresent()
      • nic

        Nic nic()
      • nicPresent

        boolean nicPresent()