Google Cloud VPC website screenshot

Google Cloud VPC

Google Cloud Virtual Private Cloud (VPC) provides networking functionality for Google Cloud resources, enabling you to create and manage virtual networks, subnets, firewall rules, and routes for secure and isolated cloud networking.

1 APIs 0 Features
FirewallGoogle CloudNetworkingVirtual NetworksVPC

APIs

Google Cloud VPC API

The Google Cloud VPC API enables programmatic management of virtual networks, subnets, firewall rules, routes, and peering connections within Google Cloud Platform.

Collections

Pricing Plans

Rate Limits

Google Cloud Vpc Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🚀
GettingStarted
GettingStarted
💰
Pricing
Pricing
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud VPC API
  version: v1
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    accessTokenUrl: https://oauth2.googleapis.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Networks
    type: folder
  items:
  - info:
      name: Google Cloud VPC List VPC networks
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/networks
      params:
      - name: project
        value: ''
        type: path
    docs: Retrieves the list of VPC networks available to the specified project.
  - info:
      name: Google Cloud VPC Create a VPC network
      type: http
    http:
      method: POST
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/networks
      params:
      - name: project
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a VPC network in the specified project.
  - info:
      name: Google Cloud VPC Get a VPC network
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/networks/:network
      params:
      - name: project
        value: ''
        type: path
      - name: network
        value: ''
        type: path
    docs: Returns the specified VPC network resource.
  - info:
      name: Google Cloud VPC Delete a VPC network
      type: http
    http:
      method: DELETE
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/networks/:network
      params:
      - name: project
        value: ''
        type: path
      - name: network
        value: ''
        type: path
    docs: Deletes the specified VPC network.
- info:
    name: Subnetworks
    type: folder
  items:
  - info:
      name: Google Cloud VPC List subnetworks
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/regions/:region/subnetworks
      params:
      - name: project
        value: ''
        type: path
      - name: region
        value: ''
        type: path
    docs: Retrieves the list of subnetworks available in the specified region.
- info:
    name: Firewalls
    type: folder
  items:
  - info:
      name: Google Cloud VPC List firewall rules
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/firewalls
      params:
      - name: project
        value: ''
        type: path
    docs: Retrieves the list of firewall rules available to the specified project.
- info:
    name: Routes
    type: folder
  items:
  - info:
      name: Google Cloud VPC List routes
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/routes
      params:
      - name: project
        value: ''
        type: path
    docs: Retrieves the list of routes available to the specified project.
bundled: true