forwardingRules property

List<String>? forwardingRules
getter/setter pair

A list of URLs to the ForwardingRule resources.

ForwardingRules are created using compute.forwardingRules.insert and associated with a VPN gateway.

Output only.

Implementation

core.List<core.String>? forwardingRules;