public class DistributedFirewallLayer3UpdateRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| DistributedFirewallLayer3UpdateRequest(List<DistributedFirewallLayer3RuleUpdateRequest> rules,
                                      String name,
                                      Boolean tcpStrict,
                                      Boolean stateless,
                                      Boolean useSid)Instantiates a new distributed firewall layer 3 update request. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Gets name. | 
| List<DistributedFirewallLayer3RuleUpdateRequest> | getRules()Gets rules. | 
| Boolean | isStateless()Gets stateless. | 
| Boolean | isTcpStrict()Gets tcpStrict. | 
| Boolean | isUseSid()Gets useSid. | 
public DistributedFirewallLayer3UpdateRequest(List<DistributedFirewallLayer3RuleUpdateRequest> rules, String name, Boolean tcpStrict, Boolean stateless, Boolean useSid)
rules - the rulesname - the nametcpStrict - the tcp strictstateless - the statelessuseSid - the use sidpublic List<DistributedFirewallLayer3RuleUpdateRequest> getRules()
The list of rules on the distributed firewall
List of DistributedFirewallLayer3RuleUpdateRequest the rulespublic String getName()
The name of the distributed firewall
String the namepublic Boolean isTcpStrict()
Whether or not TCP strict is enabled on a rule. If TCP strict is enabled on a rule and a packet matches that rule, the following check will be performed. If the packet does not belong to an existing session, the kernel will check to see if the SYN flag of the packet is set. If it is not, then it will drop the packet. Default is false.
Boolean the tcpStrictpublic Boolean isStateless()
Whether or not stateless is enabled on a rule. If stateless is enabled on a rule, traffic is monitored statically, and the state of network connections will be ignored. Default is false for L3.
Boolean the statelessCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.