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> targetForwardingRules = const [], - List<
String> targetResources = const [], - List<
FirewallPolicyRuleSecureTag> targetSecureTags = const [], - List<
String> targetServiceAccounts = const [], - String? targetType,
- 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.targetForwardingRules = const [],
this.targetResources = const [],
this.targetSecureTags = const [],
this.targetServiceAccounts = const [],
this.targetType,
this.tlsInspect,
}) : super(fullyQualifiedName);