Firewall constructor
Firewall({
- List<
Allowed> allowed = const [], - String? creationTimestamp,
- List<
Denied> denied = const [], - String? description,
- List<
String> destinationRanges = const [], - String? direction,
- bool? disabled,
- BigInt? id,
- String? kind,
- FirewallLogConfig? logConfig,
- String? name,
- String? network,
- FirewallParams? params,
- int? priority,
- String? selfLink,
- List<
String> sourceRanges = const [], - List<
String> sourceServiceAccounts = const [], - List<
String> sourceTags = const [], - List<
String> targetServiceAccounts = const [], - List<
String> targetTags = const [],
Implementation
Firewall({
this.allowed = const [],
this.creationTimestamp,
this.denied = const [],
this.description,
this.destinationRanges = const [],
this.direction,
this.disabled,
this.id,
this.kind,
this.logConfig,
this.name,
this.network,
this.params,
this.priority,
this.selfLink,
this.sourceRanges = const [],
this.sourceServiceAccounts = const [],
this.sourceTags = const [],
this.targetServiceAccounts = const [],
this.targetTags = const [],
}) : super(fullyQualifiedName);