public class EdgeFirewallResponse extends Object implements Serializable
Constructor and Description |
---|
EdgeFirewallResponse(String edgeUuid,
boolean loggingEnabled,
boolean enabled,
String defaultAction,
List<EdgeFirewallRuleResponse> rules) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDefaultAction()
Get the default action.
|
String |
getEntityUuid()
Get the entity uuid.
|
List<EdgeFirewallRuleResponse> |
getRules()
Get the list of firewall rules associated with this firewall.
|
int |
hashCode() |
boolean |
isEnabled()
Get whether the firewall is enabled.
|
boolean |
isLoggingEnabled()
Get whether logging is enabled.
|
String |
toString() |
public EdgeFirewallResponse(String edgeUuid, boolean loggingEnabled, boolean enabled, String defaultAction, List<EdgeFirewallRuleResponse> rules)
public boolean isLoggingEnabled()
public boolean isEnabled()
public String getDefaultAction()
String
default actionpublic List<EdgeFirewallRuleResponse> getRules()
List
of EdgeFirewallRuleResponse
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.