Replaces configured CloudLink with new set of parameters.
| Tool | Description |
|---|
f5xc-api-cloudinfrastructure-cloud-link-create | Create CloudLink. |
f5xc-api-cloudinfrastructure-cloud-link-get | GET CloudLink. |
f5xc-api-cloudinfrastructure-cloud-link-list | List CloudLink. |
f5xc-api-cloudinfrastructure-cloud-link-update | Replace CloudLink. |
f5xc-api-cloudinfrastructure-cloud-link-delete | DELETE CloudLink. |
| 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.aws | - | |
spec.gcp | - | |
| Option | Description | Recommended |
|---|
spec.disabled | - | |
spec.enabled | - | |
| Option | Description | Recommended |
|---|
spec.aws.byoc | - | |
| Option | Description | Recommended |
|---|
spec.aws.custom_asn | - | |
| Option | Description | Recommended |
|---|
spec.aws.byoc.connections[].ipv4 | - | |
| Option | Description | Recommended |
|---|
spec.aws.byoc.connections[].system_generated_name | - | |
spec.aws.byoc.connections[].user_assigned_name | - | |
| Option | Description | Recommended |
|---|
spec.aws.byoc.connections[].auth_key.blindfold_secret_info | - | |
spec.aws.byoc.connections[].auth_key.clear_secret_info | - | |
| Option | Description | Recommended |
|---|
spec.gcp.byoc.connections[].project | - | |
spec.gcp.byoc.connections[].same_as_credential | - | |
Ask Claude to help you work with Cloud Link resources:
“Create a cloud-link named ‘example’ in the ‘production’ namespace”
“List all cloud-links in the ‘production’ namespace”
“Get details of the cloud-link named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/cloud_links" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/cloud_links/<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}/cloud_links" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/${NAMESPACE}/cloud_links/<name>" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"