GCP VPC Site provides tools for creating, listing, retrieving, updating, and deleting resources in F5 Distributed Cloud.
| Tool | Description |
|---|
f5xc-api-sites-gcp-vpc-site-create | Create GCP VPC site. |
f5xc-api-sites-gcp-vpc-site-get | Get GCP VPC site. |
f5xc-api-sites-gcp-vpc-site-list | List Configure GCP VPC Site. |
f5xc-api-sites-gcp-vpc-site-update | Update GCP VPC site. |
f5xc-api-sites-gcp-vpc-site-delete | Delete Configure GCP VPC Site. |
| Parameter | Description | Example |
|---|
namespace | Namespace This defines the workspace within which each the configuration object is to be created. | system |
name | Name The name of the configuration object to be fetched. | example-resource |
| Parameter | Description | Example |
|---|
response_format | The format in which the configuration object is to be fetched. This could be for example - in GetSpec form for the contents of object… | GET_RSP_FORMAT_DEFAULT |
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.block_all_services | Block all services | |
spec.blocked_services | Blocked services | |
spec.default_blocked_services | Default blocked services | |
| Option | Description | Recommended |
|---|
spec.cloud_credentials | Cloud credentials | |
| Option | Description | Recommended |
|---|
spec.log_receiver | Log receiver | |
spec.logs_streaming_disabled | Logs streaming disabled | |
| Option | Description | Recommended |
|---|
spec.private_connect_disabled | Private connect disabled | |
spec.private_connectivity | Private connectivity | |
| Option | Description | Recommended |
|---|
spec.ingress_egress_gw | Ingress egress gw | |
spec.ingress_gw | Ingress gw | |
spec.voltstack_cluster | Voltstack cluster | |
Ask Claude to help you work with GCP VPC Site resources:
“Create a gcp-vpc-site named ‘example’ in the ‘production’ namespace”
“List all gcp-vpc-sites in the ‘production’ namespace”
“Get details of the gcp-vpc-site named ‘example’ in namespace ‘production‘“
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/gcp_vpc_sites" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X GET "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/gcp_vpc_sites/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/gcp_vpc_sites" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/config/namespaces/$${PARAM}/gcp_vpc_sites/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"