Google Cloud Interconnect website screenshot

Google Cloud Interconnect

Google Cloud Interconnect provides high-bandwidth, low-latency connections between your on-premises network and Google Cloud, enabling hybrid cloud architectures through dedicated or partner interconnect options.

1 APIs 0 Features
Dedicated ConnectivityGoogle CloudHybrid CloudInterconnectNetworking

APIs

Google Cloud Interconnect API

The Google Cloud Interconnect API enables programmatic management of interconnect connections, attachments, and locations for establishing high-bandwidth connectivity between on...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Interconnect 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: Interconnects
    type: folder
  items:
  - info:
      name: Google Cloud Interconnect List interconnects
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/interconnects
      params:
      - name: project
        value: ''
        type: path
    docs: Retrieves the list of interconnects available to the specified project.
  - info:
      name: Google Cloud Interconnect Create an interconnect
      type: http
    http:
      method: POST
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/interconnects
      params:
      - name: project
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates an interconnect in the specified project.
  - info:
      name: Google Cloud Interconnect Get an interconnect
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/interconnects/:interconnect
      params:
      - name: project
        value: ''
        type: path
      - name: interconnect
        value: ''
        type: path
    docs: Returns the specified interconnect resource.
  - info:
      name: Google Cloud Interconnect Delete an interconnect
      type: http
    http:
      method: DELETE
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/interconnects/:interconnect
      params:
      - name: project
        value: ''
        type: path
      - name: interconnect
        value: ''
        type: path
    docs: Deletes the specified interconnect.
- info:
    name: InterconnectAttachments
    type: folder
  items:
  - info:
      name: Google Cloud Interconnect List interconnect attachments
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/regions/:region/interconnectAttachments
      params:
      - name: project
        value: ''
        type: path
      - name: region
        value: ''
        type: path
    docs: Retrieves the list of interconnect attachments available in the specified region.
- info:
    name: InterconnectLocations
    type: folder
  items:
  - info:
      name: Google Cloud Interconnect List interconnect locations
      type: http
    http:
      method: GET
      url: https://compute.googleapis.com/compute/v1/projects/:project/global/interconnectLocations
      params:
      - name: project
        value: ''
        type: path
    docs: Retrieves the list of interconnect locations available to the specified project.
bundled: true