Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 959 Bytes

UpdateLoadBalancerServiceRequest.md

File metadata and controls

17 lines (12 loc) · 959 Bytes

UpdateLoadBalancerServiceRequest

Properties

Name Type Description Notes
name Option<String> Load Balancer Service name [optional]
description Option<String> Load Balancer Service description [optional]
protocol Option<String> Network traffic protocol [optional]
strategy Option<String> Load balancing strategy [optional]
port Option<i64> Port exposed on the Load Balancer's public IP [optional]
target_port Option<i64> Port on which the network traffic will be forwarded to on the receiving instance [optional]
healthcheck Option<models::LoadBalancerServiceHealthcheck> [optional]

[Back to Model list] [Back to API list] [Back to README]