Compute Engine API (compute:v1)

2023-08-04

1 new method

Additions

    Methods
  • compute.routers.getNatIpInfo

      HTTP Method : GET

      Parameters :

        router

          Location : path

          Description : Name of the Router resource to query for Nat IP information. The name should conform to RFC1035.

          Type : string

          Required : Yes

        project

          Type : string

          Location : path

          Required : Yes

          Pattern : (?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))

          Description : Project ID for this request.

        natName

          Description : Name of the nat service to filter the NAT IP information. If it is omitted, all nats for this router will be returned. Name should conform to RFC1035.

          Location : query

          Type : string

        region

          Pattern : [a-z](?:[-a-z0-9]{0,61}[a-z0-9])?

          Description : Name of the region for this request.

          Location : path

          Type : string

          Required : Yes

      Flat Path : projects/{project}/regions/{region}/routers/{router}/getNatIpInfo

      Parameter Order :

    • project
    • region
    • router
    • Path : projects/{project}/regions/{region}/routers/{router}/getNatIpInfo

      Description : Retrieves runtime NAT IP information.

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • https://www.googleapis.com/auth/compute.readonly