Creates a private connection that establishes a VPC Network Peering connection to a VPC network in the service producer's organization. The administrator of the service consumer's VPC network invokes this method. The administrator must assign one or more allocated IP ranges for provisioning subnetworks in the service producer's VPC network. This connection is used for all supported services in the service producer's organization, so it only needs to be invoked once.
HTTP request
POST https://servicenetworking.googleapis.com/v1/{parent=services/*}/connections
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is |
Request body
The request body contains an instance of Connection
.
Response body
If successful, the response body contains a newly created instance of Operation
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/service.management
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.