networkUri property

  1. @TagNumber(6)
String 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(6)
void networkUri=(String v)

Implementation

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