v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1325131186.2 KB
services

Updates the allocated ranges that are assigned to a connection.

patch/v1/{+name}

Path parameters

namestring required

Required. The private service connection that connects to a service producer organization. The name includes both the private service name and the VPC network peering name in the format of services/{peering_service_name}/connections/{vpc_peering_name}. For Google services that support this functionality, this is services/servicenetworking.googleapis.com/connections/servicenetworking-googleapis-com.

Query parameters

forceboolean

If a previously defined allocated range is removed, force flag must be set to true.

updateMaskstring

The update mask. If this is omitted, it defaults to "*". You can only update the listed peering ranges.

Request body

peeringstring

Output only. The name of the VPC Network Peering connection that was created by the service producer.

servicestring

Output only. The name of the peering service that's associated with this connection, in the following format: services/{service name}.

networkstring

Required. The name of service consumer's VPC network that's connected with service producer network, in the following format: projects/{project}/global/networks/{network}. {project} is a project number, such as in 12345 that includes the VPC service consumer's VPC network. {network} is the name of the service consumer's VPC network.

reservedPeeringRangesstring[]

The name of one or more allocated IP address ranges for this service producer of type PEERING. Note that invoking CreateConnection method with a different range when connection is already established will not modify already provisioned service producer subnetworks. If CreateConnection method is invoked repeatedly to reconnect when peering connection had been disconnected on the consumer side, leaving this field empty will restore previously allocated IP ranges.

Response

Successful response