| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
IPSet |
IPSet.clone() |
IPSet |
IPSet.withDefinition(Collection<String> definition)
The list of IP addresses and address ranges, in CIDR notation.
|
IPSet |
IPSet.withDefinition(String... definition)
The list of IP addresses and address ranges, in CIDR notation.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,IPSet> |
RuleVariables.getIPSets()
A list of IP addresses and address ranges, in CIDR notation.
|
Map<String,IPSet> |
PolicyVariables.getRuleVariables()
The IPv4 or IPv6 addresses in CIDR notation to use for the Suricata
HOME_NET variable. |
| Modifier and Type | Method and Description |
|---|---|
RuleVariables |
RuleVariables.addIPSetsEntry(String key,
IPSet value)
Add a single IPSets entry
|
PolicyVariables |
PolicyVariables.addRuleVariablesEntry(String key,
IPSet value)
Add a single RuleVariables entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleVariables.setIPSets(Map<String,IPSet> iPSets)
A list of IP addresses and address ranges, in CIDR notation.
|
void |
PolicyVariables.setRuleVariables(Map<String,IPSet> ruleVariables)
The IPv4 or IPv6 addresses in CIDR notation to use for the Suricata
HOME_NET variable. |
RuleVariables |
RuleVariables.withIPSets(Map<String,IPSet> iPSets)
A list of IP addresses and address ranges, in CIDR notation.
|
PolicyVariables |
PolicyVariables.withRuleVariables(Map<String,IPSet> ruleVariables)
The IPv4 or IPv6 addresses in CIDR notation to use for the Suricata
HOME_NET variable. |
Copyright © 2025. All rights reserved.