disabled property

bool? disabled
getter/setter pair

Denotes whether the firewall rule is disabled.

When set to true, the firewall rule is not enforced and the network behaves as if it did not exist. If this is unspecified, the firewall rule will be enabled.

Implementation

core.bool? disabled;