For the complete documentation index, see llms.txt. This page is also available as Markdown.

NetworkLoadBalancerForwardingRuleProperties

Properties

Name
Type
Description
Notes

algorithm

Balancing algorithm

listenerIp

String

Listening (inbound) IP.

listenerPort

Integer

Listening (inbound) port number; valid range is 1 to 65535.

name

String

The name of the Network Load Balancer forwarding rule.

protocol

Balancing protocol

targets

Array of items in the collection.

Enum: AlgorithmEnum

Name
Value

ROUND_ROBIN

"ROUND_ROBIN"

LEAST_CONNECTION

"LEAST_CONNECTION"

RANDOM

"RANDOM"

SOURCE_IP

"SOURCE_IP"

Enum: ProtocolEnum

Name
Value

HTTP

"HTTP"

TCP

"TCP"

Last updated