Reference documentation and code samples for the Google Cloud Network Management V1 Client class ForwardingRuleTarget.
Type of the target of a forwarding rule.
Protobuf type google.cloud.networkmanagement.v1.Endpoint.ForwardingRuleTarget
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ EndpointMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FORWARDING_RULE_TARGET_UNSPECIFIED
Value: 0Forwarding rule target is unknown.
Generated from protobuf enum FORWARDING_RULE_TARGET_UNSPECIFIED = 0;
INSTANCE
Value: 1Compute Engine instance for protocol forwarding.
Generated from protobuf enum INSTANCE = 1;
LOAD_BALANCER
Value: 2Load Balancer. The specific type can be found from load_balancer_type.
Generated from protobuf enum LOAD_BALANCER = 2;
VPN_GATEWAY
Value: 3Classic Cloud VPN Gateway.
Generated from protobuf enum VPN_GATEWAY = 3;
PSC
Value: 4Forwarding Rule is a Private Service Connect endpoint.
Generated from protobuf enum PSC = 4;