Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.09 KB

UpdateLoadBalancerServiceRequest.md

File metadata and controls

38 lines (22 loc) · 1.09 KB

UpdateLoadBalancerServiceRequest

Properties

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

Enum: ProtocolEnum

Name Value
TCP "tcp"
UDP "udp"

Enum: StrategyEnum

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