ApplicationLoadBalancerProperties

Properties

NameTypeDescriptionNotes

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] [default to undefined]

lbPrivateIps

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] [default to undefined]

listenerLan

number

The ID of the listening (inbound) LAN.

[default to undefined]

name

string

The Application Load Balancer name.

[default to undefined]

targetLan

number

The ID of the balanced private target LAN (outbound).

[default to undefined]

Last updated