@ProviderType
public interface FloodingProtectionConfigurationService
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getFloodingProtectionFilterRules()
Return a set of IPv4 firewall rules for the filter table needed to implement the flooding protection.
|
java.util.Set<java.lang.String> |
getFloodingProtectionFilterRulesIPv6()
Return a set of IPv6 firewall rules for the filter table needed to implement the flooding protection.
|
java.util.Set<java.lang.String> |
getFloodingProtectionMangleRules()
Return a set of IPv4 firewall rules for the mangle table needed to implement the flooding protection.
|
java.util.Set<java.lang.String> |
getFloodingProtectionMangleRulesIPv6()
Return a set of IPv6 firewall rules for the mangle table needed to implement the flooding protection.
|
java.util.Set<java.lang.String> |
getFloodingProtectionNatRules()
Return a set of IPv4 firewall rules for the nat table needed to implement the flooding protection.
|
java.util.Set<java.lang.String> |
getFloodingProtectionNatRulesIPv6()
Return a set of IPv6 firewall rules for the nat table needed to implement the flooding protection.
|
java.util.Set<java.lang.String> getFloodingProtectionFilterRules()
java.util.Set<java.lang.String> getFloodingProtectionNatRules()
java.util.Set<java.lang.String> getFloodingProtectionMangleRules()
java.util.Set<java.lang.String> getFloodingProtectionFilterRulesIPv6()
java.util.Set<java.lang.String> getFloodingProtectionNatRulesIPv6()
java.util.Set<java.lang.String> getFloodingProtectionMangleRulesIPv6()