policy property

  1. @TagNumber(9)
String policy

The hierarchical firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules.

Implementation

@$pb.TagNumber(9)
$core.String get policy => $_getSZ(8);
  1. @TagNumber(9)
void policy=(String v)

Implementation

@$pb.TagNumber(9)
set policy($core.String v) { $_setString(8, v); }