Class FirewallPolicyThreatIntelWhitelist
java.lang.Object
com.azure.resourcemanager.network.models.FirewallPolicyThreatIntelWhitelist
ThreatIntel Whitelist for Firewall Policy.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FirewallPolicyThreatIntelWhitelist class. -
Method Summary
Modifier and TypeMethodDescriptionfqdns()Get the fqdns property: List of FQDNs for the ThreatIntel Whitelist.Get the ipAddresses property: List of IP addresses for the ThreatIntel Whitelist.voidvalidate()Validates the instance.Set the fqdns property: List of FQDNs for the ThreatIntel Whitelist.withIpAddresses(List<String> ipAddresses) Set the ipAddresses property: List of IP addresses for the ThreatIntel Whitelist.
-
Constructor Details
-
FirewallPolicyThreatIntelWhitelist
public FirewallPolicyThreatIntelWhitelist()Creates an instance of FirewallPolicyThreatIntelWhitelist class.
-
-
Method Details
-
ipAddresses
Get the ipAddresses property: List of IP addresses for the ThreatIntel Whitelist.- Returns:
- the ipAddresses value.
-
withIpAddresses
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
Get the fqdns property: List of FQDNs for the ThreatIntel Whitelist.- Returns:
- the fqdns value.
-
withFqdns
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.
-