Module: Google::Cloud::NetworkManagement::V1::Endpoint::ForwardingRuleTarget

Defined in:
proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb

Overview

Type of the target of a forwarding rule.

Constant Summary collapse

FORWARDING_RULE_TARGET_UNSPECIFIED =

Forwarding rule target is unknown.

0
INSTANCE =

Compute Engine instance for protocol forwarding.

1
LOAD_BALANCER =

Load Balancer. The specific type can be found from [load_balancer_type] [google.cloud.networkmanagement.v1.Endpoint.load_balancer_type].

2
VPN_GATEWAY =

Classic Cloud VPN Gateway.

3
PSC =

Forwarding Rule is a Private Service Connect endpoint.

4