Class FirewallPolicyThreatIntelWhitelist
- java.lang.Object
-
- com.azure.resourcemanager.network.models.FirewallPolicyThreatIntelWhitelist
-
public final class FirewallPolicyThreatIntelWhitelist extends Object
ThreatIntel Whitelist for Firewall Policy.
-
-
Constructor Summary
Constructors Constructor Description FirewallPolicyThreatIntelWhitelist()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>fqdns()Get the fqdns property: List of FQDNs for the ThreatIntel Whitelist.List<String>ipAddresses()Get the ipAddresses property: List of IP addresses for the ThreatIntel Whitelist.voidvalidate()Validates the instance.FirewallPolicyThreatIntelWhitelistwithFqdns(List<String> fqdns)Set the fqdns property: List of FQDNs for the ThreatIntel Whitelist.FirewallPolicyThreatIntelWhitelistwithIpAddresses(List<String> ipAddresses)Set the ipAddresses property: List of IP addresses for the ThreatIntel Whitelist.
-
-
-
Method Detail
-
ipAddresses
public List<String> ipAddresses()
Get the ipAddresses property: List of IP addresses for the ThreatIntel Whitelist.- Returns:
- the ipAddresses value.
-
withIpAddresses
public FirewallPolicyThreatIntelWhitelist withIpAddresses(List<String> ipAddresses)
Set the ipAddresses property: List of IP addresses for the ThreatIntel Whitelist.- Parameters:
ipAddresses- the ipAddresses value to set.- Returns:
- the FirewallPolicyThreatIntelWhitelist object itself.
-
fqdns
public List<String> fqdns()
Get the fqdns property: List of FQDNs for the ThreatIntel Whitelist.- Returns:
- the fqdns value.
-
withFqdns
public FirewallPolicyThreatIntelWhitelist withFqdns(List<String> fqdns)
Set the fqdns property: List of FQDNs for the ThreatIntel Whitelist.- Parameters:
fqdns- the fqdns value to set.- Returns:
- the FirewallPolicyThreatIntelWhitelist object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-