Sha256: 2c3e6e15ceca3a3ec20643a99d023488a6824b9fae8a2f28f58377f96b4c50fd
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
# NetworkLoadBalancerForwardingRuleProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the Network Load Balancer forwarding rule. | | | **algorithm** | **String** | Algorithm for the balancing. | | | **protocol** | **String** | Protocol of the balancing. | | | **listener_ip** | **String** | Listening IP. (inbound) | | | **listener_port** | **Integer** | Listening port number. (inbound) (range: 1 to 65535) | | | **health_check** | [**NetworkLoadBalancerForwardingRuleHealthCheck**](NetworkLoadBalancerForwardingRuleHealthCheck.md) | | [optional] | | **targets** | [**Array<NetworkLoadBalancerForwardingRuleTarget>**](NetworkLoadBalancerForwardingRuleTarget.md) | Array of items in that collection. | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::NetworkLoadBalancerForwardingRuleProperties.new( name: My Network Load Balancer forwarding rule, algorithm: ROUND_ROBIN, protocol: HTTP, listener_ip: 81.173.1.2, listener_port: 8080, health_check: null, targets: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.0.0 | docs/models/NetworkLoadBalancerForwardingRuleProperties.md |