ServicesConnections
class ServicesConnections extends Resource (View source)
The "connections" collection of methods.
Typical usage is:
$servicenetworkingService = new Google\Service\ServiceNetworking(...);
$connections = $servicenetworkingService->services_connections;
Methods
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. (connections.create)
Deletes a private service access connection. (connections.deleteConnection)
List the private connections that are configured in a service consumer's VPC network. (connections.listServicesConnections)
Updates the allocated ranges that are assigned to a connection.
Details
Operation
create(string $parent, Connection $postBody, array $optParams = [])
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. (connections.create)
Operation
deleteConnection(string $name, DeleteConnectionRequest $postBody, array $optParams = [])
Deletes a private service access connection. (connections.deleteConnection)
ListConnectionsResponse
listServicesConnections(string $parent, array $optParams = [])
List the private connections that are configured in a service consumer's VPC network. (connections.listServicesConnections)
Operation
patch(string $name, Connection $postBody, array $optParams = [])
Updates the allocated ranges that are assigned to a connection.
(connections.patch)