Interface RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder

    • Method Detail

      • flags

        RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder flags​(Collection<String> flags)

        Defines the flags from the Masks setting that must be set in order for the packet to match. Flags that are listed must be set. Flags that are not listed must not be set.

        Parameters:
        flags - Defines the flags from the Masks setting that must be set in order for the packet to match. Flags that are listed must be set. Flags that are not listed must not be set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flags

        RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder flags​(String... flags)

        Defines the flags from the Masks setting that must be set in order for the packet to match. Flags that are listed must be set. Flags that are not listed must not be set.

        Parameters:
        flags - Defines the flags from the Masks setting that must be set in order for the packet to match. Flags that are listed must be set. Flags that are not listed must not be set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • masks

        RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder masks​(Collection<String> masks)

        The set of flags to consider in the inspection. If not specified, then all flags are inspected.

        Parameters:
        masks - The set of flags to consider in the inspection. If not specified, then all flags are inspected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • masks

        RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.Builder masks​(String... masks)

        The set of flags to consider in the inspection. If not specified, then all flags are inspected.

        Parameters:
        masks - The set of flags to consider in the inspection. If not specified, then all flags are inspected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.