public static class EdgeGatewayFirewallResponse.FirewallRule extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleApplicationFirewall Rule Application. | 
| static class  | EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleSourceDestinationFirewall Rule Source Destination. | 
| Constructor and Description | 
|---|
| FirewallRule() | 
| FirewallRule(Long id,
            Long ruleTag,
            String name,
            String ruleType,
            String description,
            EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleSourceDestination source,
            EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleSourceDestination destination,
            EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleApplication application,
            FirewallActionType actionType,
            boolean enabled,
            boolean loggingEnabled,
            boolean matchTranslated) | 
| Modifier and Type | Method and Description | 
|---|---|
| FirewallActionType | getActionType()Get the firewall rule action type. | 
| EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleApplication | getApplication()Get the firewall rule application. | 
| String | getDescription()Get the firewall rule description. | 
| EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleSourceDestination | getDestination()Get the firewall rule destination. | 
| Long | getId()Get the firewall rule id. | 
| String | getName()Get the firewall rule name. | 
| Long | getRuleTag()Get the firewall rule tag. | 
| String | getRuleType()Get the firewall rule type. | 
| EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleSourceDestination | getSource()Get the firewall rule source. | 
| boolean | isEnabled()Is firewall rule enabled. | 
| boolean | isLoggingEnabled()Is firewall rule logging enabled. | 
| boolean | isMatchTranslated()Is firewall rule match translated. | 
public FirewallRule()
public FirewallRule(Long id, Long ruleTag, String name, String ruleType, String description, EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleSourceDestination source, EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleSourceDestination destination, EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleApplication application, FirewallActionType actionType, boolean enabled, boolean loggingEnabled, boolean matchTranslated)
public Long getRuleTag()
String firewall rule tagpublic String getRuleType()
String firewall rule typepublic String getDescription()
String firewall rule descriptionpublic EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleSourceDestination getSource()
EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleSourceDestination firewall sourcepublic EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleSourceDestination getDestination()
EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleSourceDestination firewall destinationpublic EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleApplication getApplication()
EdgeGatewayFirewallResponse.FirewallRule.FirewallRuleApplication firewall rule application.public FirewallActionType getActionType()
FirewallActionType firewall rule action typepublic boolean isEnabled()
public boolean isLoggingEnabled()
public boolean isMatchTranslated()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.