Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.08 KB

File metadata and controls

39 lines (23 loc) · 1.08 KB

AddServiceToLoadBalancerRequest

Properties

Name Type Description Notes
name String Load Balancer Service name
description String Load Balancer Service description [optional]
instancePool InstancePool
protocol ProtocolEnum Network traffic protocol
strategy StrategyEnum Load balancing strategy
port Long Port exposed on the Load Balancer's public IP
targetPort Long Port on which the network traffic will be forwarded to on the receiving instance
healthcheck LoadBalancerServiceHealthcheck

Enum: ProtocolEnum

Name Value
TCP "tcp"
UDP "udp"

Enum: StrategyEnum

Name Value
ROUND_ROBIN "round-robin"
MAGLEV_HASH "maglev-hash"
SOURCE_HASH "source-hash"