ProjectsLocationsTcpRoutes
class ProjectsLocationsTcpRoutes extends Resource (View source)
The "tcpRoutes" collection of methods.
Typical usage is:
$networkservicesService = new Google\Service\NetworkServices(...);
$tcpRoutes = $networkservicesService->projects_locations_tcpRoutes;
Methods
get(string $name, array $optParams = [])
Gets details of a single TcpRoute. (tcpRoutes.get)
listProjectsLocationsTcpRoutes(string $parent, array $optParams = [])
Lists TcpRoute in a given project and location.
Details
Operation
create(string $parent, TcpRoute $postBody, array $optParams = [])
Creates a new TcpRoute in a given project and location. (tcpRoutes.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single TcpRoute. (tcpRoutes.delete)
TcpRoute
get(string $name, array $optParams = [])
Gets details of a single TcpRoute. (tcpRoutes.get)
ListTcpRoutesResponse
listProjectsLocationsTcpRoutes(string $parent, array $optParams = [])
Lists TcpRoute in a given project and location.
(tcpRoutes.listProjectsLocationsTcpRoutes)