Application Rule Condition Args
data class ApplicationRuleConditionArgs(val description: Output<String>? = null, val destinationAddresses: Output<List<String>>? = null, val fqdnTags: Output<List<String>>? = null, val name: Output<String>? = null, val protocols: Output<List<FirewallPolicyRuleConditionApplicationProtocolArgs>>? = null, val ruleConditionType: Output<String>, val sourceAddresses: Output<List<String>>? = null, val sourceIpGroups: Output<List<String>>? = null, val targetFqdns: Output<List<String>>? = null) : ConvertibleToJava<ApplicationRuleConditionArgs>
Rule condition of type application.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, destinationAddresses: Output<List<String>>? = null, fqdnTags: Output<List<String>>? = null, name: Output<String>? = null, protocols: Output<List<FirewallPolicyRuleConditionApplicationProtocolArgs>>? = null, ruleConditionType: Output<String>, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<List<String>>? = null, targetFqdns: Output<List<String>>? = null)
Properties
Link copied to clipboard
Description of the rule condition.
Link copied to clipboard
List of destination IP addresses or Service Tags.
Link copied to clipboard
Array of Application Protocols.
Link copied to clipboard
Rule Condition Type. Expected value is 'ApplicationRuleCondition'.
Link copied to clipboard
List of source IP addresses for this rule.
Link copied to clipboard
List of source IpGroups for this rule.
Link copied to clipboard
List of FQDNs for this rule condition.