Google Cloud Network Management V1 Client - Class ForwardingRuleTarget (1.4.2)

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 \ Endpoint

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

FORWARDING_RULE_TARGET_UNSPECIFIED

Value: 0

Forwarding rule target is unknown.

Generated from protobuf enum FORWARDING_RULE_TARGET_UNSPECIFIED = 0;

INSTANCE

Value: 1

Compute Engine instance for protocol forwarding.

Generated from protobuf enum INSTANCE = 1;

LOAD_BALANCER

Value: 2

Load Balancer. The specific type can be found from load_balancer_type.

Generated from protobuf enum LOAD_BALANCER = 2;

VPN_GATEWAY

Value: 3

Classic Cloud VPN Gateway.

Generated from protobuf enum VPN_GATEWAY = 3;

PSC

Value: 4

Forwarding Rule is a Private Service Connect endpoint.

Generated from protobuf enum PSC = 4;