Data Source: oci_load_balancer_protocols
This data source provides the list of Load Balancer Protocols in Oracle Cloud Infrastructure Load Balancer service.
Lists all supported traffic protocols.
Example Usage
data "oci_load_balancer_protocols" "test_load_balancer_protocols" {
#Required
compartment_id = var.compartment_id
}
Argument Reference
The following arguments are supported:
compartment_id
- (Required) The OCID of the compartment containing the load balancer protocols to list.
Attributes Reference
The following attributes are exported:
protocols
- The list of protocols.
LoadBalancerProtocol Reference
The following attributes are exported:
name
- The name of a protocol. Example: ‘HTTP’