public final class FirewallPolicyThreatIntelWhitelist extends Object
| Constructor and Description |
|---|
FirewallPolicyThreatIntelWhitelist() |
| Modifier and Type | Method and 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.
|
void |
validate()
Validates the instance.
|
FirewallPolicyThreatIntelWhitelist |
withFqdns(List<String> fqdns)
Set the fqdns property: List of FQDNs for the ThreatIntel Whitelist.
|
FirewallPolicyThreatIntelWhitelist |
withIpAddresses(List<String> ipAddresses)
Set the ipAddresses property: List of IP addresses for the ThreatIntel Whitelist.
|
public List<String> ipAddresses()
public FirewallPolicyThreatIntelWhitelist withIpAddresses(List<String> ipAddresses)
ipAddresses - the ipAddresses value to set.public List<String> fqdns()
public FirewallPolicyThreatIntelWhitelist withFqdns(List<String> fqdns)
fqdns - the fqdns value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.