Method: projects.locations.gateways.create

在给定的项目和位置中创建新的网关。

HTTP 请求

POST https://networkservices.googleapis.com/v1/{parent=projects/*/locations/*}/gateways

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。网关的父级资源。必须采用 projects/*/locations/* 格式。

必须对指定的资源 parent 具有以下 IAM 权限才能进行授权:

  • networkservices.gateways.create

查询参数

参数
gatewayId

string

必需。要创建的网关资源的简称。

必须对指定的资源 gatewayId 具有以下 IAM 权限才能进行授权:

  • networkservices.gateways.create

请求正文

请求正文包含一个 Gateway 实例。

响应正文

如果成功,响应正文将包含一个新创建的 Operation 实例。

授权范围

需要以下 OAuth 范围:

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

如需了解详情,请参阅身份验证概览