public class DistributedFirewallLayer2RuleResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| DistributedFirewallLayer2RuleResponse(String name,
                                     DistributedFirewallActionType action,
                                     List<DistributedFirewallRuleAppliedToResponse> appliedToList,
                                     int sectionId,
                                     Boolean sourcesExcluded,
                                     List<DistributedFirewallRuleSourceResponse> sources,
                                     Boolean destinationsExcluded,
                                     List<DistributedFirewallRuleDestinationResponse> destinations,
                                     List<DistributedFirewallRuleServiceObjectResponse> serviceObjects,
                                     DistributedFirewallDirectionType direction,
                                     DistributedFirewallPacketType packetType,
                                     String tag,
                                     Long id,
                                     Boolean disabled,
                                     Boolean logged)Instantiates a new distributed firewall layer 2 rule response. | 
| Modifier and Type | Method and Description | 
|---|---|
| DistributedFirewallActionType | getAction()Gets action. | 
| List<DistributedFirewallRuleAppliedToResponse> | getAppliedToList()Gets appliedToList. | 
| List<DistributedFirewallRuleDestinationResponse> | getDestinations()Gets destinations. | 
| DistributedFirewallDirectionType | getDirection()Gets direction. | 
| Long | getId()Gets id. | 
| String | getName()Gets name. | 
| DistributedFirewallPacketType | getPacketType()Gets packetType. | 
| int | getSectionId()Gets sectionId. | 
| List<DistributedFirewallRuleServiceObjectResponse> | getServices()Gets serviceObjects. | 
| List<DistributedFirewallRuleSourceResponse> | getSources()Gets sources. | 
| String | getTag()Gets tag. | 
| Boolean | isDestinationsExcluded()Gets destinationsExcluded. | 
| Boolean | isDisabled()Gets disabled. | 
| Boolean | isLogged()Gets logged. | 
| Boolean | isSourcesExcluded()Gets sourcesExcluded. | 
public DistributedFirewallLayer2RuleResponse(String name, DistributedFirewallActionType action, List<DistributedFirewallRuleAppliedToResponse> appliedToList, int sectionId, Boolean sourcesExcluded, List<DistributedFirewallRuleSourceResponse> sources, Boolean destinationsExcluded, List<DistributedFirewallRuleDestinationResponse> destinations, List<DistributedFirewallRuleServiceObjectResponse> serviceObjects, DistributedFirewallDirectionType direction, DistributedFirewallPacketType packetType, String tag, Long id, Boolean disabled, Boolean logged)
name - the nameaction - the actionappliedToList - the applied to listsectionId - the section idsourcesExcluded - the sources excludedsources - the sourcesdestinationsExcluded - the destinations excludeddestinations - the destinationsserviceObjects - the service objectsdirection - the directionpacketType - the packet typetag - the tagid - the iddisabled - the disabledlogged - the loggedpublic String getName()
String the namepublic DistributedFirewallActionType getAction()
DistributedFirewallActionType the actionpublic List<DistributedFirewallRuleAppliedToResponse> getAppliedToList()
List of DistributedFirewallRuleAppliedToResponse the appliedToListpublic int getSectionId()
public Boolean isSourcesExcluded()
Boolean the sourcesExcludedpublic List<DistributedFirewallRuleSourceResponse> getSources()
List of DistributedFirewallRuleSourceResponse the sourcespublic Boolean isDestinationsExcluded()
Boolean the destinationsExcludedpublic List<DistributedFirewallRuleDestinationResponse> getDestinations()
List of DistributedFirewallRuleDestinationResponse the destinationspublic List<DistributedFirewallRuleServiceObjectResponse> getServices()
List of DistributedFirewallRuleServiceObjectResponse the servicespublic DistributedFirewallDirectionType getDirection()
DistributedFirewallDirectionType the directionpublic DistributedFirewallPacketType getPacketType()
DistributedFirewallPacketType the packetTypepublic String getTag()
String the tagpublic Boolean isDisabled()
Boolean the disabledCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.