Resource: Connection
Represents a private connection resource. A private connection is implemented as a VPC Network Peering connection between a service producer's VPC network and a service consumer's VPC network.
| JSON representation | 
|---|
| { "network": string, "reservedPeeringRanges": [ string ], "peering": string, "service": string } | 
| Fields | |
|---|---|
| network | 
 Required. The name of the service consumer's VPC network that's connected to the service producer network, in the following format:  | 
| reservedPeeringRanges[] | 
 The name of one or more allocated IP address ranges for this service producer of type  | 
| peering | 
 Output only. The name of the VPC Network Peering connection that was created by the service producer. | 
| service | 
 Output only. The name of the peering service that's associated with this connection, in the following format:  | 
| Methods | |
|---|---|
| 
 | Creates a private connection that establishes a VPC Network Peering connection to a VPC network in the service producer's organization. | 
| 
 | Deletes a private service access connection. | 
| 
 | List the private connections that are configured in a service consumer's VPC network. | 
| 
 | Updates the allocated ranges that are assigned to a connection. |