Shape of the UDP load balancer replace specification.
| Tool | Description |
|---|
f5xc-api-virtual-udp-loadbalancer-create | Create UDP Load Balancer. |
f5xc-api-virtual-udp-loadbalancer-get | GET UDP Load Balancer. |
f5xc-api-virtual-udp-loadbalancer-list | List Configure UDP Load Balancer. |
f5xc-api-virtual-udp-loadbalancer-update | Replace UDP Load Balancer. |
f5xc-api-virtual-udp-loadbalancer-delete | DELETE Configure UDP Load Balancer. |
| Parameter | Description | Example |
|---|
metadata.namespace | Namespace | - |
name | Name | - |
namespace | Namespace | - |
metadata.name | Name | - |
| Parameter | Description | Example |
|---|
response_format | The format in which the configuration object is to be fetched. This could be for example | - |
label_filter | A LabelSelectorType expression that every item in list response will satisfy. | - |
report_fields | The report_fields parameter | - |
report_status_fields | The report_status_fields parameter | - |
This resource includes mutually exclusive configuration options:
| Option | Description | Recommended |
|---|
spec.advertise_custom | - | |
spec.advertise_on_public | - | |
spec.advertise_on_public_default_vip | - | |
spec.do_not_advertise | - | |
| Option | Description | Recommended |
|---|
| Option | Description | Recommended |
|---|
spec.hash_policy_choice_random | - | |
spec.hash_policy_choice_round_robin | - | |
spec.hash_policy_choice_source_ip_stickiness | - | |
| Option | Description | Recommended |
|---|
spec.udp | - | |
| Option | Description | Recommended |
|---|
spec.listen_port | - | |
spec.port_ranges | - | |
| Option | Description | Recommended |
|---|
spec.advertise_custom.advertise_where[].advertise_on_public | - | |
spec.advertise_custom.advertise_where[].cloud_edge_segment | - | |
spec.advertise_custom.advertise_where[].segment | - | |
spec.advertise_custom.advertise_where[].site | - | |
spec.advertise_custom.advertise_where[].site_segment | - | |
spec.advertise_custom.advertise_where[].virtual_network | - | |
spec.advertise_custom.advertise_where[].virtual_site | - | |
spec.advertise_custom.advertise_where[].virtual_site_segment | - | |
spec.advertise_custom.advertise_where[].virtual_site_with_vip | - | |
spec.advertise_custom.advertise_where[].vk8s_service | - | |
| Option | Description | Recommended |
|---|
spec.advertise_custom.advertise_where[].virtual_network.default_v6_vip | - | |
spec.advertise_custom.advertise_where[].virtual_network.specific_v6_vip | - | |
| Option | Description | Recommended |
|---|
spec.advertise_custom.advertise_where[].virtual_network.default_vip | - | |
spec.advertise_custom.advertise_where[].virtual_network.specific_vip | - | |
| Option | Description | Recommended |
|---|
spec.origin_pools_weights[].cluster | - | |
spec.origin_pools_weights[].pool | - | |
Ask Claude to help you work with UDP Loadbalancer resources:
“Create a udp-loadbalancer named ‘example’ in the ‘production’ namespace”
“List all udp-loadbalancers in the ‘production’ namespace”
“Get details of the udp-loadbalancer named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/udp_loadbalancers" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/udp_loadbalancers/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/udp_loadbalancers" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @udp_loadbalancer.json
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/udp_loadbalancers/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"