Package | Description |
---|---|
com.oracle.bmc.networkfirewall.model |
Modifier and Type | Class and Description |
---|---|
class |
Icmp6Application
ICMP6 Application used on the firewall policy rules.
|
class |
IcmpApplication
ICMP Application used on the firewall policy rules.
|
class |
TcpApplication
TCP Application used on the firewall policy rules.
|
class |
UdpApplication
UDP Application used on the firewall policy rules.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<Application>> |
NetworkFirewallPolicy.getApplicationLists()
Map defining application lists of the policy.
|
Map<String,List<Application>> |
UpdateNetworkFirewallPolicyDetails.getApplicationLists()
Map defining application lists of the policy.
|
Map<String,List<Application>> |
CreateNetworkFirewallPolicyDetails.getApplicationLists()
Map defining application lists of the policy.
|
Modifier and Type | Method and Description |
---|---|
NetworkFirewallPolicy.Builder |
NetworkFirewallPolicy.Builder.applicationLists(Map<String,List<Application>> applicationLists)
Map defining application lists of the policy.
|
UpdateNetworkFirewallPolicyDetails.Builder |
UpdateNetworkFirewallPolicyDetails.Builder.applicationLists(Map<String,List<Application>> applicationLists)
Map defining application lists of the policy.
|
CreateNetworkFirewallPolicyDetails.Builder |
CreateNetworkFirewallPolicyDetails.Builder.applicationLists(Map<String,List<Application>> applicationLists)
Map defining application lists of the policy.
|
Constructor and Description |
---|
CreateNetworkFirewallPolicyDetails(String displayName,
String compartmentId,
Map<String,MappedSecret> mappedSecrets,
Map<String,List<Application>> applicationLists,
Map<String,List<UrlPattern>> urlLists,
Map<String,List<String>> ipAddressLists,
List<SecurityRule> securityRules,
List<DecryptionRule> decryptionRules,
Map<String,DecryptionProfile> decryptionProfiles,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
NetworkFirewallPolicy(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,MappedSecret> mappedSecrets,
Map<String,List<Application>> applicationLists,
Map<String,List<UrlPattern>> urlLists,
Map<String,List<String>> ipAddressLists,
List<SecurityRule> securityRules,
List<DecryptionRule> decryptionRules,
Map<String,DecryptionProfile> decryptionProfiles,
Boolean isFirewallAttached,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdateNetworkFirewallPolicyDetails(String displayName,
Map<String,MappedSecret> mappedSecrets,
Map<String,List<Application>> applicationLists,
Map<String,List<UrlPattern>> urlLists,
Map<String,List<String>> ipAddressLists,
List<SecurityRule> securityRules,
List<DecryptionRule> decryptionRules,
Map<String,DecryptionProfile> decryptionProfiles,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.