forwardingRuleTarget property
Specifies the type of the target of the forwarding rule.
Output only. Possible string values are:
- "FORWARDING_RULE_TARGET_UNSPECIFIED" : Forwarding rule target is unknown.
- "INSTANCE" : Compute Engine instance for protocol forwarding.
- "LOAD_BALANCER" : Load Balancer. The specific type can be found from load_balancer_type.
- "VPN_GATEWAY" : Classic Cloud VPN Gateway.
- "PSC" : Forwarding Rule is a Private Service Connect endpoint.
Implementation
core.String? forwardingRuleTarget;