FirewallPolicyRule constructor
FirewallPolicyRule({
- String? action,
- String? description,
- String? direction,
- bool? disabled,
- bool? enableLogging,
- String? kind,
- FirewallPolicyRuleMatcher? match,
- int? priority,
- String? ruleName,
- int? ruleTupleCount,
- String? securityProfileGroup,
- List<
String> ? targetResources, - List<
FirewallPolicyRuleSecureTag> ? targetSecureTags, - List<
String> ? targetServiceAccounts, - bool? tlsInspect,
Implementation
FirewallPolicyRule({
this.action,
this.description,
this.direction,
this.disabled,
this.enableLogging,
this.kind,
this.match,
this.priority,
this.ruleName,
this.ruleTupleCount,
this.securityProfileGroup,
this.targetResources,
this.targetSecureTags,
this.targetServiceAccounts,
this.tlsInspect,
});