networkUri property

  1. @TagNumber.new(6)
String get networkUri

The URI of the VPC network that the firewall rule is associated with. This field is not applicable to hierarchical firewall policy rules.

Implementation

@$pb.TagNumber(6)
$core.String get networkUri => $_getSZ(5);
  1. @TagNumber.new(6)
set networkUri (String v)

Implementation

@$pb.TagNumber(6)
set networkUri($core.String v) {
  $_setString(5, v);
}