ComputeNetworkFirewallPolicyRuleMatchLayer4Configs constructor

const ComputeNetworkFirewallPolicyRuleMatchLayer4Configs({
  1. required TfArg<String> ipProtocol,
  2. TfArg<List<Object?>>? ports,
})

Implementation

const ComputeNetworkFirewallPolicyRuleMatchLayer4Configs({
  required this.ipProtocol,
  this.ports,
});