Creating a Load Balancer Policy
Create a load balancer traffic management policy that distributes traffic across many endpoints.
Use the steering-policy create command and required parameters to create a load balancer steering policy:
oci dns steering-policy create --compartment-id compartment_id --display-name policy_name --template LOAD_BALANCE ... [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Run the CreateSteeringPolicy operation to create a load balancer steering policy. Specify the
TemplateType
parameter asLOAD_BALANCE.
See Traffic Management Steering Policies API Guide for more information on using the API to create steering policies.