rules property

List<FirewallPolicyRule>? rules
getter/setter pair

The rules that apply to the instance.

Only rules that target the specific VM instance are returned if target service accounts or target secure tags are specified in the rules.

Output only.

Implementation

core.List<FirewallPolicyRule>? rules;