Skip to content

Commit c953284

Browse files
committed
Update load balancer docs to reflect actual ip_addresses implementation
1 parent 3c95660 commit c953284

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/load_balancer/load_balancers.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ The following attributes are exported:
1212
* `display_name` - A user-friendly name. It does not have to be unique, and it is changeable. Example: `example_load_balancer`
1313
* `id` - The [OCID](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/identifiers.htm) of the load balancer.
1414
* `ip_addresses` - An array of IP addresses.
15-
* `ip_address` - An IP address. Example: `192.168.0.3`
16-
* `is_public` - Whether the IP address is public or private. If "true", the IP address is public and accessible from the internet. If "false", the IP address is private and accessible only from within the associated VCN.
1715
* `is_private` - Whether the load balancer has a VCN-local (private) IP address. If "true", the service assigns a private IP address to the load balancer. The load balancer requires only one subnet to host both the primary and secondary load balancers. The private IP address is local to the subnet. The load balancer is accessible only from within the VCN that contains the associated subnet, or as further restricted by your security list rules. The load balancer can route traffic to any backend server that is reachable from the VCN. For a private load balancer, both the primary and secondary load balancer hosts are within the same Availability Domain. If "false", the service assigns a public IP address to the load balancer. A load balancer with a public IP address requires two subnets, each in a different Availability Domain. One subnet hosts the primary load balancer and the other hosts the secondary (standby) load balancer. A public load balancer is accessible from the internet, depending on your VCN's [security list rules](https://docs.us-phoenix-1.oraclecloud.com/Content/Network/Concepts/securitylists.htm). Example: `true`
1816
* `shape` - A template that determines the total pre-provisioned bandwidth (ingress plus egress). To get a list of available shapes, use the [ListShapes](https://docs.us-phoenix-1.oraclecloud.com/api/#/en/loadbalancer/20170115/LoadBalancerShape/ListShapes) operation. Example: `100Mbps`
1917
* `state` - The current state of the load balancer.

0 commit comments

Comments
 (0)