docs/models/NetworkLoadBalancerProperties.md in ionoscloud-6.0.0.beta.4 vs docs/models/NetworkLoadBalancerProperties.md in ionoscloud-6.0.0

- old
+ new

@@ -2,13 +2,13 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **name** | **String** | A name of that Network Load Balancer | | -| **listener_lan** | **Integer** | Id of the listening LAN. (inbound) | | -| **ips** | **Array<String>** | Collection of IP addresses of the Network Load Balancer. (inbound and outbound) IP of the listenerLan must be a customer reserved IP for the public load balancer and private IP for the private load balancer. | [optional] | -| **target_lan** | **Integer** | Id of the balanced private target LAN. (outbound) | | +| **name** | **String** | The name of the Network Load Balancer. | | +| **listener_lan** | **Integer** | ID of the listening LAN (inbound). | | +| **ips** | **Array<String>** | Collection of IP addresses of the Network Load Balancer. (Inbound and outbound) IP of the listenerLan must be a customer reserved IP for the public Load Balancer and private IP for the private Load balancer. | [optional] | +| **target_lan** | **Integer** | ID of the balanced private target LAN (outbound). | | | **lb_private_ips** | **Array<String>** | Collection of private IP addresses with subnet mask of the Network Load Balancer. IPs must contain valid subnet mask. If user will not provide any IP then the system will generate one IP with /24 subnet. | [optional] | ## Example ```ruby