list_vpc_networks
Retrieve a list of Virtual Private Cloud (VPC) networks within a specified Google Cloud Platform (GCP) project to manage and analyze your network configurations.
Instructions
List Virtual Private Cloud (VPC) networks in a GCP project.
Args:
project_id: The ID of the GCP project to list VPC networks for
Returns:
List of VPC networks in the specified GCP project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"title": "list_vpc_networksArguments",
"type": "object"
}