Sha256: 8625f04a23d5d0b4eb0c46f4306e53c5b3c9a38299051a61db9ec713ef411ad3

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# ApplicationLoadBalancerProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |

| **ips** | **Array<String>** | Collection of the Application Load Balancer IP addresses. (Inbound and outbound) IPs of the 'listenerLan' are customer-reserved public IPs for the public load balancers, and private IPs for the private load balancers. | [optional] |

| **lb_private_ips** | **Array<String>** | Collection of private IP addresses with the subnet mask of the Application Load Balancer. IPs must contain valid a subnet mask. If no IP is provided, the system will generate an IP with /24 subnet. | [optional] |

| **listener_lan** | **Integer** | The ID of the listening (inbound) LAN. |  |

| **name** | **String** | The Application Load Balancer name. |  |

| **target_lan** | **Integer** | The ID of the balanced private target LAN (outbound). |  |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::ApplicationLoadBalancerProperties.new(
  ips: [81.173.1.2, 22.231.2.2, 22.231.2.3],

  lb_private_ips: [81.173.1.5/24, 22.231.2.5/24],

  listener_lan: 1,

  name: My Application Load Balancer,

  target_lan: 2
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.1.2 docs/models/ApplicationLoadBalancerProperties.md