public class EdgeFirewallRuleResponse extends Object implements Serializable
Constructor and Description |
---|
EdgeFirewallRuleResponse(String description,
String destinationIp,
String destinationPortRange,
String direction,
String icmpSubType,
String id,
String policy,
int port,
Set<String> protocols,
String sourceIp,
int sourcePort,
String sourcePortRange,
boolean loggingEnabled,
boolean enabled,
boolean matchOnTranslate,
int ruleIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
Get the description.
|
String |
getDestinationIp()
Get the destination ip.
|
String |
getDestinationPortRange()
Get the destinatino port range.
|
String |
getDirection()
Get the direction.
|
String |
getIcmpSubType()
Get the Icmp sub type.
|
String |
getId()
Get the rule id.
|
String |
getPolicy()
Get the policy.
|
int |
getPort()
Get the port.
|
Set<String> |
getProtocols()
Get the set of protocols.
|
int |
getRuleIndex()
Get the application index of this firewall rule (in relation to other
firewall rules for a particular edge gateway).
|
String |
getSourceIp()
Get the source ip.
|
int |
getSourcePort()
Get the source port.
|
String |
getSourcePortRange()
Get the source port range.
|
int |
hashCode() |
boolean |
isEnabled()
Get whehter the rule is enabled.
|
boolean |
isLoggingEnabled()
Get whether logging is enabled.
|
boolean |
isMatchOnTranslate()
Get whether it matches on translate.
|
String |
toString() |
public EdgeFirewallRuleResponse(String description, String destinationIp, String destinationPortRange, String direction, String icmpSubType, String id, String policy, int port, Set<String> protocols, String sourceIp, int sourcePort, String sourcePortRange, boolean loggingEnabled, boolean enabled, boolean matchOnTranslate, int ruleIndex)
public String getDestinationPortRange()
String
public int getPort()
public int getSourcePort()
public boolean isLoggingEnabled()
public boolean isEnabled()
public boolean isMatchOnTranslate()
public int getRuleIndex()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.