Data Source: oci_network_load_balancer_backend_set

This data source provides details about a specific Backend Set resource in Oracle Cloud Infrastructure Network Load Balancer service.

Retrieves the configuration information for the specified backend set.

Example Usage

data "oci_network_load_balancer_backend_set" "test_backend_set" {
	#Required
	backend_set_name = oci_network_load_balancer_backend_set.test_backend_set.name
	network_load_balancer_id = oci_network_load_balancer_network_load_balancer.test_network_load_balancer.id
    #Optional
	ip_version = var.backend_set_ip_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: