Load Balancers¶
Provider: Oracle Cloud
Service ID: oci_load_balancers
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'oci_load_balancers',
provider: 'oci',
region: 'default',
source: 'live',
attributes: ['name', 'lb_id', 'shape_name', 'ip_addresses', 'is_private', 'lifecycle_state']
});
</script>
<div data-sd-service="oci_load_balancers" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'lb_id', 'shape_name', 'ip_addresses', 'is_private', 'lifecycle_state', 'time_created']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: display_name |
lb_id |
Load Balancer ID | oci_resource_name |
From API field: id |
shape_name |
Shape | text |
From API field: shape_name |
ip_addresses |
IP Address | text |
From API field: ip_addresses[0].ip_address |
is_private |
Private | boolean |
From API field: is_private |
lifecycle_state |
State | status_badge |
From API field: lifecycle_state |
subnet_ids |
Subnets | text |
From API field: subnet_ids.length |
time_created |
Created | datetime |
From API field: time_created |
compartment_id |
Compartment | oci_resource_name |
From API field: compartment_id |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name