forwardingRule property

String? forwardingRule
getter/setter pair

A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer.

Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}

Implementation

core.String? forwardingRule;