FirewallPolicyThreatIntelWhitelist Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. FirewallPolicyThreatIntelWhitelist
- com.
Implements
public final class FirewallPolicyThreatIntelWhitelist
implements JsonSerializable<FirewallPolicyThreatIntelWhitelist>
ThreatIntel Whitelist for Firewall Policy.
Constructor Summary
Constructor | Description |
---|---|
FirewallPolicyThreatIntelWhitelist() |
Creates an instance of Firewall |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
fqdns()
Get the fqdns property: List of FQDNs for the Threat |
static
Firewall |
fromJson(JsonReader jsonReader)
Reads an instance of Firewall |
List<String> |
ipAddresses()
Get the ip |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Firewall |
withFqdns(List<String> fqdns)
Set the fqdns property: List of FQDNs for the Threat |
Firewall |
withIpAddresses(List<String> ipAddresses)
Set the ip |
Methods inherited from java.lang.Object
Constructor Details
FirewallPolicyThreatIntelWhitelist
public FirewallPolicyThreatIntelWhitelist()
Creates an instance of FirewallPolicyThreatIntelWhitelist class.
Method Details
fqdns
public List
Get the fqdns property: List of FQDNs for the ThreatIntel Whitelist.
Returns:
fromJson
public static FirewallPolicyThreatIntelWhitelist fromJson(JsonReader jsonReader)
Reads an instance of FirewallPolicyThreatIntelWhitelist from the JsonReader.
Parameters:
Returns:
Throws:
ipAddresses
public List
Get the ipAddresses property: List of IP addresses for the ThreatIntel Whitelist.
Returns:
toJson
validate
public void validate()
Validates the instance.
withFqdns
public FirewallPolicyThreatIntelWhitelist withFqdns(List
Set the fqdns property: List of FQDNs for the ThreatIntel Whitelist.
Parameters:
Returns:
withIpAddresses
public FirewallPolicyThreatIntelWhitelist withIpAddresses(List
Set the ipAddresses property: List of IP addresses for the ThreatIntel Whitelist.
Parameters:
Returns:
Applies to
Azure SDK for Java