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] |