ProjectsLocationsPrivateConnectionsRoutes
class ProjectsLocationsPrivateConnectionsRoutes extends Resource (View source)
The "routes" collection of methods.
Typical usage is:
$datastreamService = new Google\Service\Datastream(...);
$routes = $datastreamService->projects_locations_privateConnections_routes;
Methods
Use this method to delete a route. (routes.delete)
Use this method to get details about a route. (routes.get)
Use this method to list routes created for a private connectivity configuration in a project and location.
Details
Operation
create(string $parent, Route $postBody, array $optParams = [])
Use this method to create a route for a private connectivity configuration in a project and location. (routes.create)
Operation
delete(string $name, array $optParams = [])
Use this method to delete a route. (routes.delete)
Route
get(string $name, array $optParams = [])
Use this method to get details about a route. (routes.get)
ListRoutesResponse
listProjectsLocationsPrivateConnectionsRoutes(string $parent, array $optParams = [])
Use this method to list routes created for a private connectivity configuration in a project and location.
(routes.listProjectsLocationsPrivateConnectionsRoutes)